Version Description
- 2020-06-26 =
Fixed
- Disable HTTP/2 Push on wp-admin pages #214
- Fix PHP 7.4 notice #256
Added
- Purge attachment URLs #208
- Purge URLs on page/post update #206
- Turn on IPv6 by default #229
- Add constants for better control HTTP/2 Server Push #213
- Allow custom actions for purge url and purge everything actions #212
Download this release
Release Info
Developer | epatryk |
Plugin | Cloudflare |
Version | 3.5.0 |
Comparing to | |
See all releases |
Code changes from version 3.4.0 to 3.5.0
- README.md +5 -1
- assets/analytics-welcome.svg +0 -0
- assets/details-arrows.png +0 -0
- assets/icon-bolt.svg +0 -0
- assets/icon-lock.svg +0 -0
- assets/icon-pin.svg +0 -0
- assets/icon-shield.svg +0 -0
- assets/icons-seee324dde5.png +0 -0
- assets/icons_2x-s6333fe7591.png +0 -0
- assets/layers-2x.png +0 -0
- assets/layers.png +0 -0
- assets/logo-reverse.svg +0 -0
- assets/logo-symbol.svg +0 -0
- assets/logo.svg +0 -0
- assets/modal-two-factor-auth.png +0 -0
- assets/modal-two-factor-auth_2x.png +0 -0
- assets/overview-welcome-yjs.svg +0 -0
- assets/overview-welcome.svg +0 -0
- assets/plan-changed-success.svg +0 -0
- assets/request-submitted-success.svg +0 -0
- assets/select2-cf.png +0 -0
- assets/select2x2-cf.png +0 -0
- assets/spinner.gif +0 -0
- assets/vertical-range.png +0 -0
- assets/yjs-logo.svg +0 -0
- cloudflare.loader.php +8 -2
- cloudflare.php +12 -3
- composer.json +14 -10
- composer.lock +559 -201
- config.js +1 -1
- fonts/cloudflare-font.eot +0 -0
- fonts/cloudflare-font.svg +0 -0
- fonts/cloudflare-font.ttf +0 -0
- fonts/cloudflare-font.woff +0 -0
- fonts/opensans-300.eot +0 -0
- fonts/opensans-300.ttf +0 -0
- fonts/opensans-300.woff +0 -0
- fonts/opensans-300.woff2 +0 -0
- fonts/opensans-300i.eot +0 -0
- fonts/opensans-300i.ttf +0 -0
- fonts/opensans-300i.woff +0 -0
- fonts/opensans-300i.woff2 +0 -0
- fonts/opensans-400.eot +0 -0
- fonts/opensans-400.ttf +0 -0
- fonts/opensans-400.woff +0 -0
- fonts/opensans-400.woff2 +0 -0
- fonts/opensans-400i.eot +0 -0
- fonts/opensans-400i.ttf +0 -0
- fonts/opensans-400i.woff +0 -0
- fonts/opensans-400i.woff2 +0 -0
- fonts/opensans-600.eot +0 -0
- fonts/opensans-600.ttf +0 -0
- fonts/opensans-600.woff +0 -0
- fonts/opensans-600.woff2 +0 -0
- fonts/opensans-700.eot +0 -0
- fonts/opensans-700.ttf +0 -0
- fonts/opensans-700.woff +0 -0
- fonts/opensans-700.woff2 +0 -0
- lang/de.js +0 -0
- lang/es.js +0 -0
- lang/fr.js +0 -0
- lang/it.js +0 -0
- lang/nl.js +0 -0
- lang/pt.js +0 -0
- readme.txt +30 -5
- src/WordPress/HTTP2ServerPush.php +14 -7
- src/WordPress/Hooks.php +21 -2
- src/WordPress/PluginActions.php +1 -1
- src/WordPress/WordPressClientAPI.php +7 -0
- stylesheets/cf.core.css +0 -0
- stylesheets/hacks.css +0 -0
- vendor/autoload.php +1 -1
- vendor/composer/autoload_classmap.php +82 -693
- vendor/composer/autoload_files.php +10 -0
- vendor/composer/autoload_namespaces.php +0 -3
- vendor/composer/autoload_psr4.php +1 -7
- vendor/composer/autoload_real.php +25 -4
- vendor/composer/autoload_static.php +94 -764
- vendor/composer/installed.json +68 -1503
- vendor/psr/log/Psr/Log/LoggerInterface.php +21 -19
- vendor/psr/log/Psr/Log/LoggerTrait.php +2 -0
- vendor/psr/log/Psr/Log/NullLogger.php +2 -0
- vendor/psr/log/README.md +13 -0
- vendor/psr/log/composer.json +1 -1
- vendor/symfony/polyfill-ctype/Ctype.php +227 -0
- vendor/symfony/polyfill-ctype/LICENSE +19 -0
- vendor/symfony/polyfill-ctype/README.md +12 -0
- vendor/symfony/polyfill-ctype/bootstrap.php +46 -0
- vendor/symfony/polyfill-ctype/composer.json +38 -0
- vendor/symfony/yaml/Dumper.php +4 -4
- vendor/symfony/yaml/Escaper.php +7 -5
- vendor/symfony/yaml/Exception/ParseException.php +6 -8
- vendor/symfony/yaml/Inline.php +63 -43
- vendor/symfony/yaml/LICENSE +1 -1
- vendor/symfony/yaml/Parser.php +132 -101
- vendor/symfony/yaml/Unescaper.php +4 -4
- vendor/symfony/yaml/Yaml.php +9 -10
- vendor/symfony/yaml/composer.json +2 -1
- vendor/symfony/yaml/phpunit.xml.dist +3 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Cloudflare’s Plugin for WordPress
|
2 |
|
3 |
-
|
4 |
|
5 |
Cloudflare’s WordPress plugin brings all of the benefits of Cloudflare into your WordPress dashboard for configuration, including a one-click application of default settings specifically optimized for WordPress.
|
6 |
|
@@ -34,6 +34,10 @@ Cloudflare’s web application firewall (WAF), available on all of Cloudflare’
|
|
34 |
|
35 |
Cloudflare’s plugin for WordPress automatically refreshes the Cloudflare cache upon making changes to your website appearance. This means that you can focus on your website, while we take care of ensuring that the freshest content is always available to your visitors.
|
36 |
|
|
|
|
|
|
|
|
|
37 |
### Additional Features
|
38 |
|
39 |
- Header rewrites to prevent a redirect loop when Cloudflare’s Universal SSL is enabled.
|
1 |
# Cloudflare’s Plugin for WordPress
|
2 |
|
3 |
+
![build status](https://github.com/cloudflare/Cloudflare-WordPress/workflows/PHP%20Composer/badge.svg)
|
4 |
|
5 |
Cloudflare’s WordPress plugin brings all of the benefits of Cloudflare into your WordPress dashboard for configuration, including a one-click application of default settings specifically optimized for WordPress.
|
6 |
|
34 |
|
35 |
Cloudflare’s plugin for WordPress automatically refreshes the Cloudflare cache upon making changes to your website appearance. This means that you can focus on your website, while we take care of ensuring that the freshest content is always available to your visitors.
|
36 |
|
37 |
+
### Automatic individual URL cache purge on page/post/custom post type edits
|
38 |
+
|
39 |
+
Cloudflare’s plugin for WordPress automatically refreshes the Cloudflare cache of each post/page/custom post type when you update the content.
|
40 |
+
|
41 |
### Additional Features
|
42 |
|
43 |
- Header rewrites to prevent a redirect loop when Cloudflare’s Universal SSL is enabled.
|
assets/analytics-welcome.svg
CHANGED
File without changes
|
assets/details-arrows.png
CHANGED
File without changes
|
assets/icon-bolt.svg
CHANGED
File without changes
|
assets/icon-lock.svg
CHANGED
File without changes
|
assets/icon-pin.svg
CHANGED
File without changes
|
assets/icon-shield.svg
CHANGED
File without changes
|
assets/icons-seee324dde5.png
CHANGED
File without changes
|
assets/icons_2x-s6333fe7591.png
CHANGED
File without changes
|
assets/layers-2x.png
CHANGED
File without changes
|
assets/layers.png
CHANGED
File without changes
|
assets/logo-reverse.svg
CHANGED
File without changes
|
assets/logo-symbol.svg
CHANGED
File without changes
|
assets/logo.svg
CHANGED
File without changes
|
assets/modal-two-factor-auth.png
CHANGED
File without changes
|
assets/modal-two-factor-auth_2x.png
CHANGED
File without changes
|
assets/overview-welcome-yjs.svg
CHANGED
File without changes
|
assets/overview-welcome.svg
CHANGED
File without changes
|
assets/plan-changed-success.svg
CHANGED
File without changes
|
assets/request-submitted-success.svg
CHANGED
File without changes
|
assets/select2-cf.png
CHANGED
File without changes
|
assets/select2x2-cf.png
CHANGED
File without changes
|
assets/spinner.gif
CHANGED
File without changes
|
assets/vertical-range.png
CHANGED
File without changes
|
assets/yjs-logo.svg
CHANGED
File without changes
|
cloudflare.loader.php
CHANGED
@@ -30,7 +30,7 @@ $cloudflareHooks = new \CF\WordPress\Hooks();
|
|
30 |
add_action('plugins_loaded', array($cloudflareHooks, 'getCloudflareRequestJSON'));
|
31 |
|
32 |
// Enable HTTP2 Server Push
|
33 |
-
if (defined('CLOUDFLARE_HTTP2_SERVER_PUSH_ACTIVE') && CLOUDFLARE_HTTP2_SERVER_PUSH_ACTIVE) {
|
34 |
add_action('init', array($cloudflareHooks, 'http2ServerPushInit'));
|
35 |
}
|
36 |
|
@@ -58,12 +58,14 @@ $cloudflarePurgeEverythingActions = array(
|
|
58 |
'customize_save_after' // Edit theme
|
59 |
);
|
60 |
|
|
|
|
|
61 |
foreach ($cloudflarePurgeEverythingActions as $action) {
|
62 |
add_action($action, array($cloudflareHooks, 'purgeCacheEverything'), PHP_INT_MAX);
|
63 |
}
|
64 |
|
65 |
/**
|
66 |
-
* You can filter the list of URLs that get purged by Cloudflare after a post is
|
67 |
* modified by implementing a filter for the "cloudflare_purge_by_url" hook.
|
68 |
*
|
69 |
* @Example:
|
@@ -79,12 +81,16 @@ foreach ($cloudflarePurgeEverythingActions as $action) {
|
|
79 |
*
|
80 |
* add_filter('cloudflare_purge_by_url', your_cloudflare_url_filter, 10, 2);
|
81 |
*/
|
|
|
82 |
$cloudflarePurgeURLActions = array(
|
83 |
'deleted_post', // Delete a post
|
84 |
'edit_post', // Edit a post - includes leaving comments
|
85 |
'delete_attachment', // Delete an attachment - includes re-uploading
|
|
|
86 |
);
|
87 |
|
|
|
|
|
88 |
foreach ($cloudflarePurgeURLActions as $action) {
|
89 |
add_action($action, array($cloudflareHooks, 'purgeCacheByRevelantURLs'), PHP_INT_MAX, 2);
|
90 |
}
|
30 |
add_action('plugins_loaded', array($cloudflareHooks, 'getCloudflareRequestJSON'));
|
31 |
|
32 |
// Enable HTTP2 Server Push
|
33 |
+
if (defined('CLOUDFLARE_HTTP2_SERVER_PUSH_ACTIVE') && CLOUDFLARE_HTTP2_SERVER_PUSH_ACTIVE && !is_admin()) {
|
34 |
add_action('init', array($cloudflareHooks, 'http2ServerPushInit'));
|
35 |
}
|
36 |
|
58 |
'customize_save_after' // Edit theme
|
59 |
);
|
60 |
|
61 |
+
$cloudflarePurgeEverythingActions = apply_filters('cloudflare_purge_everything_actions', $cloudflarePurgeEverythingActions);
|
62 |
+
|
63 |
foreach ($cloudflarePurgeEverythingActions as $action) {
|
64 |
add_action($action, array($cloudflareHooks, 'purgeCacheEverything'), PHP_INT_MAX);
|
65 |
}
|
66 |
|
67 |
/**
|
68 |
+
* You can filter the list of URLs that get purged by Cloudflare after a post is
|
69 |
* modified by implementing a filter for the "cloudflare_purge_by_url" hook.
|
70 |
*
|
71 |
* @Example:
|
81 |
*
|
82 |
* add_filter('cloudflare_purge_by_url', your_cloudflare_url_filter, 10, 2);
|
83 |
*/
|
84 |
+
|
85 |
$cloudflarePurgeURLActions = array(
|
86 |
'deleted_post', // Delete a post
|
87 |
'edit_post', // Edit a post - includes leaving comments
|
88 |
'delete_attachment', // Delete an attachment - includes re-uploading
|
89 |
+
'post_updated', // Update a post
|
90 |
);
|
91 |
|
92 |
+
$cloudflarePurgeURLActions = apply_filters('cloudflare_purge_url_actions', $cloudflarePurgeURLActions);
|
93 |
+
|
94 |
foreach ($cloudflarePurgeURLActions as $action) {
|
95 |
add_action($action, array($cloudflareHooks, 'purgeCacheByRevelantURLs'), PHP_INT_MAX, 2);
|
96 |
}
|
cloudflare.php
CHANGED
@@ -3,14 +3,23 @@
|
|
3 |
Plugin Name: Cloudflare
|
4 |
Plugin URI: https://blog.cloudflare.com/new-wordpress-plugin/
|
5 |
Description: Cloudflare speeds up and protects your WordPress site.
|
6 |
-
Version: 3.
|
7 |
-
Author:
|
8 |
License: BSD-3-Clause
|
9 |
*/
|
10 |
|
11 |
-
//
|
|
|
|
|
12 |
// define('CLOUDFLARE_HTTP2_SERVER_PUSH_ACTIVE', true);
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
// Exit if accessed directly
|
15 |
if (!defined('ABSPATH')) {
|
16 |
exit;
|
3 |
Plugin Name: Cloudflare
|
4 |
Plugin URI: https://blog.cloudflare.com/new-wordpress-plugin/
|
5 |
Description: Cloudflare speeds up and protects your WordPress site.
|
6 |
+
Version: 3.5.0
|
7 |
+
Author: Cloudflare, Inc.
|
8 |
License: BSD-3-Clause
|
9 |
*/
|
10 |
|
11 |
+
// The following constants are available. Add them to wp-config.php to enable.
|
12 |
+
|
13 |
+
// To enable HTTP/2 Server Push feature:
|
14 |
// define('CLOUDFLARE_HTTP2_SERVER_PUSH_ACTIVE', true);
|
15 |
|
16 |
+
// Cloudflare has a limit of how many resourses can be pushed by HTTP/2 Server Push
|
17 |
+
// (3 KiB by default). Add the following to change that amount:
|
18 |
+
// define('CLOUDFLARE_HTTP2_SERVER_PUSH_HEADER_SIZE', 3072);
|
19 |
+
|
20 |
+
// To enable error logging when HTTP/2 Server Push header size is exceeded:
|
21 |
+
// define('CLOUDFLARE_HTTP2_SERVER_PUSH_LOG', true);
|
22 |
+
|
23 |
// Exit if accessed directly
|
24 |
if (!defined('ABSPATH')) {
|
25 |
exit;
|
composer.json
CHANGED
@@ -15,20 +15,24 @@
|
|
15 |
"require-dev": {
|
16 |
"johnkary/phpunit-speedtrap": "1.0.1",
|
17 |
"php-mock/php-mock-phpunit": "^1.1",
|
18 |
-
"phpunit/phpunit": "
|
19 |
"squizlabs/php_codesniffer": "2.*",
|
20 |
-
"
|
21 |
-
"simplyadmire/composer-plugins": "@dev"
|
|
|
|
|
22 |
},
|
23 |
"scripts": {
|
24 |
-
"format": "php vendor/
|
25 |
-
"test": "php vendor/
|
26 |
-
"post-install-cmd": "@php-compatibility-install",
|
27 |
-
"post-update-cmd": "@php-compatibility-install",
|
28 |
-
"php-compatibility-install": "rm -rf vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility; cp -rp vendor/wimg/php-compatibility vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility"
|
29 |
},
|
30 |
"_comment": [
|
31 |
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
|
32 |
],
|
33 |
-
"version": "3.
|
34 |
-
|
|
|
|
|
|
|
|
|
|
15 |
"require-dev": {
|
16 |
"johnkary/phpunit-speedtrap": "1.0.1",
|
17 |
"php-mock/php-mock-phpunit": "^1.1",
|
18 |
+
"phpunit/phpunit": "5.*",
|
19 |
"squizlabs/php_codesniffer": "2.*",
|
20 |
+
"phpcompatibility/php-compatibility": "*",
|
21 |
+
"simplyadmire/composer-plugins": "@dev",
|
22 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
|
23 |
+
"phpdocumentor/reflection-docblock": "^3.3.2"
|
24 |
},
|
25 |
"scripts": {
|
26 |
+
"format": "php vendor/bin/phpcs -d date.timezone=UTC --standard=phpcs.xml",
|
27 |
+
"test": "php vendor/bin/phpunit"
|
|
|
|
|
|
|
28 |
},
|
29 |
"_comment": [
|
30 |
"php-compatibility-install comes from https://github.com/wimg/PHPCompatibility/issues/102#issuecomment-255778195"
|
31 |
],
|
32 |
+
"version": "3.5.0",
|
33 |
+
"config": {
|
34 |
+
"platform": {
|
35 |
+
"php": "5.6.40"
|
36 |
+
}
|
37 |
+
}
|
38 |
+
}
|
composer.lock
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
"This file is @generated automatically"
|
6 |
],
|
7 |
-
"content-hash": "
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "cloudflare/cf-ip-rewrite",
|
@@ -88,16 +88,16 @@
|
|
88 |
},
|
89 |
{
|
90 |
"name": "psr/log",
|
91 |
-
"version": "1.
|
92 |
"source": {
|
93 |
"type": "git",
|
94 |
"url": "https://github.com/php-fig/log.git",
|
95 |
-
"reference": "
|
96 |
},
|
97 |
"dist": {
|
98 |
"type": "zip",
|
99 |
-
"url": "https://api.github.com/repos/php-fig/log/zipball/
|
100 |
-
"reference": "
|
101 |
"shasum": ""
|
102 |
},
|
103 |
"require": {
|
@@ -106,7 +106,7 @@
|
|
106 |
"type": "library",
|
107 |
"extra": {
|
108 |
"branch-alias": {
|
109 |
-
"dev-master": "1.
|
110 |
}
|
111 |
},
|
112 |
"autoload": {
|
@@ -131,24 +131,101 @@
|
|
131 |
"psr",
|
132 |
"psr-3"
|
133 |
],
|
134 |
-
"time": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
},
|
136 |
{
|
137 |
"name": "symfony/yaml",
|
138 |
-
"version": "v2.8.
|
139 |
"source": {
|
140 |
"type": "git",
|
141 |
"url": "https://github.com/symfony/yaml.git",
|
142 |
-
"reference": "
|
143 |
},
|
144 |
"dist": {
|
145 |
"type": "zip",
|
146 |
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/
|
147 |
-
"reference": "
|
148 |
"shasum": ""
|
149 |
},
|
150 |
"require": {
|
151 |
-
"php": ">=5.3.9"
|
|
|
152 |
},
|
153 |
"type": "library",
|
154 |
"extra": {
|
@@ -180,10 +257,76 @@
|
|
180 |
],
|
181 |
"description": "Symfony Yaml Component",
|
182 |
"homepage": "https://symfony.com",
|
183 |
-
"time": "
|
184 |
}
|
185 |
],
|
186 |
"packages-dev": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
{
|
188 |
"name": "doctrine/instantiator",
|
189 |
"version": "1.0.5",
|
@@ -288,6 +431,51 @@
|
|
288 |
],
|
289 |
"time": "2015-09-13T19:01:00+00:00"
|
290 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
{
|
292 |
"name": "php-mock/php-mock",
|
293 |
"version": "1.0.1",
|
@@ -457,18 +645,76 @@
|
|
457 |
],
|
458 |
"time": "2016-06-15T23:36:13+00:00"
|
459 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
{
|
461 |
"name": "phpdocumentor/reflection-common",
|
462 |
-
"version": "1.0",
|
463 |
"source": {
|
464 |
"type": "git",
|
465 |
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
466 |
-
"reference": "
|
467 |
},
|
468 |
"dist": {
|
469 |
"type": "zip",
|
470 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/
|
471 |
-
"reference": "
|
472 |
"shasum": ""
|
473 |
},
|
474 |
"require": {
|
@@ -509,26 +755,26 @@
|
|
509 |
"reflection",
|
510 |
"static analysis"
|
511 |
],
|
512 |
-
"time": "
|
513 |
},
|
514 |
{
|
515 |
"name": "phpdocumentor/reflection-docblock",
|
516 |
-
"version": "3.
|
517 |
"source": {
|
518 |
"type": "git",
|
519 |
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
520 |
-
"reference": "
|
521 |
},
|
522 |
"dist": {
|
523 |
"type": "zip",
|
524 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/
|
525 |
-
"reference": "
|
526 |
"shasum": ""
|
527 |
},
|
528 |
"require": {
|
529 |
-
"php": "
|
530 |
-
"phpdocumentor/reflection-common": "^1.0
|
531 |
-
"phpdocumentor/type-resolver": "^0.
|
532 |
"webmozart/assert": "^1.0"
|
533 |
},
|
534 |
"require-dev": {
|
@@ -554,24 +800,24 @@
|
|
554 |
}
|
555 |
],
|
556 |
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
557 |
-
"time": "
|
558 |
},
|
559 |
{
|
560 |
"name": "phpdocumentor/type-resolver",
|
561 |
-
"version": "0.
|
562 |
"source": {
|
563 |
"type": "git",
|
564 |
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
565 |
-
"reference": "
|
566 |
},
|
567 |
"dist": {
|
568 |
"type": "zip",
|
569 |
-
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/
|
570 |
-
"reference": "
|
571 |
"shasum": ""
|
572 |
},
|
573 |
"require": {
|
574 |
-
"php": "
|
575 |
"phpdocumentor/reflection-common": "^1.0"
|
576 |
},
|
577 |
"require-dev": {
|
@@ -601,42 +847,42 @@
|
|
601 |
"email": "me@mikevanriel.com"
|
602 |
}
|
603 |
],
|
604 |
-
"time": "
|
605 |
},
|
606 |
{
|
607 |
"name": "phpspec/prophecy",
|
608 |
-
"version": "v1.
|
609 |
"source": {
|
610 |
"type": "git",
|
611 |
"url": "https://github.com/phpspec/prophecy.git",
|
612 |
-
"reference": "
|
613 |
},
|
614 |
"dist": {
|
615 |
"type": "zip",
|
616 |
-
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/
|
617 |
-
"reference": "
|
618 |
"shasum": ""
|
619 |
},
|
620 |
"require": {
|
621 |
"doctrine/instantiator": "^1.0.2",
|
622 |
"php": "^5.3|^7.0",
|
623 |
-
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
|
624 |
-
"sebastian/comparator": "^1.
|
625 |
-
"sebastian/recursion-context": "^1.0|^2.0"
|
626 |
},
|
627 |
"require-dev": {
|
628 |
-
"phpspec/phpspec": "^2.
|
629 |
-
"phpunit/phpunit": "^4.8 || ^5.6.5"
|
630 |
},
|
631 |
"type": "library",
|
632 |
"extra": {
|
633 |
"branch-alias": {
|
634 |
-
"dev-master": "1.
|
635 |
}
|
636 |
},
|
637 |
"autoload": {
|
638 |
-
"psr-
|
639 |
-
"Prophecy\\": "src/"
|
640 |
}
|
641 |
},
|
642 |
"notification-url": "https://packagist.org/downloads/",
|
@@ -664,43 +910,44 @@
|
|
664 |
"spy",
|
665 |
"stub"
|
666 |
],
|
667 |
-
"time": "
|
668 |
},
|
669 |
{
|
670 |
"name": "phpunit/php-code-coverage",
|
671 |
-
"version": "
|
672 |
"source": {
|
673 |
"type": "git",
|
674 |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
675 |
-
"reference": "
|
676 |
},
|
677 |
"dist": {
|
678 |
"type": "zip",
|
679 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
|
680 |
-
"reference": "
|
681 |
"shasum": ""
|
682 |
},
|
683 |
"require": {
|
684 |
-
"
|
685 |
-
"
|
686 |
-
"
|
687 |
-
"phpunit/php-
|
688 |
-
"
|
689 |
-
"
|
|
|
|
|
|
|
690 |
},
|
691 |
"require-dev": {
|
692 |
-
"ext-xdebug": "
|
693 |
-
"phpunit/phpunit": "
|
694 |
},
|
695 |
"suggest": {
|
696 |
-
"ext-
|
697 |
-
"ext-xdebug": ">=2.2.1",
|
698 |
-
"ext-xmlwriter": "*"
|
699 |
},
|
700 |
"type": "library",
|
701 |
"extra": {
|
702 |
"branch-alias": {
|
703 |
-
"dev-master": "
|
704 |
}
|
705 |
},
|
706 |
"autoload": {
|
@@ -726,20 +973,20 @@
|
|
726 |
"testing",
|
727 |
"xunit"
|
728 |
],
|
729 |
-
"time": "
|
730 |
},
|
731 |
{
|
732 |
"name": "phpunit/php-file-iterator",
|
733 |
-
"version": "1.4.
|
734 |
"source": {
|
735 |
"type": "git",
|
736 |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
737 |
-
"reference": "
|
738 |
},
|
739 |
"dist": {
|
740 |
"type": "zip",
|
741 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/
|
742 |
-
"reference": "
|
743 |
"shasum": ""
|
744 |
},
|
745 |
"require": {
|
@@ -773,7 +1020,7 @@
|
|
773 |
"filesystem",
|
774 |
"iterator"
|
775 |
],
|
776 |
-
"time": "
|
777 |
},
|
778 |
{
|
779 |
"name": "phpunit/php-text-template",
|
@@ -867,16 +1114,16 @@
|
|
867 |
},
|
868 |
{
|
869 |
"name": "phpunit/php-token-stream",
|
870 |
-
"version": "1.4.
|
871 |
"source": {
|
872 |
"type": "git",
|
873 |
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
874 |
-
"reference": "
|
875 |
},
|
876 |
"dist": {
|
877 |
"type": "zip",
|
878 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/
|
879 |
-
"reference": "
|
880 |
"shasum": ""
|
881 |
},
|
882 |
"require": {
|
@@ -912,44 +1159,54 @@
|
|
912 |
"keywords": [
|
913 |
"tokenizer"
|
914 |
],
|
915 |
-
"time": "2017-
|
916 |
},
|
917 |
{
|
918 |
"name": "phpunit/phpunit",
|
919 |
-
"version": "
|
920 |
"source": {
|
921 |
"type": "git",
|
922 |
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
923 |
-
"reference": "
|
924 |
},
|
925 |
"dist": {
|
926 |
"type": "zip",
|
927 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
|
928 |
-
"reference": "
|
929 |
"shasum": ""
|
930 |
},
|
931 |
"require": {
|
932 |
"ext-dom": "*",
|
933 |
"ext-json": "*",
|
934 |
-
"ext-
|
935 |
-
"ext-
|
936 |
-
"ext-
|
937 |
-
"
|
938 |
-
"
|
939 |
-
"
|
|
|
940 |
"phpunit/php-file-iterator": "~1.4",
|
941 |
"phpunit/php-text-template": "~1.2",
|
942 |
"phpunit/php-timer": "^1.0.6",
|
943 |
-
"phpunit/phpunit-mock-objects": "
|
944 |
-
"sebastian/comparator": "
|
945 |
-
"sebastian/diff": "
|
946 |
-
"sebastian/environment": "
|
947 |
-
"sebastian/exporter": "~
|
948 |
-
"sebastian/global-state": "
|
949 |
-
"sebastian/
|
950 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
951 |
},
|
952 |
"suggest": {
|
|
|
953 |
"phpunit/php-invoker": "~1.1"
|
954 |
},
|
955 |
"bin": [
|
@@ -958,7 +1215,7 @@
|
|
958 |
"type": "library",
|
959 |
"extra": {
|
960 |
"branch-alias": {
|
961 |
-
"dev-master": "
|
962 |
}
|
963 |
},
|
964 |
"autoload": {
|
@@ -984,30 +1241,33 @@
|
|
984 |
"testing",
|
985 |
"xunit"
|
986 |
],
|
987 |
-
"time": "
|
988 |
},
|
989 |
{
|
990 |
"name": "phpunit/phpunit-mock-objects",
|
991 |
-
"version": "
|
992 |
"source": {
|
993 |
"type": "git",
|
994 |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
995 |
-
"reference": "
|
996 |
},
|
997 |
"dist": {
|
998 |
"type": "zip",
|
999 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/
|
1000 |
-
"reference": "
|
1001 |
"shasum": ""
|
1002 |
},
|
1003 |
"require": {
|
1004 |
"doctrine/instantiator": "^1.0.2",
|
1005 |
-
"php": "
|
1006 |
-
"phpunit/php-text-template": "
|
1007 |
-
"sebastian/exporter": "
|
|
|
|
|
|
|
1008 |
},
|
1009 |
"require-dev": {
|
1010 |
-
"phpunit/phpunit": "
|
1011 |
},
|
1012 |
"suggest": {
|
1013 |
"ext-soap": "*"
|
@@ -1015,7 +1275,7 @@
|
|
1015 |
"type": "library",
|
1016 |
"extra": {
|
1017 |
"branch-alias": {
|
1018 |
-
"dev-master": "2.
|
1019 |
}
|
1020 |
},
|
1021 |
"autoload": {
|
@@ -1040,7 +1300,53 @@
|
|
1040 |
"mock",
|
1041 |
"xunit"
|
1042 |
],
|
1043 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1044 |
},
|
1045 |
{
|
1046 |
"name": "sebastian/comparator",
|
@@ -1108,23 +1414,23 @@
|
|
1108 |
},
|
1109 |
{
|
1110 |
"name": "sebastian/diff",
|
1111 |
-
"version": "1.4.
|
1112 |
"source": {
|
1113 |
"type": "git",
|
1114 |
"url": "https://github.com/sebastianbergmann/diff.git",
|
1115 |
-
"reference": "
|
1116 |
},
|
1117 |
"dist": {
|
1118 |
"type": "zip",
|
1119 |
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
|
1120 |
-
"reference": "
|
1121 |
"shasum": ""
|
1122 |
},
|
1123 |
"require": {
|
1124 |
-
"php": "
|
1125 |
},
|
1126 |
"require-dev": {
|
1127 |
-
"phpunit/phpunit": "
|
1128 |
},
|
1129 |
"type": "library",
|
1130 |
"extra": {
|
@@ -1156,32 +1462,32 @@
|
|
1156 |
"keywords": [
|
1157 |
"diff"
|
1158 |
],
|
1159 |
-
"time": "
|
1160 |
},
|
1161 |
{
|
1162 |
"name": "sebastian/environment",
|
1163 |
-
"version": "
|
1164 |
"source": {
|
1165 |
"type": "git",
|
1166 |
"url": "https://github.com/sebastianbergmann/environment.git",
|
1167 |
-
"reference": "
|
1168 |
},
|
1169 |
"dist": {
|
1170 |
"type": "zip",
|
1171 |
-
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/
|
1172 |
-
"reference": "
|
1173 |
"shasum": ""
|
1174 |
},
|
1175 |
"require": {
|
1176 |
-
"php": "^5.
|
1177 |
},
|
1178 |
"require-dev": {
|
1179 |
-
"phpunit/phpunit": "^
|
1180 |
},
|
1181 |
"type": "library",
|
1182 |
"extra": {
|
1183 |
"branch-alias": {
|
1184 |
-
"dev-master": "
|
1185 |
}
|
1186 |
},
|
1187 |
"autoload": {
|
@@ -1206,25 +1512,25 @@
|
|
1206 |
"environment",
|
1207 |
"hhvm"
|
1208 |
],
|
1209 |
-
"time": "2016-
|
1210 |
},
|
1211 |
{
|
1212 |
"name": "sebastian/exporter",
|
1213 |
-
"version": "
|
1214 |
"source": {
|
1215 |
"type": "git",
|
1216 |
"url": "https://github.com/sebastianbergmann/exporter.git",
|
1217 |
-
"reference": "
|
1218 |
},
|
1219 |
"dist": {
|
1220 |
"type": "zip",
|
1221 |
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/
|
1222 |
-
"reference": "
|
1223 |
"shasum": ""
|
1224 |
},
|
1225 |
"require": {
|
1226 |
"php": ">=5.3.3",
|
1227 |
-
"sebastian/recursion-context": "~
|
1228 |
},
|
1229 |
"require-dev": {
|
1230 |
"ext-mbstring": "*",
|
@@ -1233,7 +1539,7 @@
|
|
1233 |
"type": "library",
|
1234 |
"extra": {
|
1235 |
"branch-alias": {
|
1236 |
-
"dev-master": "
|
1237 |
}
|
1238 |
},
|
1239 |
"autoload": {
|
@@ -1273,7 +1579,7 @@
|
|
1273 |
"export",
|
1274 |
"exporter"
|
1275 |
],
|
1276 |
-
"time": "2016-
|
1277 |
},
|
1278 |
{
|
1279 |
"name": "sebastian/global-state",
|
@@ -1326,18 +1632,64 @@
|
|
1326 |
],
|
1327 |
"time": "2015-10-12T03:26:01+00:00"
|
1328 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1329 |
{
|
1330 |
"name": "sebastian/recursion-context",
|
1331 |
-
"version": "
|
1332 |
"source": {
|
1333 |
"type": "git",
|
1334 |
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
1335 |
-
"reference": "
|
1336 |
},
|
1337 |
"dist": {
|
1338 |
"type": "zip",
|
1339 |
-
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/
|
1340 |
-
"reference": "
|
1341 |
"shasum": ""
|
1342 |
},
|
1343 |
"require": {
|
@@ -1349,7 +1701,7 @@
|
|
1349 |
"type": "library",
|
1350 |
"extra": {
|
1351 |
"branch-alias": {
|
1352 |
-
"dev-master": "
|
1353 |
}
|
1354 |
},
|
1355 |
"autoload": {
|
@@ -1377,23 +1729,73 @@
|
|
1377 |
],
|
1378 |
"description": "Provides functionality to recursively process PHP variables",
|
1379 |
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
1380 |
-
"time": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1381 |
},
|
1382 |
{
|
1383 |
"name": "sebastian/version",
|
1384 |
-
"version": "
|
1385 |
"source": {
|
1386 |
"type": "git",
|
1387 |
"url": "https://github.com/sebastianbergmann/version.git",
|
1388 |
-
"reference": "
|
1389 |
},
|
1390 |
"dist": {
|
1391 |
"type": "zip",
|
1392 |
-
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/
|
1393 |
-
"reference": "
|
1394 |
"shasum": ""
|
1395 |
},
|
|
|
|
|
|
|
1396 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
1397 |
"autoload": {
|
1398 |
"classmap": [
|
1399 |
"src/"
|
@@ -1412,7 +1814,7 @@
|
|
1412 |
],
|
1413 |
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
1414 |
"homepage": "https://github.com/sebastianbergmann/version",
|
1415 |
-
"time": "
|
1416 |
},
|
1417 |
{
|
1418 |
"name": "simplyadmire/composer-plugins",
|
@@ -1469,16 +1871,16 @@
|
|
1469 |
},
|
1470 |
{
|
1471 |
"name": "squizlabs/php_codesniffer",
|
1472 |
-
"version": "2.
|
1473 |
"source": {
|
1474 |
"type": "git",
|
1475 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
1476 |
-
"reference": "
|
1477 |
},
|
1478 |
"dist": {
|
1479 |
"type": "zip",
|
1480 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/
|
1481 |
-
"reference": "
|
1482 |
"shasum": ""
|
1483 |
},
|
1484 |
"require": {
|
@@ -1543,35 +1945,34 @@
|
|
1543 |
"phpcs",
|
1544 |
"standards"
|
1545 |
],
|
1546 |
-
"time": "
|
1547 |
},
|
1548 |
{
|
1549 |
"name": "webmozart/assert",
|
1550 |
-
"version": "1.
|
1551 |
"source": {
|
1552 |
"type": "git",
|
1553 |
"url": "https://github.com/webmozart/assert.git",
|
1554 |
-
"reference": "
|
1555 |
},
|
1556 |
"dist": {
|
1557 |
"type": "zip",
|
1558 |
-
"url": "https://api.github.com/repos/webmozart/assert/zipball/
|
1559 |
-
"reference": "
|
1560 |
"shasum": ""
|
1561 |
},
|
1562 |
"require": {
|
1563 |
-
"php": "^5.3.3 || ^7.0"
|
|
|
|
|
|
|
|
|
|
|
1564 |
},
|
1565 |
"require-dev": {
|
1566 |
-
"phpunit/phpunit": "^4.
|
1567 |
-
"sebastian/version": "^1.0.1"
|
1568 |
},
|
1569 |
"type": "library",
|
1570 |
-
"extra": {
|
1571 |
-
"branch-alias": {
|
1572 |
-
"dev-master": "1.3-dev"
|
1573 |
-
}
|
1574 |
-
},
|
1575 |
"autoload": {
|
1576 |
"psr-4": {
|
1577 |
"Webmozart\\Assert\\": "src/"
|
@@ -1593,54 +1994,7 @@
|
|
1593 |
"check",
|
1594 |
"validate"
|
1595 |
],
|
1596 |
-
"time": "
|
1597 |
-
},
|
1598 |
-
{
|
1599 |
-
"name": "wimg/php-compatibility",
|
1600 |
-
"version": "7.1.2",
|
1601 |
-
"source": {
|
1602 |
-
"type": "git",
|
1603 |
-
"url": "https://github.com/wimg/PHPCompatibility.git",
|
1604 |
-
"reference": "db947ce9376f1d9adc6fa0be5952241598ba60ea"
|
1605 |
-
},
|
1606 |
-
"dist": {
|
1607 |
-
"type": "zip",
|
1608 |
-
"url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/db947ce9376f1d9adc6fa0be5952241598ba60ea",
|
1609 |
-
"reference": "db947ce9376f1d9adc6fa0be5952241598ba60ea",
|
1610 |
-
"shasum": ""
|
1611 |
-
},
|
1612 |
-
"require": {
|
1613 |
-
"ext-tokenizer": "*",
|
1614 |
-
"php": ">=5.1.2",
|
1615 |
-
"squizlabs/php_codesniffer": "~2.0"
|
1616 |
-
},
|
1617 |
-
"require-dev": {
|
1618 |
-
"satooshi/php-coveralls": "dev-master"
|
1619 |
-
},
|
1620 |
-
"type": "phpcodesniffer-standard",
|
1621 |
-
"autoload": {
|
1622 |
-
"psr-4": {
|
1623 |
-
"PHPCompatibility\\": ""
|
1624 |
-
}
|
1625 |
-
},
|
1626 |
-
"notification-url": "https://packagist.org/downloads/",
|
1627 |
-
"license": [
|
1628 |
-
"LGPL-3.0"
|
1629 |
-
],
|
1630 |
-
"authors": [
|
1631 |
-
{
|
1632 |
-
"name": "Wim Godden",
|
1633 |
-
"role": "lead"
|
1634 |
-
}
|
1635 |
-
],
|
1636 |
-
"description": "This is a set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
|
1637 |
-
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
1638 |
-
"keywords": [
|
1639 |
-
"compatibility",
|
1640 |
-
"phpcs",
|
1641 |
-
"standards"
|
1642 |
-
],
|
1643 |
-
"time": "2017-02-17T17:08:29+00:00"
|
1644 |
}
|
1645 |
],
|
1646 |
"aliases": [],
|
@@ -1652,5 +2006,9 @@
|
|
1652 |
"prefer-stable": false,
|
1653 |
"prefer-lowest": false,
|
1654 |
"platform": [],
|
1655 |
-
"platform-dev": []
|
|
|
|
|
|
|
|
|
1656 |
}
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
"This file is @generated automatically"
|
6 |
],
|
7 |
+
"content-hash": "3038bf912c8918ef09f1c7a2a80090ef",
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "cloudflare/cf-ip-rewrite",
|
88 |
},
|
89 |
{
|
90 |
"name": "psr/log",
|
91 |
+
"version": "1.1.3",
|
92 |
"source": {
|
93 |
"type": "git",
|
94 |
"url": "https://github.com/php-fig/log.git",
|
95 |
+
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
96 |
},
|
97 |
"dist": {
|
98 |
"type": "zip",
|
99 |
+
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
100 |
+
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
101 |
"shasum": ""
|
102 |
},
|
103 |
"require": {
|
106 |
"type": "library",
|
107 |
"extra": {
|
108 |
"branch-alias": {
|
109 |
+
"dev-master": "1.1.x-dev"
|
110 |
}
|
111 |
},
|
112 |
"autoload": {
|
131 |
"psr",
|
132 |
"psr-3"
|
133 |
],
|
134 |
+
"time": "2020-03-23T09:12:05+00:00"
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"name": "symfony/polyfill-ctype",
|
138 |
+
"version": "v1.17.1",
|
139 |
+
"source": {
|
140 |
+
"type": "git",
|
141 |
+
"url": "https://github.com/symfony/polyfill-ctype.git",
|
142 |
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
|
143 |
+
},
|
144 |
+
"dist": {
|
145 |
+
"type": "zip",
|
146 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
147 |
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
148 |
+
"shasum": ""
|
149 |
+
},
|
150 |
+
"require": {
|
151 |
+
"php": ">=5.3.3"
|
152 |
+
},
|
153 |
+
"suggest": {
|
154 |
+
"ext-ctype": "For best performance"
|
155 |
+
},
|
156 |
+
"type": "library",
|
157 |
+
"extra": {
|
158 |
+
"branch-alias": {
|
159 |
+
"dev-master": "1.17-dev"
|
160 |
+
},
|
161 |
+
"thanks": {
|
162 |
+
"name": "symfony/polyfill",
|
163 |
+
"url": "https://github.com/symfony/polyfill"
|
164 |
+
}
|
165 |
+
},
|
166 |
+
"autoload": {
|
167 |
+
"psr-4": {
|
168 |
+
"Symfony\\Polyfill\\Ctype\\": ""
|
169 |
+
},
|
170 |
+
"files": [
|
171 |
+
"bootstrap.php"
|
172 |
+
]
|
173 |
+
},
|
174 |
+
"notification-url": "https://packagist.org/downloads/",
|
175 |
+
"license": [
|
176 |
+
"MIT"
|
177 |
+
],
|
178 |
+
"authors": [
|
179 |
+
{
|
180 |
+
"name": "Gert de Pagter",
|
181 |
+
"email": "BackEndTea@gmail.com"
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"name": "Symfony Community",
|
185 |
+
"homepage": "https://symfony.com/contributors"
|
186 |
+
}
|
187 |
+
],
|
188 |
+
"description": "Symfony polyfill for ctype functions",
|
189 |
+
"homepage": "https://symfony.com",
|
190 |
+
"keywords": [
|
191 |
+
"compatibility",
|
192 |
+
"ctype",
|
193 |
+
"polyfill",
|
194 |
+
"portable"
|
195 |
+
],
|
196 |
+
"funding": [
|
197 |
+
{
|
198 |
+
"url": "https://symfony.com/sponsor",
|
199 |
+
"type": "custom"
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"url": "https://github.com/fabpot",
|
203 |
+
"type": "github"
|
204 |
+
},
|
205 |
+
{
|
206 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
207 |
+
"type": "tidelift"
|
208 |
+
}
|
209 |
+
],
|
210 |
+
"time": "2020-06-06T08:46:27+00:00"
|
211 |
},
|
212 |
{
|
213 |
"name": "symfony/yaml",
|
214 |
+
"version": "v2.8.52",
|
215 |
"source": {
|
216 |
"type": "git",
|
217 |
"url": "https://github.com/symfony/yaml.git",
|
218 |
+
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
|
219 |
},
|
220 |
"dist": {
|
221 |
"type": "zip",
|
222 |
+
"url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
|
223 |
+
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
|
224 |
"shasum": ""
|
225 |
},
|
226 |
"require": {
|
227 |
+
"php": ">=5.3.9",
|
228 |
+
"symfony/polyfill-ctype": "~1.8"
|
229 |
},
|
230 |
"type": "library",
|
231 |
"extra": {
|
257 |
],
|
258 |
"description": "Symfony Yaml Component",
|
259 |
"homepage": "https://symfony.com",
|
260 |
+
"time": "2018-11-11T11:18:13+00:00"
|
261 |
}
|
262 |
],
|
263 |
"packages-dev": [
|
264 |
+
{
|
265 |
+
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
266 |
+
"version": "v0.6.2",
|
267 |
+
"source": {
|
268 |
+
"type": "git",
|
269 |
+
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
270 |
+
"reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a"
|
271 |
+
},
|
272 |
+
"dist": {
|
273 |
+
"type": "zip",
|
274 |
+
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a",
|
275 |
+
"reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a",
|
276 |
+
"shasum": ""
|
277 |
+
},
|
278 |
+
"require": {
|
279 |
+
"composer-plugin-api": "^1.0",
|
280 |
+
"php": "^5.3|^7",
|
281 |
+
"squizlabs/php_codesniffer": "^2|^3"
|
282 |
+
},
|
283 |
+
"require-dev": {
|
284 |
+
"composer/composer": "*",
|
285 |
+
"phpcompatibility/php-compatibility": "^9.0",
|
286 |
+
"sensiolabs/security-checker": "^4.1.0"
|
287 |
+
},
|
288 |
+
"type": "composer-plugin",
|
289 |
+
"extra": {
|
290 |
+
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
291 |
+
},
|
292 |
+
"autoload": {
|
293 |
+
"psr-4": {
|
294 |
+
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
295 |
+
}
|
296 |
+
},
|
297 |
+
"notification-url": "https://packagist.org/downloads/",
|
298 |
+
"license": [
|
299 |
+
"MIT"
|
300 |
+
],
|
301 |
+
"authors": [
|
302 |
+
{
|
303 |
+
"name": "Franck Nijhof",
|
304 |
+
"email": "franck.nijhof@dealerdirect.com",
|
305 |
+
"homepage": "http://www.frenck.nl",
|
306 |
+
"role": "Developer / IT Manager"
|
307 |
+
}
|
308 |
+
],
|
309 |
+
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
310 |
+
"homepage": "http://www.dealerdirect.com",
|
311 |
+
"keywords": [
|
312 |
+
"PHPCodeSniffer",
|
313 |
+
"PHP_CodeSniffer",
|
314 |
+
"code quality",
|
315 |
+
"codesniffer",
|
316 |
+
"composer",
|
317 |
+
"installer",
|
318 |
+
"phpcs",
|
319 |
+
"plugin",
|
320 |
+
"qa",
|
321 |
+
"quality",
|
322 |
+
"standard",
|
323 |
+
"standards",
|
324 |
+
"style guide",
|
325 |
+
"stylecheck",
|
326 |
+
"tests"
|
327 |
+
],
|
328 |
+
"time": "2020-01-29T20:22:20+00:00"
|
329 |
+
},
|
330 |
{
|
331 |
"name": "doctrine/instantiator",
|
332 |
"version": "1.0.5",
|
431 |
],
|
432 |
"time": "2015-09-13T19:01:00+00:00"
|
433 |
},
|
434 |
+
{
|
435 |
+
"name": "myclabs/deep-copy",
|
436 |
+
"version": "1.7.0",
|
437 |
+
"source": {
|
438 |
+
"type": "git",
|
439 |
+
"url": "https://github.com/myclabs/DeepCopy.git",
|
440 |
+
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
441 |
+
},
|
442 |
+
"dist": {
|
443 |
+
"type": "zip",
|
444 |
+
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
445 |
+
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
446 |
+
"shasum": ""
|
447 |
+
},
|
448 |
+
"require": {
|
449 |
+
"php": "^5.6 || ^7.0"
|
450 |
+
},
|
451 |
+
"require-dev": {
|
452 |
+
"doctrine/collections": "^1.0",
|
453 |
+
"doctrine/common": "^2.6",
|
454 |
+
"phpunit/phpunit": "^4.1"
|
455 |
+
},
|
456 |
+
"type": "library",
|
457 |
+
"autoload": {
|
458 |
+
"psr-4": {
|
459 |
+
"DeepCopy\\": "src/DeepCopy/"
|
460 |
+
},
|
461 |
+
"files": [
|
462 |
+
"src/DeepCopy/deep_copy.php"
|
463 |
+
]
|
464 |
+
},
|
465 |
+
"notification-url": "https://packagist.org/downloads/",
|
466 |
+
"license": [
|
467 |
+
"MIT"
|
468 |
+
],
|
469 |
+
"description": "Create deep copies (clones) of your objects",
|
470 |
+
"keywords": [
|
471 |
+
"clone",
|
472 |
+
"copy",
|
473 |
+
"duplicate",
|
474 |
+
"object",
|
475 |
+
"object graph"
|
476 |
+
],
|
477 |
+
"time": "2017-10-19T19:58:43+00:00"
|
478 |
+
},
|
479 |
{
|
480 |
"name": "php-mock/php-mock",
|
481 |
"version": "1.0.1",
|
645 |
],
|
646 |
"time": "2016-06-15T23:36:13+00:00"
|
647 |
},
|
648 |
+
{
|
649 |
+
"name": "phpcompatibility/php-compatibility",
|
650 |
+
"version": "9.3.5",
|
651 |
+
"source": {
|
652 |
+
"type": "git",
|
653 |
+
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
654 |
+
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
|
655 |
+
},
|
656 |
+
"dist": {
|
657 |
+
"type": "zip",
|
658 |
+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
|
659 |
+
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
|
660 |
+
"shasum": ""
|
661 |
+
},
|
662 |
+
"require": {
|
663 |
+
"php": ">=5.3",
|
664 |
+
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
|
665 |
+
},
|
666 |
+
"conflict": {
|
667 |
+
"squizlabs/php_codesniffer": "2.6.2"
|
668 |
+
},
|
669 |
+
"require-dev": {
|
670 |
+
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
671 |
+
},
|
672 |
+
"suggest": {
|
673 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
674 |
+
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
675 |
+
},
|
676 |
+
"type": "phpcodesniffer-standard",
|
677 |
+
"notification-url": "https://packagist.org/downloads/",
|
678 |
+
"license": [
|
679 |
+
"LGPL-3.0-or-later"
|
680 |
+
],
|
681 |
+
"authors": [
|
682 |
+
{
|
683 |
+
"name": "Wim Godden",
|
684 |
+
"homepage": "https://github.com/wimg",
|
685 |
+
"role": "lead"
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"name": "Juliette Reinders Folmer",
|
689 |
+
"homepage": "https://github.com/jrfnl",
|
690 |
+
"role": "lead"
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"name": "Contributors",
|
694 |
+
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
695 |
+
}
|
696 |
+
],
|
697 |
+
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
698 |
+
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
699 |
+
"keywords": [
|
700 |
+
"compatibility",
|
701 |
+
"phpcs",
|
702 |
+
"standards"
|
703 |
+
],
|
704 |
+
"time": "2019-12-27T09:44:58+00:00"
|
705 |
+
},
|
706 |
{
|
707 |
"name": "phpdocumentor/reflection-common",
|
708 |
+
"version": "1.0.1",
|
709 |
"source": {
|
710 |
"type": "git",
|
711 |
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
712 |
+
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
713 |
},
|
714 |
"dist": {
|
715 |
"type": "zip",
|
716 |
+
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
717 |
+
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
718 |
"shasum": ""
|
719 |
},
|
720 |
"require": {
|
755 |
"reflection",
|
756 |
"static analysis"
|
757 |
],
|
758 |
+
"time": "2017-09-11T18:02:19+00:00"
|
759 |
},
|
760 |
{
|
761 |
"name": "phpdocumentor/reflection-docblock",
|
762 |
+
"version": "3.3.2",
|
763 |
"source": {
|
764 |
"type": "git",
|
765 |
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
766 |
+
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
|
767 |
},
|
768 |
"dist": {
|
769 |
"type": "zip",
|
770 |
+
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
771 |
+
"reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
772 |
"shasum": ""
|
773 |
},
|
774 |
"require": {
|
775 |
+
"php": "^5.6 || ^7.0",
|
776 |
+
"phpdocumentor/reflection-common": "^1.0.0",
|
777 |
+
"phpdocumentor/type-resolver": "^0.4.0",
|
778 |
"webmozart/assert": "^1.0"
|
779 |
},
|
780 |
"require-dev": {
|
800 |
}
|
801 |
],
|
802 |
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
803 |
+
"time": "2017-11-10T14:09:06+00:00"
|
804 |
},
|
805 |
{
|
806 |
"name": "phpdocumentor/type-resolver",
|
807 |
+
"version": "0.4.0",
|
808 |
"source": {
|
809 |
"type": "git",
|
810 |
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
811 |
+
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
812 |
},
|
813 |
"dist": {
|
814 |
"type": "zip",
|
815 |
+
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
816 |
+
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
817 |
"shasum": ""
|
818 |
},
|
819 |
"require": {
|
820 |
+
"php": "^5.5 || ^7.0",
|
821 |
"phpdocumentor/reflection-common": "^1.0"
|
822 |
},
|
823 |
"require-dev": {
|
847 |
"email": "me@mikevanriel.com"
|
848 |
}
|
849 |
],
|
850 |
+
"time": "2017-07-14T14:27:02+00:00"
|
851 |
},
|
852 |
{
|
853 |
"name": "phpspec/prophecy",
|
854 |
+
"version": "v1.10.3",
|
855 |
"source": {
|
856 |
"type": "git",
|
857 |
"url": "https://github.com/phpspec/prophecy.git",
|
858 |
+
"reference": "451c3cd1418cf640de218914901e51b064abb093"
|
859 |
},
|
860 |
"dist": {
|
861 |
"type": "zip",
|
862 |
+
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
|
863 |
+
"reference": "451c3cd1418cf640de218914901e51b064abb093",
|
864 |
"shasum": ""
|
865 |
},
|
866 |
"require": {
|
867 |
"doctrine/instantiator": "^1.0.2",
|
868 |
"php": "^5.3|^7.0",
|
869 |
+
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
|
870 |
+
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
|
871 |
+
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
|
872 |
},
|
873 |
"require-dev": {
|
874 |
+
"phpspec/phpspec": "^2.5 || ^3.2",
|
875 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
|
876 |
},
|
877 |
"type": "library",
|
878 |
"extra": {
|
879 |
"branch-alias": {
|
880 |
+
"dev-master": "1.10.x-dev"
|
881 |
}
|
882 |
},
|
883 |
"autoload": {
|
884 |
+
"psr-4": {
|
885 |
+
"Prophecy\\": "src/Prophecy"
|
886 |
}
|
887 |
},
|
888 |
"notification-url": "https://packagist.org/downloads/",
|
910 |
"spy",
|
911 |
"stub"
|
912 |
],
|
913 |
+
"time": "2020-03-05T15:02:03+00:00"
|
914 |
},
|
915 |
{
|
916 |
"name": "phpunit/php-code-coverage",
|
917 |
+
"version": "4.0.8",
|
918 |
"source": {
|
919 |
"type": "git",
|
920 |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
921 |
+
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
922 |
},
|
923 |
"dist": {
|
924 |
"type": "zip",
|
925 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
926 |
+
"reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
927 |
"shasum": ""
|
928 |
},
|
929 |
"require": {
|
930 |
+
"ext-dom": "*",
|
931 |
+
"ext-xmlwriter": "*",
|
932 |
+
"php": "^5.6 || ^7.0",
|
933 |
+
"phpunit/php-file-iterator": "^1.3",
|
934 |
+
"phpunit/php-text-template": "^1.2",
|
935 |
+
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
936 |
+
"sebastian/code-unit-reverse-lookup": "^1.0",
|
937 |
+
"sebastian/environment": "^1.3.2 || ^2.0",
|
938 |
+
"sebastian/version": "^1.0 || ^2.0"
|
939 |
},
|
940 |
"require-dev": {
|
941 |
+
"ext-xdebug": "^2.1.4",
|
942 |
+
"phpunit/phpunit": "^5.7"
|
943 |
},
|
944 |
"suggest": {
|
945 |
+
"ext-xdebug": "^2.5.1"
|
|
|
|
|
946 |
},
|
947 |
"type": "library",
|
948 |
"extra": {
|
949 |
"branch-alias": {
|
950 |
+
"dev-master": "4.0.x-dev"
|
951 |
}
|
952 |
},
|
953 |
"autoload": {
|
973 |
"testing",
|
974 |
"xunit"
|
975 |
],
|
976 |
+
"time": "2017-04-02T07:44:40+00:00"
|
977 |
},
|
978 |
{
|
979 |
"name": "phpunit/php-file-iterator",
|
980 |
+
"version": "1.4.5",
|
981 |
"source": {
|
982 |
"type": "git",
|
983 |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
984 |
+
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
985 |
},
|
986 |
"dist": {
|
987 |
"type": "zip",
|
988 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
989 |
+
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
990 |
"shasum": ""
|
991 |
},
|
992 |
"require": {
|
1020 |
"filesystem",
|
1021 |
"iterator"
|
1022 |
],
|
1023 |
+
"time": "2017-11-27T13:52:08+00:00"
|
1024 |
},
|
1025 |
{
|
1026 |
"name": "phpunit/php-text-template",
|
1114 |
},
|
1115 |
{
|
1116 |
"name": "phpunit/php-token-stream",
|
1117 |
+
"version": "1.4.12",
|
1118 |
"source": {
|
1119 |
"type": "git",
|
1120 |
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
1121 |
+
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
1122 |
},
|
1123 |
"dist": {
|
1124 |
"type": "zip",
|
1125 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
1126 |
+
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
1127 |
"shasum": ""
|
1128 |
},
|
1129 |
"require": {
|
1159 |
"keywords": [
|
1160 |
"tokenizer"
|
1161 |
],
|
1162 |
+
"time": "2017-12-04T08:55:13+00:00"
|
1163 |
},
|
1164 |
{
|
1165 |
"name": "phpunit/phpunit",
|
1166 |
+
"version": "5.7.27",
|
1167 |
"source": {
|
1168 |
"type": "git",
|
1169 |
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
1170 |
+
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
|
1171 |
},
|
1172 |
"dist": {
|
1173 |
"type": "zip",
|
1174 |
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
1175 |
+
"reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
1176 |
"shasum": ""
|
1177 |
},
|
1178 |
"require": {
|
1179 |
"ext-dom": "*",
|
1180 |
"ext-json": "*",
|
1181 |
+
"ext-libxml": "*",
|
1182 |
+
"ext-mbstring": "*",
|
1183 |
+
"ext-xml": "*",
|
1184 |
+
"myclabs/deep-copy": "~1.3",
|
1185 |
+
"php": "^5.6 || ^7.0",
|
1186 |
+
"phpspec/prophecy": "^1.6.2",
|
1187 |
+
"phpunit/php-code-coverage": "^4.0.4",
|
1188 |
"phpunit/php-file-iterator": "~1.4",
|
1189 |
"phpunit/php-text-template": "~1.2",
|
1190 |
"phpunit/php-timer": "^1.0.6",
|
1191 |
+
"phpunit/phpunit-mock-objects": "^3.2",
|
1192 |
+
"sebastian/comparator": "^1.2.4",
|
1193 |
+
"sebastian/diff": "^1.4.3",
|
1194 |
+
"sebastian/environment": "^1.3.4 || ^2.0",
|
1195 |
+
"sebastian/exporter": "~2.0",
|
1196 |
+
"sebastian/global-state": "^1.1",
|
1197 |
+
"sebastian/object-enumerator": "~2.0",
|
1198 |
+
"sebastian/resource-operations": "~1.0",
|
1199 |
+
"sebastian/version": "^1.0.6|^2.0.1",
|
1200 |
+
"symfony/yaml": "~2.1|~3.0|~4.0"
|
1201 |
+
},
|
1202 |
+
"conflict": {
|
1203 |
+
"phpdocumentor/reflection-docblock": "3.0.2"
|
1204 |
+
},
|
1205 |
+
"require-dev": {
|
1206 |
+
"ext-pdo": "*"
|
1207 |
},
|
1208 |
"suggest": {
|
1209 |
+
"ext-xdebug": "*",
|
1210 |
"phpunit/php-invoker": "~1.1"
|
1211 |
},
|
1212 |
"bin": [
|
1215 |
"type": "library",
|
1216 |
"extra": {
|
1217 |
"branch-alias": {
|
1218 |
+
"dev-master": "5.7.x-dev"
|
1219 |
}
|
1220 |
},
|
1221 |
"autoload": {
|
1241 |
"testing",
|
1242 |
"xunit"
|
1243 |
],
|
1244 |
+
"time": "2018-02-01T05:50:59+00:00"
|
1245 |
},
|
1246 |
{
|
1247 |
"name": "phpunit/phpunit-mock-objects",
|
1248 |
+
"version": "3.4.4",
|
1249 |
"source": {
|
1250 |
"type": "git",
|
1251 |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
1252 |
+
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
|
1253 |
},
|
1254 |
"dist": {
|
1255 |
"type": "zip",
|
1256 |
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
|
1257 |
+
"reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
|
1258 |
"shasum": ""
|
1259 |
},
|
1260 |
"require": {
|
1261 |
"doctrine/instantiator": "^1.0.2",
|
1262 |
+
"php": "^5.6 || ^7.0",
|
1263 |
+
"phpunit/php-text-template": "^1.2",
|
1264 |
+
"sebastian/exporter": "^1.2 || ^2.0"
|
1265 |
+
},
|
1266 |
+
"conflict": {
|
1267 |
+
"phpunit/phpunit": "<5.4.0"
|
1268 |
},
|
1269 |
"require-dev": {
|
1270 |
+
"phpunit/phpunit": "^5.4"
|
1271 |
},
|
1272 |
"suggest": {
|
1273 |
"ext-soap": "*"
|
1275 |
"type": "library",
|
1276 |
"extra": {
|
1277 |
"branch-alias": {
|
1278 |
+
"dev-master": "3.2.x-dev"
|
1279 |
}
|
1280 |
},
|
1281 |
"autoload": {
|
1300 |
"mock",
|
1301 |
"xunit"
|
1302 |
],
|
1303 |
+
"abandoned": true,
|
1304 |
+
"time": "2017-06-30T09:13:00+00:00"
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"name": "sebastian/code-unit-reverse-lookup",
|
1308 |
+
"version": "1.0.1",
|
1309 |
+
"source": {
|
1310 |
+
"type": "git",
|
1311 |
+
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
1312 |
+
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
1313 |
+
},
|
1314 |
+
"dist": {
|
1315 |
+
"type": "zip",
|
1316 |
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
1317 |
+
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
1318 |
+
"shasum": ""
|
1319 |
+
},
|
1320 |
+
"require": {
|
1321 |
+
"php": "^5.6 || ^7.0"
|
1322 |
+
},
|
1323 |
+
"require-dev": {
|
1324 |
+
"phpunit/phpunit": "^5.7 || ^6.0"
|
1325 |
+
},
|
1326 |
+
"type": "library",
|
1327 |
+
"extra": {
|
1328 |
+
"branch-alias": {
|
1329 |
+
"dev-master": "1.0.x-dev"
|
1330 |
+
}
|
1331 |
+
},
|
1332 |
+
"autoload": {
|
1333 |
+
"classmap": [
|
1334 |
+
"src/"
|
1335 |
+
]
|
1336 |
+
},
|
1337 |
+
"notification-url": "https://packagist.org/downloads/",
|
1338 |
+
"license": [
|
1339 |
+
"BSD-3-Clause"
|
1340 |
+
],
|
1341 |
+
"authors": [
|
1342 |
+
{
|
1343 |
+
"name": "Sebastian Bergmann",
|
1344 |
+
"email": "sebastian@phpunit.de"
|
1345 |
+
}
|
1346 |
+
],
|
1347 |
+
"description": "Looks up which function or method a line of code belongs to",
|
1348 |
+
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
1349 |
+
"time": "2017-03-04T06:30:41+00:00"
|
1350 |
},
|
1351 |
{
|
1352 |
"name": "sebastian/comparator",
|
1414 |
},
|
1415 |
{
|
1416 |
"name": "sebastian/diff",
|
1417 |
+
"version": "1.4.3",
|
1418 |
"source": {
|
1419 |
"type": "git",
|
1420 |
"url": "https://github.com/sebastianbergmann/diff.git",
|
1421 |
+
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
1422 |
},
|
1423 |
"dist": {
|
1424 |
"type": "zip",
|
1425 |
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
1426 |
+
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
1427 |
"shasum": ""
|
1428 |
},
|
1429 |
"require": {
|
1430 |
+
"php": "^5.3.3 || ^7.0"
|
1431 |
},
|
1432 |
"require-dev": {
|
1433 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
1434 |
},
|
1435 |
"type": "library",
|
1436 |
"extra": {
|
1462 |
"keywords": [
|
1463 |
"diff"
|
1464 |
],
|
1465 |
+
"time": "2017-05-22T07:24:03+00:00"
|
1466 |
},
|
1467 |
{
|
1468 |
"name": "sebastian/environment",
|
1469 |
+
"version": "2.0.0",
|
1470 |
"source": {
|
1471 |
"type": "git",
|
1472 |
"url": "https://github.com/sebastianbergmann/environment.git",
|
1473 |
+
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
|
1474 |
},
|
1475 |
"dist": {
|
1476 |
"type": "zip",
|
1477 |
+
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
1478 |
+
"reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
1479 |
"shasum": ""
|
1480 |
},
|
1481 |
"require": {
|
1482 |
+
"php": "^5.6 || ^7.0"
|
1483 |
},
|
1484 |
"require-dev": {
|
1485 |
+
"phpunit/phpunit": "^5.0"
|
1486 |
},
|
1487 |
"type": "library",
|
1488 |
"extra": {
|
1489 |
"branch-alias": {
|
1490 |
+
"dev-master": "2.0.x-dev"
|
1491 |
}
|
1492 |
},
|
1493 |
"autoload": {
|
1512 |
"environment",
|
1513 |
"hhvm"
|
1514 |
],
|
1515 |
+
"time": "2016-11-26T07:53:53+00:00"
|
1516 |
},
|
1517 |
{
|
1518 |
"name": "sebastian/exporter",
|
1519 |
+
"version": "2.0.0",
|
1520 |
"source": {
|
1521 |
"type": "git",
|
1522 |
"url": "https://github.com/sebastianbergmann/exporter.git",
|
1523 |
+
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
|
1524 |
},
|
1525 |
"dist": {
|
1526 |
"type": "zip",
|
1527 |
+
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
1528 |
+
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
1529 |
"shasum": ""
|
1530 |
},
|
1531 |
"require": {
|
1532 |
"php": ">=5.3.3",
|
1533 |
+
"sebastian/recursion-context": "~2.0"
|
1534 |
},
|
1535 |
"require-dev": {
|
1536 |
"ext-mbstring": "*",
|
1539 |
"type": "library",
|
1540 |
"extra": {
|
1541 |
"branch-alias": {
|
1542 |
+
"dev-master": "2.0.x-dev"
|
1543 |
}
|
1544 |
},
|
1545 |
"autoload": {
|
1579 |
"export",
|
1580 |
"exporter"
|
1581 |
],
|
1582 |
+
"time": "2016-11-19T08:54:04+00:00"
|
1583 |
},
|
1584 |
{
|
1585 |
"name": "sebastian/global-state",
|
1632 |
],
|
1633 |
"time": "2015-10-12T03:26:01+00:00"
|
1634 |
},
|
1635 |
+
{
|
1636 |
+
"name": "sebastian/object-enumerator",
|
1637 |
+
"version": "2.0.1",
|
1638 |
+
"source": {
|
1639 |
+
"type": "git",
|
1640 |
+
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
1641 |
+
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
|
1642 |
+
},
|
1643 |
+
"dist": {
|
1644 |
+
"type": "zip",
|
1645 |
+
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
1646 |
+
"reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
1647 |
+
"shasum": ""
|
1648 |
+
},
|
1649 |
+
"require": {
|
1650 |
+
"php": ">=5.6",
|
1651 |
+
"sebastian/recursion-context": "~2.0"
|
1652 |
+
},
|
1653 |
+
"require-dev": {
|
1654 |
+
"phpunit/phpunit": "~5"
|
1655 |
+
},
|
1656 |
+
"type": "library",
|
1657 |
+
"extra": {
|
1658 |
+
"branch-alias": {
|
1659 |
+
"dev-master": "2.0.x-dev"
|
1660 |
+
}
|
1661 |
+
},
|
1662 |
+
"autoload": {
|
1663 |
+
"classmap": [
|
1664 |
+
"src/"
|
1665 |
+
]
|
1666 |
+
},
|
1667 |
+
"notification-url": "https://packagist.org/downloads/",
|
1668 |
+
"license": [
|
1669 |
+
"BSD-3-Clause"
|
1670 |
+
],
|
1671 |
+
"authors": [
|
1672 |
+
{
|
1673 |
+
"name": "Sebastian Bergmann",
|
1674 |
+
"email": "sebastian@phpunit.de"
|
1675 |
+
}
|
1676 |
+
],
|
1677 |
+
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
1678 |
+
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
1679 |
+
"time": "2017-02-18T15:18:39+00:00"
|
1680 |
+
},
|
1681 |
{
|
1682 |
"name": "sebastian/recursion-context",
|
1683 |
+
"version": "2.0.0",
|
1684 |
"source": {
|
1685 |
"type": "git",
|
1686 |
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
1687 |
+
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
|
1688 |
},
|
1689 |
"dist": {
|
1690 |
"type": "zip",
|
1691 |
+
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
1692 |
+
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
1693 |
"shasum": ""
|
1694 |
},
|
1695 |
"require": {
|
1701 |
"type": "library",
|
1702 |
"extra": {
|
1703 |
"branch-alias": {
|
1704 |
+
"dev-master": "2.0.x-dev"
|
1705 |
}
|
1706 |
},
|
1707 |
"autoload": {
|
1729 |
],
|
1730 |
"description": "Provides functionality to recursively process PHP variables",
|
1731 |
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
1732 |
+
"time": "2016-11-19T07:33:16+00:00"
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"name": "sebastian/resource-operations",
|
1736 |
+
"version": "1.0.0",
|
1737 |
+
"source": {
|
1738 |
+
"type": "git",
|
1739 |
+
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
1740 |
+
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
1741 |
+
},
|
1742 |
+
"dist": {
|
1743 |
+
"type": "zip",
|
1744 |
+
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
1745 |
+
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
1746 |
+
"shasum": ""
|
1747 |
+
},
|
1748 |
+
"require": {
|
1749 |
+
"php": ">=5.6.0"
|
1750 |
+
},
|
1751 |
+
"type": "library",
|
1752 |
+
"extra": {
|
1753 |
+
"branch-alias": {
|
1754 |
+
"dev-master": "1.0.x-dev"
|
1755 |
+
}
|
1756 |
+
},
|
1757 |
+
"autoload": {
|
1758 |
+
"classmap": [
|
1759 |
+
"src/"
|
1760 |
+
]
|
1761 |
+
},
|
1762 |
+
"notification-url": "https://packagist.org/downloads/",
|
1763 |
+
"license": [
|
1764 |
+
"BSD-3-Clause"
|
1765 |
+
],
|
1766 |
+
"authors": [
|
1767 |
+
{
|
1768 |
+
"name": "Sebastian Bergmann",
|
1769 |
+
"email": "sebastian@phpunit.de"
|
1770 |
+
}
|
1771 |
+
],
|
1772 |
+
"description": "Provides a list of PHP built-in functions that operate on resources",
|
1773 |
+
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
1774 |
+
"time": "2015-07-28T20:34:47+00:00"
|
1775 |
},
|
1776 |
{
|
1777 |
"name": "sebastian/version",
|
1778 |
+
"version": "2.0.1",
|
1779 |
"source": {
|
1780 |
"type": "git",
|
1781 |
"url": "https://github.com/sebastianbergmann/version.git",
|
1782 |
+
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
1783 |
},
|
1784 |
"dist": {
|
1785 |
"type": "zip",
|
1786 |
+
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
1787 |
+
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
1788 |
"shasum": ""
|
1789 |
},
|
1790 |
+
"require": {
|
1791 |
+
"php": ">=5.6"
|
1792 |
+
},
|
1793 |
"type": "library",
|
1794 |
+
"extra": {
|
1795 |
+
"branch-alias": {
|
1796 |
+
"dev-master": "2.0.x-dev"
|
1797 |
+
}
|
1798 |
+
},
|
1799 |
"autoload": {
|
1800 |
"classmap": [
|
1801 |
"src/"
|
1814 |
],
|
1815 |
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
1816 |
"homepage": "https://github.com/sebastianbergmann/version",
|
1817 |
+
"time": "2016-10-03T07:35:21+00:00"
|
1818 |
},
|
1819 |
{
|
1820 |
"name": "simplyadmire/composer-plugins",
|
1871 |
},
|
1872 |
{
|
1873 |
"name": "squizlabs/php_codesniffer",
|
1874 |
+
"version": "2.9.2",
|
1875 |
"source": {
|
1876 |
"type": "git",
|
1877 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
1878 |
+
"reference": "2acf168de78487db620ab4bc524135a13cfe6745"
|
1879 |
},
|
1880 |
"dist": {
|
1881 |
"type": "zip",
|
1882 |
+
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
|
1883 |
+
"reference": "2acf168de78487db620ab4bc524135a13cfe6745",
|
1884 |
"shasum": ""
|
1885 |
},
|
1886 |
"require": {
|
1945 |
"phpcs",
|
1946 |
"standards"
|
1947 |
],
|
1948 |
+
"time": "2018-11-07T22:31:41+00:00"
|
1949 |
},
|
1950 |
{
|
1951 |
"name": "webmozart/assert",
|
1952 |
+
"version": "1.9.0",
|
1953 |
"source": {
|
1954 |
"type": "git",
|
1955 |
"url": "https://github.com/webmozart/assert.git",
|
1956 |
+
"reference": "9dc4f203e36f2b486149058bade43c851dd97451"
|
1957 |
},
|
1958 |
"dist": {
|
1959 |
"type": "zip",
|
1960 |
+
"url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
|
1961 |
+
"reference": "9dc4f203e36f2b486149058bade43c851dd97451",
|
1962 |
"shasum": ""
|
1963 |
},
|
1964 |
"require": {
|
1965 |
+
"php": "^5.3.3 || ^7.0",
|
1966 |
+
"symfony/polyfill-ctype": "^1.8"
|
1967 |
+
},
|
1968 |
+
"conflict": {
|
1969 |
+
"phpstan/phpstan": "<0.12.20",
|
1970 |
+
"vimeo/psalm": "<3.9.1"
|
1971 |
},
|
1972 |
"require-dev": {
|
1973 |
+
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
|
|
1974 |
},
|
1975 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
1976 |
"autoload": {
|
1977 |
"psr-4": {
|
1978 |
"Webmozart\\Assert\\": "src/"
|
1994 |
"check",
|
1995 |
"validate"
|
1996 |
],
|
1997 |
+
"time": "2020-06-16T10:16:42+00:00"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1998 |
}
|
1999 |
],
|
2000 |
"aliases": [],
|
2006 |
"prefer-stable": false,
|
2007 |
"prefer-lowest": false,
|
2008 |
"platform": [],
|
2009 |
+
"platform-dev": [],
|
2010 |
+
"platform-overrides": {
|
2011 |
+
"php": "5.6.40"
|
2012 |
+
},
|
2013 |
+
"plugin-api-version": "1.1.0"
|
2014 |
}
|
config.js
CHANGED
@@ -25,5 +25,5 @@
|
|
25 |
},
|
26 |
"locale": "en",
|
27 |
"integrationName": "wordpress",
|
28 |
-
"version": "3.
|
29 |
}
|
25 |
},
|
26 |
"locale": "en",
|
27 |
"integrationName": "wordpress",
|
28 |
+
"version": "3.5.0"
|
29 |
}
|
fonts/cloudflare-font.eot
CHANGED
File without changes
|
fonts/cloudflare-font.svg
CHANGED
File without changes
|
fonts/cloudflare-font.ttf
CHANGED
File without changes
|
fonts/cloudflare-font.woff
CHANGED
File without changes
|
fonts/opensans-300.eot
CHANGED
File without changes
|
fonts/opensans-300.ttf
CHANGED
File without changes
|
fonts/opensans-300.woff
CHANGED
File without changes
|
fonts/opensans-300.woff2
CHANGED
File without changes
|
fonts/opensans-300i.eot
CHANGED
File without changes
|
fonts/opensans-300i.ttf
CHANGED
File without changes
|
fonts/opensans-300i.woff
CHANGED
File without changes
|
fonts/opensans-300i.woff2
CHANGED
File without changes
|
fonts/opensans-400.eot
CHANGED
File without changes
|
fonts/opensans-400.ttf
CHANGED
File without changes
|
fonts/opensans-400.woff
CHANGED
File without changes
|
fonts/opensans-400.woff2
CHANGED
File without changes
|
fonts/opensans-400i.eot
CHANGED
File without changes
|
fonts/opensans-400i.ttf
CHANGED
File without changes
|
fonts/opensans-400i.woff
CHANGED
File without changes
|
fonts/opensans-400i.woff2
CHANGED
File without changes
|
fonts/opensans-600.eot
CHANGED
File without changes
|
fonts/opensans-600.ttf
CHANGED
File without changes
|
fonts/opensans-600.woff
CHANGED
File without changes
|
fonts/opensans-600.woff2
CHANGED
File without changes
|
fonts/opensans-700.eot
CHANGED
File without changes
|
fonts/opensans-700.ttf
CHANGED
File without changes
|
fonts/opensans-700.woff
CHANGED
File without changes
|
fonts/opensans-700.woff2
CHANGED
File without changes
|
lang/de.js
CHANGED
File without changes
|
lang/es.js
CHANGED
File without changes
|
lang/fr.js
CHANGED
File without changes
|
lang/it.js
CHANGED
File without changes
|
lang/nl.js
CHANGED
File without changes
|
lang/pt.js
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Cloudflare ===
|
2 |
-
Contributors:
|
3 |
Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free
|
4 |
Requires at least: 3.4
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 3.
|
7 |
License: BSD-3-Clause
|
8 |
|
9 |
All of Cloudflare’s performance and security benefits in a simple one-click install of recommended settings specifically developed for WordPress.
|
@@ -20,10 +20,13 @@ The easiest way to setup Cloudflare for your WordPress site.
|
|
20 |
|
21 |
Available on all of Cloudflare’s paid plans, the WAF has built-in rulesets, including rules that mitigate WordPress specific threats and vulnerabilities. These security rules are always kept up-to-date, once the WAF is enabled, you can rest easy knowing your site is protected from even the latest threats.
|
22 |
|
23 |
-
**Automatic cache purge**
|
24 |
|
25 |
Occurs when you change the appearance of your website. This means that you can focus on your website, while we ensure that the latest content is always available to your visitors.
|
26 |
-
|
|
|
|
|
|
|
27 |
|
28 |
= Additional features =
|
29 |
|
@@ -83,6 +86,28 @@ Yes, Cloudflare works with, and helps speed up your site even more, if you have
|
|
83 |
|
84 |
== Changelog ==
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
= 3.4.0 - 2019-08-29 =
|
87 |
|
88 |
*Added*
|
1 |
=== Cloudflare ===
|
2 |
+
Contributors: icyapril, manatarms, thillcf, deuill, epatryk
|
3 |
Tags: cloudflare, seo, ssl, ddos, speed, security, cdn, performance, free
|
4 |
Requires at least: 3.4
|
5 |
+
Tested up to: 5.2.2
|
6 |
+
Stable tag: 3.5.0
|
7 |
License: BSD-3-Clause
|
8 |
|
9 |
All of Cloudflare’s performance and security benefits in a simple one-click install of recommended settings specifically developed for WordPress.
|
20 |
|
21 |
Available on all of Cloudflare’s paid plans, the WAF has built-in rulesets, including rules that mitigate WordPress specific threats and vulnerabilities. These security rules are always kept up-to-date, once the WAF is enabled, you can rest easy knowing your site is protected from even the latest threats.
|
22 |
|
23 |
+
**Automatic cache purge on website updates**
|
24 |
|
25 |
Occurs when you change the appearance of your website. This means that you can focus on your website, while we ensure that the latest content is always available to your visitors.
|
26 |
+
|
27 |
+
**Automatic individual URL cache purge on page/post/custom post type edits**
|
28 |
+
|
29 |
+
Cloudflare’s plugin for WordPress automatically refreshes the Cloudflare cache of each post/page/custom post type when you update the content.
|
30 |
|
31 |
= Additional features =
|
32 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 3.5.0 - 2020-06-26 =
|
90 |
+
|
91 |
+
*Fixed*
|
92 |
+
|
93 |
+
* Disable HTTP/2 Push on wp-admin pages [#214](https://github.com/cloudflare/Cloudflare-WordPress/pull/214)
|
94 |
+
* Fix PHP 7.4 notice [#256](https://github.com/cloudflare/Cloudflare-WordPress/pull/256)
|
95 |
+
|
96 |
+
*Added*
|
97 |
+
|
98 |
+
* Purge attachment URLs [#208](https://github.com/cloudflare/Cloudflare-WordPress/pull/208)
|
99 |
+
* Purge URLs on page/post update [#206](https://github.com/cloudflare/Cloudflare-WordPress/pull/206)
|
100 |
+
* Turn on IPv6 by default [#229](https://github.com/cloudflare/Cloudflare-WordPress/pull/229)
|
101 |
+
* Add constants for better control HTTP/2 Server Push [#213](https://github.com/cloudflare/Cloudflare-WordPress/pull/213)
|
102 |
+
* Allow custom actions for purge url and purge everything actions [#212](https://github.com/cloudflare/Cloudflare-WordPress/pull/212)
|
103 |
+
|
104 |
+
= 3.4.1 - 2019-08-29 =
|
105 |
+
|
106 |
+
*Fixed*
|
107 |
+
|
108 |
+
* Updated list of contributors.
|
109 |
+
* Updated tested Wordpress version to latest (5.2.2).
|
110 |
+
|
111 |
= 3.4.0 - 2019-08-29 =
|
112 |
|
113 |
*Added*
|
src/WordPress/HTTP2ServerPush.php
CHANGED
@@ -55,17 +55,24 @@ class HTTP2ServerPush
|
|
55 |
esc_url(self::http2LinkUrlToRelativePath($preload_src)),
|
56 |
sanitize_html_class(self::http2LinkResourceHintAs(current_filter(), $preload_src))
|
57 |
);
|
58 |
-
|
59 |
-
// If the current header size is larger than 3KB (3072 bytes)
|
60 |
-
// ignore following resources which can be pushed
|
61 |
-
// This is a workaround for Cloudflare's 8KB header limit
|
62 |
-
// and fastcgi default 4KB header limit
|
63 |
$headerAsString = implode(' ', headers_list());
|
64 |
|
65 |
// +2 comes from the last CRLF since it's two bytes
|
66 |
$headerSize = strlen($headerAsString) + strlen($newHeader) + 2;
|
67 |
-
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
return $src;
|
70 |
}
|
71 |
|
55 |
esc_url(self::http2LinkUrlToRelativePath($preload_src)),
|
56 |
sanitize_html_class(self::http2LinkResourceHintAs(current_filter(), $preload_src))
|
57 |
);
|
|
|
|
|
|
|
|
|
|
|
58 |
$headerAsString = implode(' ', headers_list());
|
59 |
|
60 |
// +2 comes from the last CRLF since it's two bytes
|
61 |
$headerSize = strlen($headerAsString) + strlen($newHeader) + 2;
|
62 |
+
|
63 |
+
// If the current header size is larger than $maxHeaderSize bytes
|
64 |
+
// ignore following resources which can be pushed
|
65 |
+
// This is a workaround for Cloudflare's 8KiB header limit
|
66 |
+
// and fastcgi default 4KiB header limit
|
67 |
+
$maxHeaderSize = 3072; // 3 KiB by default
|
68 |
+
if (defined('CLOUDFLARE_HTTP2_SERVER_PUSH_HEADER_SIZE')) {
|
69 |
+
$maxHeaderSize = absint(CLOUDFLARE_HTTP2_SERVER_PUSH_HEADER_SIZE);
|
70 |
+
};
|
71 |
+
|
72 |
+
if ($headerSize > $maxHeaderSize) {
|
73 |
+
if (defined('CLOUDFLARE_HTTP2_SERVER_PUSH_LOG') && CLOUDFLARE_HTTP2_SERVER_PUSH_LOG) {
|
74 |
+
error_log("Cannot Server Push (header size over $maxHeaderSize bytes).");
|
75 |
+
}
|
76 |
return $src;
|
77 |
}
|
78 |
|
src/WordPress/Hooks.php
CHANGED
@@ -130,7 +130,7 @@ class Hooks
|
|
130 |
{
|
131 |
if ($this->isPluginSpecificCacheEnabled()) {
|
132 |
$wpDomainList = $this->integrationAPI->getDomainList();
|
133 |
-
if (count($wpDomainList)
|
134 |
return;
|
135 |
}
|
136 |
$wpDomain = $wpDomainList[0];
|
@@ -232,6 +232,19 @@ class Hooks
|
|
232 |
if (is_string($pageLink) && !empty($pageLink) && get_option('show_on_front') == 'page') {
|
233 |
array_push($listofurls, $pageLink);
|
234 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
|
236 |
// Purge https and http URLs
|
237 |
if (function_exists('force_ssl_admin') && force_ssl_admin()) {
|
@@ -246,9 +259,15 @@ class Hooks
|
|
246 |
protected function isPluginSpecificCacheEnabled()
|
247 |
{
|
248 |
$cacheSettingObject = $this->dataStore->getPluginSetting(\CF\API\Plugin::SETTING_PLUGIN_SPECIFIC_CACHE);
|
|
|
|
|
|
|
|
|
|
|
249 |
$cacheSettingValue = $cacheSettingObject[\CF\API\Plugin::SETTING_VALUE_KEY];
|
250 |
|
251 |
-
return
|
|
|
252 |
}
|
253 |
|
254 |
public function http2ServerPushInit()
|
130 |
{
|
131 |
if ($this->isPluginSpecificCacheEnabled()) {
|
132 |
$wpDomainList = $this->integrationAPI->getDomainList();
|
133 |
+
if (!count($wpDomainList)) {
|
134 |
return;
|
135 |
}
|
136 |
$wpDomain = $wpDomainList[0];
|
232 |
if (is_string($pageLink) && !empty($pageLink) && get_option('show_on_front') == 'page') {
|
233 |
array_push($listofurls, $pageLink);
|
234 |
}
|
235 |
+
|
236 |
+
// Attachments
|
237 |
+
if ('attachment' == $postType) {
|
238 |
+
$attachmentUrls = array();
|
239 |
+
foreach (get_intermediate_image_sizes() as $size) {
|
240 |
+
$attachmentSrc = wp_get_attachment_image_src($postId, $size);
|
241 |
+
$attachmentUrls[] = $attachmentSrc[0];
|
242 |
+
}
|
243 |
+
$listofurls = array_merge(
|
244 |
+
$listofurls,
|
245 |
+
array_unique(array_filter($attachmentUrls))
|
246 |
+
);
|
247 |
+
}
|
248 |
|
249 |
// Purge https and http URLs
|
250 |
if (function_exists('force_ssl_admin') && force_ssl_admin()) {
|
259 |
protected function isPluginSpecificCacheEnabled()
|
260 |
{
|
261 |
$cacheSettingObject = $this->dataStore->getPluginSetting(\CF\API\Plugin::SETTING_PLUGIN_SPECIFIC_CACHE);
|
262 |
+
|
263 |
+
if (! $cacheSettingObject) {
|
264 |
+
return false;
|
265 |
+
}
|
266 |
+
|
267 |
$cacheSettingValue = $cacheSettingObject[\CF\API\Plugin::SETTING_VALUE_KEY];
|
268 |
|
269 |
+
return $cacheSettingValue !== false
|
270 |
+
&& $cacheSettingValue !== 'off';
|
271 |
}
|
272 |
|
273 |
public function http2ServerPushInit()
|
src/WordPress/PluginActions.php
CHANGED
@@ -79,7 +79,7 @@ class PluginActions extends AbstractPluginActions
|
|
79 |
throw new ZoneSettingFailException();
|
80 |
}
|
81 |
|
82 |
-
$result &= $this->clientAPI->changeZoneSettings($zoneId, 'ipv6', array('value' => '
|
83 |
if (!$result) {
|
84 |
throw new ZoneSettingFailException();
|
85 |
}
|
79 |
throw new ZoneSettingFailException();
|
80 |
}
|
81 |
|
82 |
+
$result &= $this->clientAPI->changeZoneSettings($zoneId, 'ipv6', array('value' => 'on'));
|
83 |
if (!$result) {
|
84 |
throw new ZoneSettingFailException();
|
85 |
}
|
src/WordPress/WordPressClientAPI.php
CHANGED
@@ -14,6 +14,11 @@ class WordPressClientAPI extends Client
|
|
14 |
*/
|
15 |
public function getZoneTag($zone_name)
|
16 |
{
|
|
|
|
|
|
|
|
|
|
|
17 |
$request = new Request('GET', 'zones/', array('name' => $zone_name), array());
|
18 |
$response = $this->callAPI($request);
|
19 |
|
@@ -27,6 +32,8 @@ class WordPressClientAPI extends Client
|
|
27 |
}
|
28 |
}
|
29 |
|
|
|
|
|
30 |
return $zone_tag;
|
31 |
}
|
32 |
|
14 |
*/
|
15 |
public function getZoneTag($zone_name)
|
16 |
{
|
17 |
+
$zone_tag = wp_cache_get('cloudflare/client-api/zone-tag/'.$zone_name);
|
18 |
+
if (false !== $zone_tag) {
|
19 |
+
return $zone_tag;
|
20 |
+
}
|
21 |
+
|
22 |
$request = new Request('GET', 'zones/', array('name' => $zone_name), array());
|
23 |
$response = $this->callAPI($request);
|
24 |
|
32 |
}
|
33 |
}
|
34 |
|
35 |
+
wp_cache_set('cloudflare/client-api/zone-tag/'.$zone_name, $zone_tag);
|
36 |
+
|
37 |
return $zone_tag;
|
38 |
}
|
39 |
|
stylesheets/cf.core.css
CHANGED
File without changes
|
stylesheets/hacks.css
CHANGED
File without changes
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit59741244b4fb16d576156183e16a8bbf::getLoader();
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -6,697 +6,86 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'
|
10 |
-
'
|
11 |
-
'
|
12 |
-
'
|
13 |
-
'
|
14 |
-
'
|
15 |
-
'
|
16 |
-
'
|
17 |
-
'
|
18 |
-
'
|
19 |
-
'
|
20 |
-
'
|
21 |
-
'
|
22 |
-
'
|
23 |
-
'
|
24 |
-
'
|
25 |
-
'
|
26 |
-
'
|
27 |
-
'
|
28 |
-
'
|
29 |
-
'
|
30 |
-
'
|
31 |
-
'
|
32 |
-
'
|
33 |
-
'
|
34 |
-
'
|
35 |
-
'
|
36 |
-
'
|
37 |
-
'
|
38 |
-
'
|
39 |
-
'
|
40 |
-
'
|
41 |
-
'
|
42 |
-
'
|
43 |
-
'
|
44 |
-
'
|
45 |
-
'
|
46 |
-
'
|
47 |
-
'
|
48 |
-
'
|
49 |
-
'
|
50 |
-
'
|
51 |
-
'
|
52 |
-
'
|
53 |
-
'
|
54 |
-
'
|
55 |
-
'
|
56 |
-
'
|
57 |
-
'
|
58 |
-
'
|
59 |
-
'
|
60 |
-
'
|
61 |
-
'
|
62 |
-
'
|
63 |
-
'
|
64 |
-
'
|
65 |
-
'
|
66 |
-
'
|
67 |
-
'
|
68 |
-
'
|
69 |
-
'
|
70 |
-
'
|
71 |
-
'
|
72 |
-
'
|
73 |
-
'
|
74 |
-
'
|
75 |
-
'
|
76 |
-
'
|
77 |
-
'
|
78 |
-
'
|
79 |
-
'
|
80 |
-
'
|
81 |
-
'
|
82 |
-
'
|
83 |
-
'
|
84 |
-
'
|
85 |
-
'
|
86 |
-
'
|
87 |
-
'
|
88 |
-
'
|
89 |
-
'
|
90 |
-
'
|
91 |
-
'PEAR_Sniffs_Commenting_FileCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php',
|
92 |
-
'PEAR_Sniffs_Commenting_FunctionCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php',
|
93 |
-
'PEAR_Sniffs_Commenting_InlineCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php',
|
94 |
-
'PEAR_Sniffs_ControlStructures_ControlSignatureSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php',
|
95 |
-
'PEAR_Sniffs_ControlStructures_MultiLineConditionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php',
|
96 |
-
'PEAR_Sniffs_Files_IncludingFileSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php',
|
97 |
-
'PEAR_Sniffs_Formatting_MultiLineAssignmentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php',
|
98 |
-
'PEAR_Sniffs_Functions_FunctionCallSignatureSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php',
|
99 |
-
'PEAR_Sniffs_Functions_FunctionDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php',
|
100 |
-
'PEAR_Sniffs_Functions_ValidDefaultValueSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php',
|
101 |
-
'PEAR_Sniffs_NamingConventions_ValidClassNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php',
|
102 |
-
'PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php',
|
103 |
-
'PEAR_Sniffs_NamingConventions_ValidVariableNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php',
|
104 |
-
'PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php',
|
105 |
-
'PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php',
|
106 |
-
'PEAR_Sniffs_WhiteSpace_ScopeIndentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php',
|
107 |
-
'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php',
|
108 |
-
'PHPUnit\\Framework\\BaseTestListener' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/BaseTestListener.php',
|
109 |
-
'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php',
|
110 |
-
'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestListener.php',
|
111 |
-
'PHPUnit_Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php',
|
112 |
-
'PHPUnit_Extensions_GroupTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/GroupTestSuite.php',
|
113 |
-
'PHPUnit_Extensions_PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestCase.php',
|
114 |
-
'PHPUnit_Extensions_PhptTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestSuite.php',
|
115 |
-
'PHPUnit_Extensions_RepeatedTest' => $vendorDir . '/phpunit/phpunit/src/Extensions/RepeatedTest.php',
|
116 |
-
'PHPUnit_Extensions_TestDecorator' => $vendorDir . '/phpunit/phpunit/src/Extensions/TestDecorator.php',
|
117 |
-
'PHPUnit_Extensions_TicketListener' => $vendorDir . '/phpunit/phpunit/src/Extensions/TicketListener.php',
|
118 |
-
'PHPUnit_Framework_Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php',
|
119 |
-
'PHPUnit_Framework_AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/AssertionFailedError.php',
|
120 |
-
'PHPUnit_Framework_BaseTestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/BaseTestListener.php',
|
121 |
-
'PHPUnit_Framework_CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/CodeCoverageException.php',
|
122 |
-
'PHPUnit_Framework_Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint.php',
|
123 |
-
'PHPUnit_Framework_Constraint_And' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/And.php',
|
124 |
-
'PHPUnit_Framework_Constraint_ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php',
|
125 |
-
'PHPUnit_Framework_Constraint_ArraySubset' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php',
|
126 |
-
'PHPUnit_Framework_Constraint_Attribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Attribute.php',
|
127 |
-
'PHPUnit_Framework_Constraint_Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php',
|
128 |
-
'PHPUnit_Framework_Constraint_ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php',
|
129 |
-
'PHPUnit_Framework_Constraint_ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php',
|
130 |
-
'PHPUnit_Framework_Constraint_Composite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Composite.php',
|
131 |
-
'PHPUnit_Framework_Constraint_Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Count.php',
|
132 |
-
'PHPUnit_Framework_Constraint_Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception.php',
|
133 |
-
'PHPUnit_Framework_Constraint_ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php',
|
134 |
-
'PHPUnit_Framework_Constraint_ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php',
|
135 |
-
'PHPUnit_Framework_Constraint_ExceptionMessageRegExp' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php',
|
136 |
-
'PHPUnit_Framework_Constraint_FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/FileExists.php',
|
137 |
-
'PHPUnit_Framework_Constraint_GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php',
|
138 |
-
'PHPUnit_Framework_Constraint_IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php',
|
139 |
-
'PHPUnit_Framework_Constraint_IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php',
|
140 |
-
'PHPUnit_Framework_Constraint_IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsEqual.php',
|
141 |
-
'PHPUnit_Framework_Constraint_IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsFalse.php',
|
142 |
-
'PHPUnit_Framework_Constraint_IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php',
|
143 |
-
'PHPUnit_Framework_Constraint_IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php',
|
144 |
-
'PHPUnit_Framework_Constraint_IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsJson.php',
|
145 |
-
'PHPUnit_Framework_Constraint_IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsNull.php',
|
146 |
-
'PHPUnit_Framework_Constraint_IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsTrue.php',
|
147 |
-
'PHPUnit_Framework_Constraint_IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsType.php',
|
148 |
-
'PHPUnit_Framework_Constraint_JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php',
|
149 |
-
'PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php',
|
150 |
-
'PHPUnit_Framework_Constraint_LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/LessThan.php',
|
151 |
-
'PHPUnit_Framework_Constraint_Not' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Not.php',
|
152 |
-
'PHPUnit_Framework_Constraint_ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php',
|
153 |
-
'PHPUnit_Framework_Constraint_Or' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Or.php',
|
154 |
-
'PHPUnit_Framework_Constraint_PCREMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php',
|
155 |
-
'PHPUnit_Framework_Constraint_SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/SameSize.php',
|
156 |
-
'PHPUnit_Framework_Constraint_StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringContains.php',
|
157 |
-
'PHPUnit_Framework_Constraint_StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php',
|
158 |
-
'PHPUnit_Framework_Constraint_StringMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringMatches.php',
|
159 |
-
'PHPUnit_Framework_Constraint_StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php',
|
160 |
-
'PHPUnit_Framework_Constraint_TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php',
|
161 |
-
'PHPUnit_Framework_Constraint_TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php',
|
162 |
-
'PHPUnit_Framework_Constraint_Xor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Xor.php',
|
163 |
-
'PHPUnit_Framework_Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error.php',
|
164 |
-
'PHPUnit_Framework_Error_Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php',
|
165 |
-
'PHPUnit_Framework_Error_Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php',
|
166 |
-
'PHPUnit_Framework_Error_Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php',
|
167 |
-
'PHPUnit_Framework_Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception.php',
|
168 |
-
'PHPUnit_Framework_ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php',
|
169 |
-
'PHPUnit_Framework_ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/ExpectationFailedException.php',
|
170 |
-
'PHPUnit_Framework_IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php',
|
171 |
-
'PHPUnit_Framework_IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php',
|
172 |
-
'PHPUnit_Framework_IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestError.php',
|
173 |
-
'PHPUnit_Framework_InvalidCoversTargetError' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php',
|
174 |
-
'PHPUnit_Framework_InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php',
|
175 |
-
'PHPUnit_Framework_MockObject_BadMethodCallException' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php',
|
176 |
-
'PHPUnit_Framework_MockObject_Builder_Identity' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php',
|
177 |
-
'PHPUnit_Framework_MockObject_Builder_InvocationMocker' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php',
|
178 |
-
'PHPUnit_Framework_MockObject_Builder_Match' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php',
|
179 |
-
'PHPUnit_Framework_MockObject_Builder_MethodNameMatch' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php',
|
180 |
-
'PHPUnit_Framework_MockObject_Builder_Namespace' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php',
|
181 |
-
'PHPUnit_Framework_MockObject_Builder_ParametersMatch' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php',
|
182 |
-
'PHPUnit_Framework_MockObject_Builder_Stub' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php',
|
183 |
-
'PHPUnit_Framework_MockObject_Exception' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php',
|
184 |
-
'PHPUnit_Framework_MockObject_Generator' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php',
|
185 |
-
'PHPUnit_Framework_MockObject_Invocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php',
|
186 |
-
'PHPUnit_Framework_MockObject_InvocationMocker' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php',
|
187 |
-
'PHPUnit_Framework_MockObject_Invocation_Object' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php',
|
188 |
-
'PHPUnit_Framework_MockObject_Invocation_Static' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php',
|
189 |
-
'PHPUnit_Framework_MockObject_Invokable' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php',
|
190 |
-
'PHPUnit_Framework_MockObject_Matcher' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php',
|
191 |
-
'PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php',
|
192 |
-
'PHPUnit_Framework_MockObject_Matcher_AnyParameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php',
|
193 |
-
'PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php',
|
194 |
-
'PHPUnit_Framework_MockObject_Matcher_Invocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php',
|
195 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php',
|
196 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php',
|
197 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php',
|
198 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php',
|
199 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php',
|
200 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedRecorder' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php',
|
201 |
-
'PHPUnit_Framework_MockObject_Matcher_MethodName' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php',
|
202 |
-
'PHPUnit_Framework_MockObject_Matcher_Parameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php',
|
203 |
-
'PHPUnit_Framework_MockObject_Matcher_StatelessInvocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php',
|
204 |
-
'PHPUnit_Framework_MockObject_MockBuilder' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php',
|
205 |
-
'PHPUnit_Framework_MockObject_MockObject' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php',
|
206 |
-
'PHPUnit_Framework_MockObject_RuntimeException' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php',
|
207 |
-
'PHPUnit_Framework_MockObject_Stub' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php',
|
208 |
-
'PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php',
|
209 |
-
'PHPUnit_Framework_MockObject_Stub_Exception' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php',
|
210 |
-
'PHPUnit_Framework_MockObject_Stub_MatcherCollection' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php',
|
211 |
-
'PHPUnit_Framework_MockObject_Stub_Return' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php',
|
212 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnArgument' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php',
|
213 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnCallback' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php',
|
214 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnSelf' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php',
|
215 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnValueMap' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php',
|
216 |
-
'PHPUnit_Framework_MockObject_Verifiable' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php',
|
217 |
-
'PHPUnit_Framework_OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/OutputError.php',
|
218 |
-
'PHPUnit_Framework_RiskyTest' => $vendorDir . '/phpunit/phpunit/src/Framework/RiskyTest.php',
|
219 |
-
'PHPUnit_Framework_RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/RiskyTestError.php',
|
220 |
-
'PHPUnit_Framework_SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php',
|
221 |
-
'PHPUnit_Framework_SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php',
|
222 |
-
'PHPUnit_Framework_SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php',
|
223 |
-
'PHPUnit_Framework_SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestError.php',
|
224 |
-
'PHPUnit_Framework_SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php',
|
225 |
-
'PHPUnit_Framework_SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/SyntheticError.php',
|
226 |
-
'PHPUnit_Framework_Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php',
|
227 |
-
'PHPUnit_Framework_TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php',
|
228 |
-
'PHPUnit_Framework_TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php',
|
229 |
-
'PHPUnit_Framework_TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php',
|
230 |
-
'PHPUnit_Framework_TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php',
|
231 |
-
'PHPUnit_Framework_TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php',
|
232 |
-
'PHPUnit_Framework_TestSuite_DataProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php',
|
233 |
-
'PHPUnit_Framework_UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php',
|
234 |
-
'PHPUnit_Framework_Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Warning.php',
|
235 |
-
'PHPUnit_Runner_BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php',
|
236 |
-
'PHPUnit_Runner_Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php',
|
237 |
-
'PHPUnit_Runner_Filter_Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php',
|
238 |
-
'PHPUnit_Runner_Filter_GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group.php',
|
239 |
-
'PHPUnit_Runner_Filter_Group_Exclude' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php',
|
240 |
-
'PHPUnit_Runner_Filter_Group_Include' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group/Include.php',
|
241 |
-
'PHPUnit_Runner_Filter_Test' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Test.php',
|
242 |
-
'PHPUnit_Runner_StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php',
|
243 |
-
'PHPUnit_Runner_TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php',
|
244 |
-
'PHPUnit_Runner_Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php',
|
245 |
-
'PHPUnit_TextUI_Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php',
|
246 |
-
'PHPUnit_TextUI_ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php',
|
247 |
-
'PHPUnit_TextUI_TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php',
|
248 |
-
'PHPUnit_Util_Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php',
|
249 |
-
'PHPUnit_Util_Configuration' => $vendorDir . '/phpunit/phpunit/src/Util/Configuration.php',
|
250 |
-
'PHPUnit_Util_ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php',
|
251 |
-
'PHPUnit_Util_Fileloader' => $vendorDir . '/phpunit/phpunit/src/Util/Fileloader.php',
|
252 |
-
'PHPUnit_Util_Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php',
|
253 |
-
'PHPUnit_Util_Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php',
|
254 |
-
'PHPUnit_Util_Getopt' => $vendorDir . '/phpunit/phpunit/src/Util/Getopt.php',
|
255 |
-
'PHPUnit_Util_GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php',
|
256 |
-
'PHPUnit_Util_InvalidArgumentHelper' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidArgumentHelper.php',
|
257 |
-
'PHPUnit_Util_Log_JSON' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JSON.php',
|
258 |
-
'PHPUnit_Util_Log_JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php',
|
259 |
-
'PHPUnit_Util_Log_TAP' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TAP.php',
|
260 |
-
'PHPUnit_Util_PHP' => $vendorDir . '/phpunit/phpunit/src/Util/PHP.php',
|
261 |
-
'PHPUnit_Util_PHP_Default' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/Default.php',
|
262 |
-
'PHPUnit_Util_PHP_Windows' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/Windows.php',
|
263 |
-
'PHPUnit_Util_Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php',
|
264 |
-
'PHPUnit_Util_Regex' => $vendorDir . '/phpunit/phpunit/src/Util/Regex.php',
|
265 |
-
'PHPUnit_Util_String' => $vendorDir . '/phpunit/phpunit/src/Util/String.php',
|
266 |
-
'PHPUnit_Util_Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php',
|
267 |
-
'PHPUnit_Util_TestDox_NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php',
|
268 |
-
'PHPUnit_Util_TestDox_ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php',
|
269 |
-
'PHPUnit_Util_TestDox_ResultPrinter_HTML' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php',
|
270 |
-
'PHPUnit_Util_TestDox_ResultPrinter_Text' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php',
|
271 |
-
'PHPUnit_Util_TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Util/TestSuiteIterator.php',
|
272 |
-
'PHPUnit_Util_Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php',
|
273 |
-
'PHPUnit_Util_XML' => $vendorDir . '/phpunit/phpunit/src/Util/XML.php',
|
274 |
-
'PHP_CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php',
|
275 |
-
'PHP_CodeCoverage_Driver' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver.php',
|
276 |
-
'PHP_CodeCoverage_Driver_HHVM' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php',
|
277 |
-
'PHP_CodeCoverage_Driver_PHPDBG' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php',
|
278 |
-
'PHP_CodeCoverage_Driver_Xdebug' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php',
|
279 |
-
'PHP_CodeCoverage_Exception' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Exception.php',
|
280 |
-
'PHP_CodeCoverage_Exception_UnintentionallyCoveredCode' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php',
|
281 |
-
'PHP_CodeCoverage_Filter' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Filter.php',
|
282 |
-
'PHP_CodeCoverage_Report_Clover' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php',
|
283 |
-
'PHP_CodeCoverage_Report_Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php',
|
284 |
-
'PHP_CodeCoverage_Report_Factory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php',
|
285 |
-
'PHP_CodeCoverage_Report_HTML' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php',
|
286 |
-
'PHP_CodeCoverage_Report_HTML_Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php',
|
287 |
-
'PHP_CodeCoverage_Report_HTML_Renderer_Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php',
|
288 |
-
'PHP_CodeCoverage_Report_HTML_Renderer_Directory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php',
|
289 |
-
'PHP_CodeCoverage_Report_HTML_Renderer_File' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php',
|
290 |
-
'PHP_CodeCoverage_Report_Node' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php',
|
291 |
-
'PHP_CodeCoverage_Report_Node_Directory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php',
|
292 |
-
'PHP_CodeCoverage_Report_Node_File' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php',
|
293 |
-
'PHP_CodeCoverage_Report_Node_Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php',
|
294 |
-
'PHP_CodeCoverage_Report_PHP' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php',
|
295 |
-
'PHP_CodeCoverage_Report_Text' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php',
|
296 |
-
'PHP_CodeCoverage_Report_XML' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php',
|
297 |
-
'PHP_CodeCoverage_Report_XML_Directory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php',
|
298 |
-
'PHP_CodeCoverage_Report_XML_File' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php',
|
299 |
-
'PHP_CodeCoverage_Report_XML_File_Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php',
|
300 |
-
'PHP_CodeCoverage_Report_XML_File_Method' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php',
|
301 |
-
'PHP_CodeCoverage_Report_XML_File_Report' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php',
|
302 |
-
'PHP_CodeCoverage_Report_XML_File_Unit' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php',
|
303 |
-
'PHP_CodeCoverage_Report_XML_Node' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php',
|
304 |
-
'PHP_CodeCoverage_Report_XML_Project' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php',
|
305 |
-
'PHP_CodeCoverage_Report_XML_Tests' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php',
|
306 |
-
'PHP_CodeCoverage_Report_XML_Totals' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php',
|
307 |
-
'PHP_CodeCoverage_Util' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Util.php',
|
308 |
-
'PHP_CodeCoverage_Util_InvalidArgumentHelper' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php',
|
309 |
-
'PHP_CodeSniffer' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer.php',
|
310 |
-
'PHP_CodeSniffer_CLI' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/CLI.php',
|
311 |
-
'PHP_CodeSniffer_DocGenerators_Generator' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/Generator.php',
|
312 |
-
'PHP_CodeSniffer_DocGenerators_HTML' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/HTML.php',
|
313 |
-
'PHP_CodeSniffer_DocGenerators_Markdown' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/Markdown.php',
|
314 |
-
'PHP_CodeSniffer_DocGenerators_Text' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/Text.php',
|
315 |
-
'PHP_CodeSniffer_Exception' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Exception.php',
|
316 |
-
'PHP_CodeSniffer_File' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/File.php',
|
317 |
-
'PHP_CodeSniffer_Fixer' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Fixer.php',
|
318 |
-
'PHP_CodeSniffer_Report' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Report.php',
|
319 |
-
'PHP_CodeSniffer_Reporting' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reporting.php',
|
320 |
-
'PHP_CodeSniffer_Reports_Cbf' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Cbf.php',
|
321 |
-
'PHP_CodeSniffer_Reports_Checkstyle' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Checkstyle.php',
|
322 |
-
'PHP_CodeSniffer_Reports_Csv' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Csv.php',
|
323 |
-
'PHP_CodeSniffer_Reports_Diff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Diff.php',
|
324 |
-
'PHP_CodeSniffer_Reports_Emacs' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Emacs.php',
|
325 |
-
'PHP_CodeSniffer_Reports_Full' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Full.php',
|
326 |
-
'PHP_CodeSniffer_Reports_Gitblame' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Gitblame.php',
|
327 |
-
'PHP_CodeSniffer_Reports_Hgblame' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Hgblame.php',
|
328 |
-
'PHP_CodeSniffer_Reports_Info' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Info.php',
|
329 |
-
'PHP_CodeSniffer_Reports_Json' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Json.php',
|
330 |
-
'PHP_CodeSniffer_Reports_Junit' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Junit.php',
|
331 |
-
'PHP_CodeSniffer_Reports_Notifysend' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Notifysend.php',
|
332 |
-
'PHP_CodeSniffer_Reports_Source' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Source.php',
|
333 |
-
'PHP_CodeSniffer_Reports_Summary' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Summary.php',
|
334 |
-
'PHP_CodeSniffer_Reports_Svnblame' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Svnblame.php',
|
335 |
-
'PHP_CodeSniffer_Reports_VersionControl' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/VersionControl.php',
|
336 |
-
'PHP_CodeSniffer_Reports_Xml' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Xml.php',
|
337 |
-
'PHP_CodeSniffer_Sniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Sniff.php',
|
338 |
-
'PHP_CodeSniffer_Standards_AbstractPatternSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/AbstractPatternSniff.php',
|
339 |
-
'PHP_CodeSniffer_Standards_AbstractScopeSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/AbstractScopeSniff.php',
|
340 |
-
'PHP_CodeSniffer_Standards_AbstractVariableSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/AbstractVariableSniff.php',
|
341 |
-
'PHP_CodeSniffer_Standards_IncorrectPatternException' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/IncorrectPatternException.php',
|
342 |
-
'PHP_CodeSniffer_Tokenizers_CSS' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/CSS.php',
|
343 |
-
'PHP_CodeSniffer_Tokenizers_Comment' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/Comment.php',
|
344 |
-
'PHP_CodeSniffer_Tokenizers_JS' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/JS.php',
|
345 |
-
'PHP_CodeSniffer_Tokenizers_PHP' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/PHP.php',
|
346 |
-
'PHP_CodeSniffer_Tokens' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Tokens.php',
|
347 |
-
'PHP_Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php',
|
348 |
-
'PHP_Token' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
349 |
-
'PHP_TokenWithScope' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
350 |
-
'PHP_TokenWithScopeAndVisibility' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
351 |
-
'PHP_Token_ABSTRACT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
352 |
-
'PHP_Token_AMPERSAND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
353 |
-
'PHP_Token_AND_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
354 |
-
'PHP_Token_ARRAY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
355 |
-
'PHP_Token_ARRAY_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
356 |
-
'PHP_Token_AS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
357 |
-
'PHP_Token_ASYNC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
358 |
-
'PHP_Token_AT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
359 |
-
'PHP_Token_AWAIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
360 |
-
'PHP_Token_BACKTICK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
361 |
-
'PHP_Token_BAD_CHARACTER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
362 |
-
'PHP_Token_BOOLEAN_AND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
363 |
-
'PHP_Token_BOOLEAN_OR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
364 |
-
'PHP_Token_BOOL_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
365 |
-
'PHP_Token_BREAK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
366 |
-
'PHP_Token_CALLABLE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
367 |
-
'PHP_Token_CARET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
368 |
-
'PHP_Token_CASE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
369 |
-
'PHP_Token_CATCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
370 |
-
'PHP_Token_CHARACTER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
371 |
-
'PHP_Token_CLASS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
372 |
-
'PHP_Token_CLASS_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
373 |
-
'PHP_Token_CLASS_NAME_CONSTANT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
374 |
-
'PHP_Token_CLONE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
375 |
-
'PHP_Token_CLOSE_BRACKET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
376 |
-
'PHP_Token_CLOSE_CURLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
377 |
-
'PHP_Token_CLOSE_SQUARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
378 |
-
'PHP_Token_CLOSE_TAG' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
379 |
-
'PHP_Token_COALESCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
380 |
-
'PHP_Token_COLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
381 |
-
'PHP_Token_COMMA' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
382 |
-
'PHP_Token_COMMENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
383 |
-
'PHP_Token_COMPILER_HALT_OFFSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
384 |
-
'PHP_Token_CONCAT_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
385 |
-
'PHP_Token_CONST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
386 |
-
'PHP_Token_CONSTANT_ENCAPSED_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
387 |
-
'PHP_Token_CONTINUE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
388 |
-
'PHP_Token_CURLY_OPEN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
389 |
-
'PHP_Token_DEC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
390 |
-
'PHP_Token_DECLARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
391 |
-
'PHP_Token_DEFAULT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
392 |
-
'PHP_Token_DIR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
393 |
-
'PHP_Token_DIV' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
394 |
-
'PHP_Token_DIV_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
395 |
-
'PHP_Token_DNUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
396 |
-
'PHP_Token_DO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
397 |
-
'PHP_Token_DOC_COMMENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
398 |
-
'PHP_Token_DOLLAR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
399 |
-
'PHP_Token_DOLLAR_OPEN_CURLY_BRACES' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
400 |
-
'PHP_Token_DOT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
401 |
-
'PHP_Token_DOUBLE_ARROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
402 |
-
'PHP_Token_DOUBLE_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
403 |
-
'PHP_Token_DOUBLE_COLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
404 |
-
'PHP_Token_DOUBLE_QUOTES' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
405 |
-
'PHP_Token_ECHO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
406 |
-
'PHP_Token_ELLIPSIS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
407 |
-
'PHP_Token_ELSE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
408 |
-
'PHP_Token_ELSEIF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
409 |
-
'PHP_Token_EMPTY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
410 |
-
'PHP_Token_ENCAPSED_AND_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
411 |
-
'PHP_Token_ENDDECLARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
412 |
-
'PHP_Token_ENDFOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
413 |
-
'PHP_Token_ENDFOREACH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
414 |
-
'PHP_Token_ENDIF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
415 |
-
'PHP_Token_ENDSWITCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
416 |
-
'PHP_Token_ENDWHILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
417 |
-
'PHP_Token_END_HEREDOC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
418 |
-
'PHP_Token_ENUM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
419 |
-
'PHP_Token_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
420 |
-
'PHP_Token_EQUALS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
421 |
-
'PHP_Token_EVAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
422 |
-
'PHP_Token_EXCLAMATION_MARK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
423 |
-
'PHP_Token_EXIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
424 |
-
'PHP_Token_EXTENDS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
425 |
-
'PHP_Token_FILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
426 |
-
'PHP_Token_FINAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
427 |
-
'PHP_Token_FINALLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
428 |
-
'PHP_Token_FOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
429 |
-
'PHP_Token_FOREACH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
430 |
-
'PHP_Token_FUNCTION' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
431 |
-
'PHP_Token_FUNC_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
432 |
-
'PHP_Token_GLOBAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
433 |
-
'PHP_Token_GOTO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
434 |
-
'PHP_Token_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
435 |
-
'PHP_Token_HALT_COMPILER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
436 |
-
'PHP_Token_IF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
437 |
-
'PHP_Token_IMPLEMENTS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
438 |
-
'PHP_Token_IN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
439 |
-
'PHP_Token_INC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
440 |
-
'PHP_Token_INCLUDE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
441 |
-
'PHP_Token_INCLUDE_ONCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
442 |
-
'PHP_Token_INLINE_HTML' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
443 |
-
'PHP_Token_INSTANCEOF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
444 |
-
'PHP_Token_INSTEADOF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
445 |
-
'PHP_Token_INTERFACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
446 |
-
'PHP_Token_INT_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
447 |
-
'PHP_Token_ISSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
448 |
-
'PHP_Token_IS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
449 |
-
'PHP_Token_IS_GREATER_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
450 |
-
'PHP_Token_IS_IDENTICAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
451 |
-
'PHP_Token_IS_NOT_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
452 |
-
'PHP_Token_IS_NOT_IDENTICAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
453 |
-
'PHP_Token_IS_SMALLER_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
454 |
-
'PHP_Token_Includes' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
455 |
-
'PHP_Token_JOIN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
456 |
-
'PHP_Token_LAMBDA_ARROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
457 |
-
'PHP_Token_LAMBDA_CP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
458 |
-
'PHP_Token_LAMBDA_OP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
459 |
-
'PHP_Token_LINE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
460 |
-
'PHP_Token_LIST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
461 |
-
'PHP_Token_LNUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
462 |
-
'PHP_Token_LOGICAL_AND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
463 |
-
'PHP_Token_LOGICAL_OR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
464 |
-
'PHP_Token_LOGICAL_XOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
465 |
-
'PHP_Token_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
466 |
-
'PHP_Token_METHOD_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
467 |
-
'PHP_Token_MINUS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
468 |
-
'PHP_Token_MINUS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
469 |
-
'PHP_Token_MOD_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
470 |
-
'PHP_Token_MULT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
471 |
-
'PHP_Token_MUL_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
472 |
-
'PHP_Token_NAMESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
473 |
-
'PHP_Token_NEW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
474 |
-
'PHP_Token_NS_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
475 |
-
'PHP_Token_NS_SEPARATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
476 |
-
'PHP_Token_NULLSAFE_OBJECT_OPERATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
477 |
-
'PHP_Token_NUM_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
478 |
-
'PHP_Token_OBJECT_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
479 |
-
'PHP_Token_OBJECT_OPERATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
480 |
-
'PHP_Token_ONUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
481 |
-
'PHP_Token_OPEN_BRACKET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
482 |
-
'PHP_Token_OPEN_CURLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
483 |
-
'PHP_Token_OPEN_SQUARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
484 |
-
'PHP_Token_OPEN_TAG' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
485 |
-
'PHP_Token_OPEN_TAG_WITH_ECHO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
486 |
-
'PHP_Token_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
487 |
-
'PHP_Token_PAAMAYIM_NEKUDOTAYIM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
488 |
-
'PHP_Token_PERCENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
489 |
-
'PHP_Token_PIPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
490 |
-
'PHP_Token_PLUS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
491 |
-
'PHP_Token_PLUS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
492 |
-
'PHP_Token_POW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
493 |
-
'PHP_Token_POW_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
494 |
-
'PHP_Token_PRINT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
495 |
-
'PHP_Token_PRIVATE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
496 |
-
'PHP_Token_PROTECTED' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
497 |
-
'PHP_Token_PUBLIC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
498 |
-
'PHP_Token_QUESTION_MARK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
499 |
-
'PHP_Token_REQUIRE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
500 |
-
'PHP_Token_REQUIRE_ONCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
501 |
-
'PHP_Token_RETURN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
502 |
-
'PHP_Token_SEMICOLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
503 |
-
'PHP_Token_SHAPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
504 |
-
'PHP_Token_SL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
505 |
-
'PHP_Token_SL_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
506 |
-
'PHP_Token_SPACESHIP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
507 |
-
'PHP_Token_SR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
508 |
-
'PHP_Token_SR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
509 |
-
'PHP_Token_START_HEREDOC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
510 |
-
'PHP_Token_STATIC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
511 |
-
'PHP_Token_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
512 |
-
'PHP_Token_STRING_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
513 |
-
'PHP_Token_STRING_VARNAME' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
514 |
-
'PHP_Token_SUPER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
515 |
-
'PHP_Token_SWITCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
516 |
-
'PHP_Token_Stream' => $vendorDir . '/phpunit/php-token-stream/src/Token/Stream.php',
|
517 |
-
'PHP_Token_Stream_CachingFactory' => $vendorDir . '/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php',
|
518 |
-
'PHP_Token_THROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
519 |
-
'PHP_Token_TILDE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
520 |
-
'PHP_Token_TRAIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
521 |
-
'PHP_Token_TRAIT_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
522 |
-
'PHP_Token_TRY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
523 |
-
'PHP_Token_TYPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
524 |
-
'PHP_Token_TYPELIST_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
525 |
-
'PHP_Token_TYPELIST_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
526 |
-
'PHP_Token_UNSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
527 |
-
'PHP_Token_UNSET_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
528 |
-
'PHP_Token_USE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
529 |
-
'PHP_Token_USE_FUNCTION' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
530 |
-
'PHP_Token_VAR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
531 |
-
'PHP_Token_VARIABLE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
532 |
-
'PHP_Token_WHERE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
533 |
-
'PHP_Token_WHILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
534 |
-
'PHP_Token_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
535 |
-
'PHP_Token_XHP_ATTRIBUTE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
536 |
-
'PHP_Token_XHP_CATEGORY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
537 |
-
'PHP_Token_XHP_CATEGORY_LABEL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
538 |
-
'PHP_Token_XHP_CHILDREN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
539 |
-
'PHP_Token_XHP_LABEL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
540 |
-
'PHP_Token_XHP_REQUIRED' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
541 |
-
'PHP_Token_XHP_TAG_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
542 |
-
'PHP_Token_XHP_TAG_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
543 |
-
'PHP_Token_XHP_TEXT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
544 |
-
'PHP_Token_XOR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
545 |
-
'PHP_Token_YIELD' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
546 |
-
'PHP_Token_YIELD_FROM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php',
|
547 |
-
'PSR1_Sniffs_Classes_ClassDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php',
|
548 |
-
'PSR1_Sniffs_Files_SideEffectsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php',
|
549 |
-
'PSR1_Sniffs_Methods_CamelCapsMethodNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php',
|
550 |
-
'PSR2_Sniffs_Classes_ClassDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php',
|
551 |
-
'PSR2_Sniffs_Classes_PropertyDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php',
|
552 |
-
'PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php',
|
553 |
-
'PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php',
|
554 |
-
'PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php',
|
555 |
-
'PSR2_Sniffs_Files_ClosingTagSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php',
|
556 |
-
'PSR2_Sniffs_Files_EndFileNewlineSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php',
|
557 |
-
'PSR2_Sniffs_Methods_FunctionCallSignatureSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php',
|
558 |
-
'PSR2_Sniffs_Methods_FunctionClosingBraceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionClosingBraceSniff.php',
|
559 |
-
'PSR2_Sniffs_Methods_MethodDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php',
|
560 |
-
'PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php',
|
561 |
-
'PSR2_Sniffs_Namespaces_UseDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php',
|
562 |
-
'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php',
|
563 |
-
'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php',
|
564 |
-
'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php',
|
565 |
-
'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php',
|
566 |
-
'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php',
|
567 |
-
'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php',
|
568 |
-
'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php',
|
569 |
-
'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php',
|
570 |
-
'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php',
|
571 |
-
'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php',
|
572 |
-
'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php',
|
573 |
-
'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php',
|
574 |
-
'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php',
|
575 |
-
'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php',
|
576 |
-
'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php',
|
577 |
-
'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php',
|
578 |
-
'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php',
|
579 |
-
'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php',
|
580 |
-
'SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequence' => $vendorDir . '/sebastian/diff/src/LCS/LongestCommonSubsequence.php',
|
581 |
-
'SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementation' => $vendorDir . '/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php',
|
582 |
-
'SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation' => $vendorDir . '/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php',
|
583 |
-
'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php',
|
584 |
-
'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php',
|
585 |
-
'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php',
|
586 |
-
'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php',
|
587 |
-
'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php',
|
588 |
-
'SebastianBergmann\\GlobalState\\Blacklist' => $vendorDir . '/sebastian/global-state/src/Blacklist.php',
|
589 |
-
'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php',
|
590 |
-
'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/Exception.php',
|
591 |
-
'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php',
|
592 |
-
'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/RuntimeException.php',
|
593 |
-
'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php',
|
594 |
-
'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php',
|
595 |
-
'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php',
|
596 |
-
'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php',
|
597 |
-
'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php',
|
598 |
-
'Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php',
|
599 |
-
'Squiz_Sniffs_Arrays_ArrayDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php',
|
600 |
-
'Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php',
|
601 |
-
'Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php',
|
602 |
-
'Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php',
|
603 |
-
'Squiz_Sniffs_CSS_ColonSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php',
|
604 |
-
'Squiz_Sniffs_CSS_ColourDefinitionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php',
|
605 |
-
'Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php',
|
606 |
-
'Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php',
|
607 |
-
'Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php',
|
608 |
-
'Squiz_Sniffs_CSS_EmptyClassDefinitionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php',
|
609 |
-
'Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php',
|
610 |
-
'Squiz_Sniffs_CSS_ForbiddenStylesSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php',
|
611 |
-
'Squiz_Sniffs_CSS_IndentationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php',
|
612 |
-
'Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php',
|
613 |
-
'Squiz_Sniffs_CSS_MissingColonSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php',
|
614 |
-
'Squiz_Sniffs_CSS_NamedColoursSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php',
|
615 |
-
'Squiz_Sniffs_CSS_OpacitySniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php',
|
616 |
-
'Squiz_Sniffs_CSS_SemicolonSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php',
|
617 |
-
'Squiz_Sniffs_CSS_ShorthandSizeSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php',
|
618 |
-
'Squiz_Sniffs_Classes_ClassDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php',
|
619 |
-
'Squiz_Sniffs_Classes_ClassFileNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php',
|
620 |
-
'Squiz_Sniffs_Classes_DuplicatePropertySniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php',
|
621 |
-
'Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php',
|
622 |
-
'Squiz_Sniffs_Classes_SelfMemberReferenceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php',
|
623 |
-
'Squiz_Sniffs_Classes_ValidClassNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php',
|
624 |
-
'Squiz_Sniffs_Commenting_BlockCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php',
|
625 |
-
'Squiz_Sniffs_Commenting_ClassCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php',
|
626 |
-
'Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php',
|
627 |
-
'Squiz_Sniffs_Commenting_DocCommentAlignmentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php',
|
628 |
-
'Squiz_Sniffs_Commenting_EmptyCatchCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php',
|
629 |
-
'Squiz_Sniffs_Commenting_FileCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php',
|
630 |
-
'Squiz_Sniffs_Commenting_FunctionCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php',
|
631 |
-
'Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php',
|
632 |
-
'Squiz_Sniffs_Commenting_InlineCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php',
|
633 |
-
'Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php',
|
634 |
-
'Squiz_Sniffs_Commenting_PostStatementCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php',
|
635 |
-
'Squiz_Sniffs_Commenting_VariableCommentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php',
|
636 |
-
'Squiz_Sniffs_ControlStructures_ControlSignatureSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php',
|
637 |
-
'Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php',
|
638 |
-
'Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php',
|
639 |
-
'Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php',
|
640 |
-
'Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php',
|
641 |
-
'Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php',
|
642 |
-
'Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php',
|
643 |
-
'Squiz_Sniffs_Debug_JSLintSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php',
|
644 |
-
'Squiz_Sniffs_Debug_JavaScriptLintSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php',
|
645 |
-
'Squiz_Sniffs_Files_FileExtensionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php',
|
646 |
-
'Squiz_Sniffs_Formatting_OperatorBracketSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php',
|
647 |
-
'Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php',
|
648 |
-
'Squiz_Sniffs_Functions_FunctionDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php',
|
649 |
-
'Squiz_Sniffs_Functions_FunctionDuplicateArgumentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php',
|
650 |
-
'Squiz_Sniffs_Functions_GlobalFunctionSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php',
|
651 |
-
'Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php',
|
652 |
-
'Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php',
|
653 |
-
'Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php',
|
654 |
-
'Squiz_Sniffs_NamingConventions_ValidVariableNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php',
|
655 |
-
'Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php',
|
656 |
-
'Squiz_Sniffs_Objects_ObjectInstantiationSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php',
|
657 |
-
'Squiz_Sniffs_Objects_ObjectMemberCommaSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php',
|
658 |
-
'Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php',
|
659 |
-
'Squiz_Sniffs_Operators_IncrementDecrementUsageSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php',
|
660 |
-
'Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php',
|
661 |
-
'Squiz_Sniffs_PHP_CommentedOutCodeSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php',
|
662 |
-
'Squiz_Sniffs_PHP_DisallowBooleanStatementSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php',
|
663 |
-
'Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php',
|
664 |
-
'Squiz_Sniffs_PHP_DisallowInlineIfSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php',
|
665 |
-
'Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php',
|
666 |
-
'Squiz_Sniffs_PHP_DisallowObEndFlushSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php',
|
667 |
-
'Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php',
|
668 |
-
'Squiz_Sniffs_PHP_DiscouragedFunctionsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php',
|
669 |
-
'Squiz_Sniffs_PHP_EmbeddedPhpSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php',
|
670 |
-
'Squiz_Sniffs_PHP_EvalSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php',
|
671 |
-
'Squiz_Sniffs_PHP_ForbiddenFunctionsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php',
|
672 |
-
'Squiz_Sniffs_PHP_GlobalKeywordSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php',
|
673 |
-
'Squiz_Sniffs_PHP_HeredocSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php',
|
674 |
-
'Squiz_Sniffs_PHP_InnerFunctionsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php',
|
675 |
-
'Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php',
|
676 |
-
'Squiz_Sniffs_PHP_NonExecutableCodeSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php',
|
677 |
-
'Squiz_Sniffs_Scope_MemberVarScopeSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php',
|
678 |
-
'Squiz_Sniffs_Scope_MethodScopeSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php',
|
679 |
-
'Squiz_Sniffs_Scope_StaticThisUsageSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php',
|
680 |
-
'Squiz_Sniffs_Strings_ConcatenationSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php',
|
681 |
-
'Squiz_Sniffs_Strings_DoubleQuoteUsageSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php',
|
682 |
-
'Squiz_Sniffs_Strings_EchoedStringsSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php',
|
683 |
-
'Squiz_Sniffs_WhiteSpace_CastSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php',
|
684 |
-
'Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php',
|
685 |
-
'Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php',
|
686 |
-
'Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php',
|
687 |
-
'Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php',
|
688 |
-
'Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php',
|
689 |
-
'Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php',
|
690 |
-
'Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php',
|
691 |
-
'Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php',
|
692 |
-
'Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php',
|
693 |
-
'Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php',
|
694 |
-
'Squiz_Sniffs_WhiteSpace_ScopeClosingBraceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php',
|
695 |
-
'Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php',
|
696 |
-
'Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php',
|
697 |
-
'Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php',
|
698 |
-
'Text_Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php',
|
699 |
-
'Zend_Sniffs_Debug_CodeAnalyzerSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php',
|
700 |
-
'Zend_Sniffs_Files_ClosingTagSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php',
|
701 |
-
'Zend_Sniffs_NamingConventions_ValidVariableNameSniff' => $vendorDir . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php',
|
702 |
);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
+
'CF\\API\\APIInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/APIInterface.php',
|
10 |
+
'CF\\API\\AbstractAPIClient' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/AbstractAPIClient.php',
|
11 |
+
'CF\\API\\AbstractPluginActions' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/AbstractPluginActions.php',
|
12 |
+
'CF\\API\\Client' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/Client.php',
|
13 |
+
'CF\\API\\DefaultHttpClient' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/DefaultHttpClient.php',
|
14 |
+
'CF\\API\\Exception\\CloudFlareException' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/Exception/CloudFlareException.php',
|
15 |
+
'CF\\API\\Exception\\ZoneSettingFailException' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/Exception/ZoneSettingFailException.php',
|
16 |
+
'CF\\API\\Host' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/Host.php',
|
17 |
+
'CF\\API\\HttpClientInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/HttpClientInterface.php',
|
18 |
+
'CF\\API\\Plugin' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/Plugin.php',
|
19 |
+
'CF\\API\\PluginRoutes' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/PluginRoutes.php',
|
20 |
+
'CF\\API\\Request' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/API/Request.php',
|
21 |
+
'CF\\API\\Test\\AbstractAPIClientTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/API/AbstractAPIClientTest.php',
|
22 |
+
'CF\\API\\Test\\AbstractPluginActionsTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/API/AbstractPluginActionsTest.php',
|
23 |
+
'CF\\API\\Test\\ClientTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/API/ClientTest.php',
|
24 |
+
'CF\\API\\Test\\DefaultHttpClientTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/API/DefaultHttpClientTest.php',
|
25 |
+
'CF\\API\\Test\\HostTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/API/HostTest.php',
|
26 |
+
'CF\\DNSRecord' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/DNSRecord.php',
|
27 |
+
'CF\\Integration\\ConfigInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/ConfigInterface.php',
|
28 |
+
'CF\\Integration\\DataStoreInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/DataStoreInterface.php',
|
29 |
+
'CF\\Integration\\DefaultConfig' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/DefaultConfig.php',
|
30 |
+
'CF\\Integration\\DefaultIntegration' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/DefaultIntegration.php',
|
31 |
+
'CF\\Integration\\DefaultLogger' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/DefaultLogger.php',
|
32 |
+
'CF\\Integration\\IntegrationAPIInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/IntegrationAPIInterface.php',
|
33 |
+
'CF\\Integration\\IntegrationInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Integration/IntegrationInterface.php',
|
34 |
+
'CF\\Integration\\Test\\DefaultConfigTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/Integration/DefaultConfigTest.php',
|
35 |
+
'CF\\Integration\\Test\\DefaultLoggerTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/Integration/DefaultLoggerTest.php',
|
36 |
+
'CF\\Router\\DefaultRestAPIRouter' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Router/DefaultRestAPIRouter.php',
|
37 |
+
'CF\\Router\\RequestRouter' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Router/RequestRouter.php',
|
38 |
+
'CF\\Router\\RouterInterface' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Router/RouterInterface.php',
|
39 |
+
'CF\\Router\\Test\\DefaultRestAPIRouterTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/Router/DefaultRestAPIRouterTest.php',
|
40 |
+
'CF\\Router\\Test\\RequestRouterTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/Router/RequestRouterTest.php',
|
41 |
+
'CF\\SecurityUtil' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/SecurityUtil.php',
|
42 |
+
'CF\\SecurityUtilTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/SecurityUtilTest.php',
|
43 |
+
'CF\\Test\\API\\PluginTest' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Test/API/PluginTest.php',
|
44 |
+
'CF\\Test\\WordPress\\DataStoreTest' => $baseDir . '/src/Test/WordPress/DataStoreTest.php',
|
45 |
+
'CF\\Test\\WordPress\\HooksTest' => $baseDir . '/src/Test/WordPress/HooksTest.php',
|
46 |
+
'CF\\Test\\WordPress\\PlansTest' => $baseDir . '/src/Test/WordPress/PlansTest.php',
|
47 |
+
'CF\\Test\\WordPress\\ProxyTest' => $baseDir . '/src/Test/WordPress/ProxyTest.php',
|
48 |
+
'CF\\Test\\WordPress\\UtilsTest' => $baseDir . '/src/Test/WordPress/UtilsTest.php',
|
49 |
+
'CF\\Test\\WordPress\\WordPressAPITest' => $baseDir . '/src/Test/WordPress/WordPressAPITest.php',
|
50 |
+
'CF\\Utils' => $vendorDir . '/cloudflare/cloudflare-plugin-backend/src/Utils.php',
|
51 |
+
'CF\\WordPress\\ClientActions' => $baseDir . '/src/WordPress/ClientActions.php',
|
52 |
+
'CF\\WordPress\\ClientRoutes' => $baseDir . '/src/WordPress/ClientRoutes.php',
|
53 |
+
'CF\\WordPress\\Constants\\Exceptions\\ZoneSettingFailException' => $baseDir . '/src/WordPress/Constants/Exceptions/ZoneSettingFailException.php',
|
54 |
+
'CF\\WordPress\\Constants\\Plans' => $baseDir . '/src/WordPress/Constants/Plans.php',
|
55 |
+
'CF\\WordPress\\DataStore' => $baseDir . '/src/WordPress/DataStore.php',
|
56 |
+
'CF\\WordPress\\HTTP2ServerPush' => $baseDir . '/src/WordPress/HTTP2ServerPush.php',
|
57 |
+
'CF\\WordPress\\Hooks' => $baseDir . '/src/WordPress/Hooks.php',
|
58 |
+
'CF\\WordPress\\PluginActions' => $baseDir . '/src/WordPress/PluginActions.php',
|
59 |
+
'CF\\WordPress\\PluginRoutes' => $baseDir . '/src/WordPress/PluginRoutes.php',
|
60 |
+
'CF\\WordPress\\Proxy' => $baseDir . '/src/WordPress/Proxy.php',
|
61 |
+
'CF\\WordPress\\Test\\ClientActionsTest' => $baseDir . '/src/Test/WordPress/ClientActionsTest.php',
|
62 |
+
'CF\\WordPress\\Test\\PluginActionsTest' => $baseDir . '/src/Test/WordPress/PluginActionsTest.php',
|
63 |
+
'CF\\WordPress\\Utils' => $baseDir . '/src/WordPress/Utils.php',
|
64 |
+
'CF\\WordPress\\WordPressAPI' => $baseDir . '/src/WordPress/WordPressAPI.php',
|
65 |
+
'CF\\WordPress\\WordPressClientAPI' => $baseDir . '/src/WordPress/WordPressClientAPI.php',
|
66 |
+
'CF\\WordPress\\WordPressWrapper' => $baseDir . '/src/WordPress/WordPressWrapper.php',
|
67 |
+
'CloudFlare\\IpRewrite' => $vendorDir . '/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php',
|
68 |
+
'CloudFlare\\IpUtils' => $vendorDir . '/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php',
|
69 |
+
'Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php',
|
70 |
+
'Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php',
|
71 |
+
'Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php',
|
72 |
+
'Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php',
|
73 |
+
'Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php',
|
74 |
+
'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php',
|
75 |
+
'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php',
|
76 |
+
'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php',
|
77 |
+
'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php',
|
78 |
+
'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
|
79 |
+
'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php',
|
80 |
+
'Symfony\\Component\\Yaml\\Dumper' => $vendorDir . '/symfony/yaml/Dumper.php',
|
81 |
+
'Symfony\\Component\\Yaml\\Escaper' => $vendorDir . '/symfony/yaml/Escaper.php',
|
82 |
+
'Symfony\\Component\\Yaml\\Exception\\DumpException' => $vendorDir . '/symfony/yaml/Exception/DumpException.php',
|
83 |
+
'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/yaml/Exception/ExceptionInterface.php',
|
84 |
+
'Symfony\\Component\\Yaml\\Exception\\ParseException' => $vendorDir . '/symfony/yaml/Exception/ParseException.php',
|
85 |
+
'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => $vendorDir . '/symfony/yaml/Exception/RuntimeException.php',
|
86 |
+
'Symfony\\Component\\Yaml\\Inline' => $vendorDir . '/symfony/yaml/Inline.php',
|
87 |
+
'Symfony\\Component\\Yaml\\Parser' => $vendorDir . '/symfony/yaml/Parser.php',
|
88 |
+
'Symfony\\Component\\Yaml\\Unescaper' => $vendorDir . '/symfony/yaml/Unescaper.php',
|
89 |
+
'Symfony\\Component\\Yaml\\Yaml' => $vendorDir . '/symfony/yaml/Yaml.php',
|
90 |
+
'Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
);
|
vendor/composer/autoload_files.php
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// autoload_files.php @generated by Composer
|
4 |
+
|
5 |
+
$vendorDir = dirname(dirname(__FILE__));
|
6 |
+
$baseDir = dirname($vendorDir);
|
7 |
+
|
8 |
+
return array(
|
9 |
+
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
10 |
+
);
|
vendor/composer/autoload_namespaces.php
CHANGED
@@ -6,8 +6,5 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'SimplyAdmire\\ComposerPlugins' => array($vendorDir . '/simplyadmire/composer-plugins'),
|
10 |
-
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
|
11 |
-
'JohnKary' => array($vendorDir . '/johnkary/phpunit-speedtrap/src'),
|
12 |
'CloudFlare\\' => array($vendorDir . '/cloudflare/cf-ip-rewrite/src'),
|
13 |
);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
|
|
|
|
|
|
9 |
'CloudFlare\\' => array($vendorDir . '/cloudflare/cf-ip-rewrite/src'),
|
10 |
);
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -6,14 +6,8 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'
|
10 |
-
'phpmock\\integration\\' => array($vendorDir . '/php-mock/php-mock-integration/classes'),
|
11 |
-
'phpmock\\' => array($vendorDir . '/php-mock/php-mock/classes', $vendorDir . '/php-mock/php-mock/tests/unit'),
|
12 |
-
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
|
13 |
-
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
14 |
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
|
15 |
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
16 |
-
'PHPCompatibility\\' => array($vendorDir . '/wimg/php-compatibility'),
|
17 |
-
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
18 |
'CF\\' => array($baseDir . '/src', $vendorDir . '/cloudflare/cloudflare-plugin-backend/src'),
|
19 |
);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
+
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
|
|
|
|
|
|
|
|
|
10 |
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
|
11 |
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
|
|
|
|
12 |
'CF\\' => array($baseDir . '/src', $vendorDir . '/cloudflare/cloudflare-plugin-backend/src'),
|
13 |
);
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -13,21 +13,24 @@ class ComposerAutoloaderInit08b7fe62c42ceedbe4992c5aa654e1de
|
|
13 |
}
|
14 |
}
|
15 |
|
|
|
|
|
|
|
16 |
public static function getLoader()
|
17 |
{
|
18 |
if (null !== self::$loader) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
@@ -47,6 +50,24 @@ class ComposerAutoloaderInit08b7fe62c42ceedbe4992c5aa654e1de
|
|
47 |
|
48 |
$loader->register(true);
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
return $loader;
|
51 |
}
|
52 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit59741244b4fb16d576156183e16a8bbf
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
13 |
}
|
14 |
}
|
15 |
|
16 |
+
/**
|
17 |
+
* @return \Composer\Autoload\ClassLoader
|
18 |
+
*/
|
19 |
public static function getLoader()
|
20 |
{
|
21 |
if (null !== self::$loader) {
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit59741244b4fb16d576156183e16a8bbf', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit59741244b4fb16d576156183e16a8bbf', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit59741244b4fb16d576156183e16a8bbf::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
50 |
|
51 |
$loader->register(true);
|
52 |
|
53 |
+
if ($useStaticLoader) {
|
54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit59741244b4fb16d576156183e16a8bbf::$files;
|
55 |
+
} else {
|
56 |
+
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
+
}
|
58 |
+
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequire59741244b4fb16d576156183e16a8bbf($fileIdentifier, $file);
|
60 |
+
}
|
61 |
+
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
+
|
66 |
+
function composerRequire59741244b4fb16d576156183e16a8bbf($fileIdentifier, $file)
|
67 |
+
{
|
68 |
+
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
+
require $file;
|
70 |
+
|
71 |
+
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
72 |
+
}
|
73 |
+
}
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,32 +4,21 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
|
|
|
|
|
|
|
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
-
'p' =>
|
11 |
-
array (
|
12 |
-
'phpmock\\phpunit\\' => 16,
|
13 |
-
'phpmock\\integration\\' => 20,
|
14 |
-
'phpmock\\' => 8,
|
15 |
-
'phpDocumentor\\Reflection\\' => 25,
|
16 |
-
),
|
17 |
-
'W' =>
|
18 |
-
array (
|
19 |
-
'Webmozart\\Assert\\' => 17,
|
20 |
-
),
|
21 |
'S' =>
|
22 |
array (
|
|
|
23 |
'Symfony\\Component\\Yaml\\' => 23,
|
24 |
),
|
25 |
'P' =>
|
26 |
array (
|
27 |
'Psr\\Log\\' => 8,
|
28 |
-
'PHPCompatibility\\' => 17,
|
29 |
-
),
|
30 |
-
'D' =>
|
31 |
-
array (
|
32 |
-
'Doctrine\\Instantiator\\' => 22,
|
33 |
),
|
34 |
'C' =>
|
35 |
array (
|
@@ -38,28 +27,9 @@ class ComposerStaticInit08b7fe62c42ceedbe4992c5aa654e1de
|
|
38 |
);
|
39 |
|
40 |
public static $prefixDirsPsr4 = array (
|
41 |
-
'
|
42 |
array (
|
43 |
-
0 => __DIR__ . '/..' . '/
|
44 |
-
),
|
45 |
-
'phpmock\\integration\\' =>
|
46 |
-
array (
|
47 |
-
0 => __DIR__ . '/..' . '/php-mock/php-mock-integration/classes',
|
48 |
-
),
|
49 |
-
'phpmock\\' =>
|
50 |
-
array (
|
51 |
-
0 => __DIR__ . '/..' . '/php-mock/php-mock/classes',
|
52 |
-
1 => __DIR__ . '/..' . '/php-mock/php-mock/tests/unit',
|
53 |
-
),
|
54 |
-
'phpDocumentor\\Reflection\\' =>
|
55 |
-
array (
|
56 |
-
0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src',
|
57 |
-
1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src',
|
58 |
-
2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src',
|
59 |
-
),
|
60 |
-
'Webmozart\\Assert\\' =>
|
61 |
-
array (
|
62 |
-
0 => __DIR__ . '/..' . '/webmozart/assert/src',
|
63 |
),
|
64 |
'Symfony\\Component\\Yaml\\' =>
|
65 |
array (
|
@@ -69,14 +39,6 @@ class ComposerStaticInit08b7fe62c42ceedbe4992c5aa654e1de
|
|
69 |
array (
|
70 |
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
71 |
),
|
72 |
-
'PHPCompatibility\\' =>
|
73 |
-
array (
|
74 |
-
0 => __DIR__ . '/..' . '/wimg/php-compatibility',
|
75 |
-
),
|
76 |
-
'Doctrine\\Instantiator\\' =>
|
77 |
-
array (
|
78 |
-
0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator',
|
79 |
-
),
|
80 |
'CF\\' =>
|
81 |
array (
|
82 |
0 => __DIR__ . '/../..' . '/src',
|
@@ -85,27 +47,6 @@ class ComposerStaticInit08b7fe62c42ceedbe4992c5aa654e1de
|
|
85 |
);
|
86 |
|
87 |
public static $prefixesPsr0 = array (
|
88 |
-
'S' =>
|
89 |
-
array (
|
90 |
-
'SimplyAdmire\\ComposerPlugins' =>
|
91 |
-
array (
|
92 |
-
0 => __DIR__ . '/..' . '/simplyadmire/composer-plugins',
|
93 |
-
),
|
94 |
-
),
|
95 |
-
'P' =>
|
96 |
-
array (
|
97 |
-
'Prophecy\\' =>
|
98 |
-
array (
|
99 |
-
0 => __DIR__ . '/..' . '/phpspec/prophecy/src',
|
100 |
-
),
|
101 |
-
),
|
102 |
-
'J' =>
|
103 |
-
array (
|
104 |
-
'JohnKary' =>
|
105 |
-
array (
|
106 |
-
0 => __DIR__ . '/..' . '/johnkary/phpunit-speedtrap/src',
|
107 |
-
),
|
108 |
-
),
|
109 |
'C' =>
|
110 |
array (
|
111 |
'CloudFlare\\' =>
|
@@ -116,708 +57,97 @@ class ComposerStaticInit08b7fe62c42ceedbe4992c5aa654e1de
|
|
116 |
);
|
117 |
|
118 |
public static $classMap = array (
|
119 |
-
'
|
120 |
-
'
|
121 |
-
'
|
122 |
-
'
|
123 |
-
'
|
124 |
-
'
|
125 |
-
'
|
126 |
-
'
|
127 |
-
'
|
128 |
-
'
|
129 |
-
'
|
130 |
-
'
|
131 |
-
'
|
132 |
-
'
|
133 |
-
'
|
134 |
-
'
|
135 |
-
'
|
136 |
-
'
|
137 |
-
'
|
138 |
-
'
|
139 |
-
'
|
140 |
-
'
|
141 |
-
'
|
142 |
-
'
|
143 |
-
'
|
144 |
-
'
|
145 |
-
'
|
146 |
-
'
|
147 |
-
'
|
148 |
-
'
|
149 |
-
'
|
150 |
-
'
|
151 |
-
'
|
152 |
-
'
|
153 |
-
'
|
154 |
-
'
|
155 |
-
'
|
156 |
-
'
|
157 |
-
'
|
158 |
-
'
|
159 |
-
'
|
160 |
-
'
|
161 |
-
'
|
162 |
-
'
|
163 |
-
'
|
164 |
-
'
|
165 |
-
'
|
166 |
-
'
|
167 |
-
'
|
168 |
-
'
|
169 |
-
'
|
170 |
-
'
|
171 |
-
'
|
172 |
-
'
|
173 |
-
'
|
174 |
-
'
|
175 |
-
'
|
176 |
-
'
|
177 |
-
'
|
178 |
-
'
|
179 |
-
'
|
180 |
-
'
|
181 |
-
'
|
182 |
-
'
|
183 |
-
'
|
184 |
-
'
|
185 |
-
'
|
186 |
-
'
|
187 |
-
'
|
188 |
-
'
|
189 |
-
'
|
190 |
-
'
|
191 |
-
'
|
192 |
-
'
|
193 |
-
'
|
194 |
-
'
|
195 |
-
'
|
196 |
-
'
|
197 |
-
'
|
198 |
-
'
|
199 |
-
'
|
200 |
-
'
|
201 |
-
'PEAR_Sniffs_Commenting_FileCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php',
|
202 |
-
'PEAR_Sniffs_Commenting_FunctionCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php',
|
203 |
-
'PEAR_Sniffs_Commenting_InlineCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php',
|
204 |
-
'PEAR_Sniffs_ControlStructures_ControlSignatureSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php',
|
205 |
-
'PEAR_Sniffs_ControlStructures_MultiLineConditionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php',
|
206 |
-
'PEAR_Sniffs_Files_IncludingFileSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php',
|
207 |
-
'PEAR_Sniffs_Formatting_MultiLineAssignmentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php',
|
208 |
-
'PEAR_Sniffs_Functions_FunctionCallSignatureSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php',
|
209 |
-
'PEAR_Sniffs_Functions_FunctionDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php',
|
210 |
-
'PEAR_Sniffs_Functions_ValidDefaultValueSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php',
|
211 |
-
'PEAR_Sniffs_NamingConventions_ValidClassNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php',
|
212 |
-
'PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php',
|
213 |
-
'PEAR_Sniffs_NamingConventions_ValidVariableNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php',
|
214 |
-
'PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php',
|
215 |
-
'PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php',
|
216 |
-
'PEAR_Sniffs_WhiteSpace_ScopeIndentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php',
|
217 |
-
'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php',
|
218 |
-
'PHPUnit\\Framework\\BaseTestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/BaseTestListener.php',
|
219 |
-
'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php',
|
220 |
-
'PHPUnit\\Framework\\TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/TestListener.php',
|
221 |
-
'PHPUnit_Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Exception.php',
|
222 |
-
'PHPUnit_Extensions_GroupTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Extensions/GroupTestSuite.php',
|
223 |
-
'PHPUnit_Extensions_PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Extensions/PhptTestCase.php',
|
224 |
-
'PHPUnit_Extensions_PhptTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Extensions/PhptTestSuite.php',
|
225 |
-
'PHPUnit_Extensions_RepeatedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Extensions/RepeatedTest.php',
|
226 |
-
'PHPUnit_Extensions_TestDecorator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Extensions/TestDecorator.php',
|
227 |
-
'PHPUnit_Extensions_TicketListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Extensions/TicketListener.php',
|
228 |
-
'PHPUnit_Framework_Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert.php',
|
229 |
-
'PHPUnit_Framework_AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/AssertionFailedError.php',
|
230 |
-
'PHPUnit_Framework_BaseTestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/BaseTestListener.php',
|
231 |
-
'PHPUnit_Framework_CodeCoverageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/CodeCoverageException.php',
|
232 |
-
'PHPUnit_Framework_Constraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint.php',
|
233 |
-
'PHPUnit_Framework_Constraint_And' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/And.php',
|
234 |
-
'PHPUnit_Framework_Constraint_ArrayHasKey' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php',
|
235 |
-
'PHPUnit_Framework_Constraint_ArraySubset' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php',
|
236 |
-
'PHPUnit_Framework_Constraint_Attribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Attribute.php',
|
237 |
-
'PHPUnit_Framework_Constraint_Callback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Callback.php',
|
238 |
-
'PHPUnit_Framework_Constraint_ClassHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php',
|
239 |
-
'PHPUnit_Framework_Constraint_ClassHasStaticAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php',
|
240 |
-
'PHPUnit_Framework_Constraint_Composite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Composite.php',
|
241 |
-
'PHPUnit_Framework_Constraint_Count' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Count.php',
|
242 |
-
'PHPUnit_Framework_Constraint_Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception.php',
|
243 |
-
'PHPUnit_Framework_Constraint_ExceptionCode' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php',
|
244 |
-
'PHPUnit_Framework_Constraint_ExceptionMessage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php',
|
245 |
-
'PHPUnit_Framework_Constraint_ExceptionMessageRegExp' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php',
|
246 |
-
'PHPUnit_Framework_Constraint_FileExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/FileExists.php',
|
247 |
-
'PHPUnit_Framework_Constraint_GreaterThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php',
|
248 |
-
'PHPUnit_Framework_Constraint_IsAnything' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php',
|
249 |
-
'PHPUnit_Framework_Constraint_IsEmpty' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php',
|
250 |
-
'PHPUnit_Framework_Constraint_IsEqual' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsEqual.php',
|
251 |
-
'PHPUnit_Framework_Constraint_IsFalse' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsFalse.php',
|
252 |
-
'PHPUnit_Framework_Constraint_IsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php',
|
253 |
-
'PHPUnit_Framework_Constraint_IsInstanceOf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php',
|
254 |
-
'PHPUnit_Framework_Constraint_IsJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsJson.php',
|
255 |
-
'PHPUnit_Framework_Constraint_IsNull' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsNull.php',
|
256 |
-
'PHPUnit_Framework_Constraint_IsTrue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsTrue.php',
|
257 |
-
'PHPUnit_Framework_Constraint_IsType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsType.php',
|
258 |
-
'PHPUnit_Framework_Constraint_JsonMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php',
|
259 |
-
'PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php',
|
260 |
-
'PHPUnit_Framework_Constraint_LessThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/LessThan.php',
|
261 |
-
'PHPUnit_Framework_Constraint_Not' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Not.php',
|
262 |
-
'PHPUnit_Framework_Constraint_ObjectHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php',
|
263 |
-
'PHPUnit_Framework_Constraint_Or' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Or.php',
|
264 |
-
'PHPUnit_Framework_Constraint_PCREMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php',
|
265 |
-
'PHPUnit_Framework_Constraint_SameSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/SameSize.php',
|
266 |
-
'PHPUnit_Framework_Constraint_StringContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/StringContains.php',
|
267 |
-
'PHPUnit_Framework_Constraint_StringEndsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php',
|
268 |
-
'PHPUnit_Framework_Constraint_StringMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/StringMatches.php',
|
269 |
-
'PHPUnit_Framework_Constraint_StringStartsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php',
|
270 |
-
'PHPUnit_Framework_Constraint_TraversableContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php',
|
271 |
-
'PHPUnit_Framework_Constraint_TraversableContainsOnly' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php',
|
272 |
-
'PHPUnit_Framework_Constraint_Xor' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Xor.php',
|
273 |
-
'PHPUnit_Framework_Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error.php',
|
274 |
-
'PHPUnit_Framework_Error_Deprecated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Deprecated.php',
|
275 |
-
'PHPUnit_Framework_Error_Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Notice.php',
|
276 |
-
'PHPUnit_Framework_Error_Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Warning.php',
|
277 |
-
'PHPUnit_Framework_Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception.php',
|
278 |
-
'PHPUnit_Framework_ExceptionWrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php',
|
279 |
-
'PHPUnit_Framework_ExpectationFailedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExpectationFailedException.php',
|
280 |
-
'PHPUnit_Framework_IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTest.php',
|
281 |
-
'PHPUnit_Framework_IncompleteTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php',
|
282 |
-
'PHPUnit_Framework_IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestError.php',
|
283 |
-
'PHPUnit_Framework_InvalidCoversTargetError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php',
|
284 |
-
'PHPUnit_Framework_InvalidCoversTargetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php',
|
285 |
-
'PHPUnit_Framework_MockObject_BadMethodCallException' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php',
|
286 |
-
'PHPUnit_Framework_MockObject_Builder_Identity' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php',
|
287 |
-
'PHPUnit_Framework_MockObject_Builder_InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php',
|
288 |
-
'PHPUnit_Framework_MockObject_Builder_Match' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php',
|
289 |
-
'PHPUnit_Framework_MockObject_Builder_MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php',
|
290 |
-
'PHPUnit_Framework_MockObject_Builder_Namespace' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php',
|
291 |
-
'PHPUnit_Framework_MockObject_Builder_ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php',
|
292 |
-
'PHPUnit_Framework_MockObject_Builder_Stub' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php',
|
293 |
-
'PHPUnit_Framework_MockObject_Exception' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php',
|
294 |
-
'PHPUnit_Framework_MockObject_Generator' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php',
|
295 |
-
'PHPUnit_Framework_MockObject_Invocation' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php',
|
296 |
-
'PHPUnit_Framework_MockObject_InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php',
|
297 |
-
'PHPUnit_Framework_MockObject_Invocation_Object' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php',
|
298 |
-
'PHPUnit_Framework_MockObject_Invocation_Static' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php',
|
299 |
-
'PHPUnit_Framework_MockObject_Invokable' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php',
|
300 |
-
'PHPUnit_Framework_MockObject_Matcher' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php',
|
301 |
-
'PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php',
|
302 |
-
'PHPUnit_Framework_MockObject_Matcher_AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php',
|
303 |
-
'PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php',
|
304 |
-
'PHPUnit_Framework_MockObject_Matcher_Invocation' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php',
|
305 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php',
|
306 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php',
|
307 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php',
|
308 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php',
|
309 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php',
|
310 |
-
'PHPUnit_Framework_MockObject_Matcher_InvokedRecorder' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php',
|
311 |
-
'PHPUnit_Framework_MockObject_Matcher_MethodName' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php',
|
312 |
-
'PHPUnit_Framework_MockObject_Matcher_Parameters' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php',
|
313 |
-
'PHPUnit_Framework_MockObject_Matcher_StatelessInvocation' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php',
|
314 |
-
'PHPUnit_Framework_MockObject_MockBuilder' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php',
|
315 |
-
'PHPUnit_Framework_MockObject_MockObject' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php',
|
316 |
-
'PHPUnit_Framework_MockObject_RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php',
|
317 |
-
'PHPUnit_Framework_MockObject_Stub' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php',
|
318 |
-
'PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php',
|
319 |
-
'PHPUnit_Framework_MockObject_Stub_Exception' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php',
|
320 |
-
'PHPUnit_Framework_MockObject_Stub_MatcherCollection' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php',
|
321 |
-
'PHPUnit_Framework_MockObject_Stub_Return' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php',
|
322 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php',
|
323 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php',
|
324 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php',
|
325 |
-
'PHPUnit_Framework_MockObject_Stub_ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php',
|
326 |
-
'PHPUnit_Framework_MockObject_Verifiable' => __DIR__ . '/..' . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php',
|
327 |
-
'PHPUnit_Framework_OutputError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/OutputError.php',
|
328 |
-
'PHPUnit_Framework_RiskyTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/RiskyTest.php',
|
329 |
-
'PHPUnit_Framework_RiskyTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/RiskyTestError.php',
|
330 |
-
'PHPUnit_Framework_SelfDescribing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SelfDescribing.php',
|
331 |
-
'PHPUnit_Framework_SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTest.php',
|
332 |
-
'PHPUnit_Framework_SkippedTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestCase.php',
|
333 |
-
'PHPUnit_Framework_SkippedTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestError.php',
|
334 |
-
'PHPUnit_Framework_SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php',
|
335 |
-
'PHPUnit_Framework_SyntheticError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SyntheticError.php',
|
336 |
-
'PHPUnit_Framework_Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Test.php',
|
337 |
-
'PHPUnit_Framework_TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestCase.php',
|
338 |
-
'PHPUnit_Framework_TestFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestFailure.php',
|
339 |
-
'PHPUnit_Framework_TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListener.php',
|
340 |
-
'PHPUnit_Framework_TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestResult.php',
|
341 |
-
'PHPUnit_Framework_TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite.php',
|
342 |
-
'PHPUnit_Framework_TestSuite_DataProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php',
|
343 |
-
'PHPUnit_Framework_UnintentionallyCoveredCodeError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php',
|
344 |
-
'PHPUnit_Framework_Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Warning.php',
|
345 |
-
'PHPUnit_Runner_BaseTestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/BaseTestRunner.php',
|
346 |
-
'PHPUnit_Runner_Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception.php',
|
347 |
-
'PHPUnit_Runner_Filter_Factory' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Factory.php',
|
348 |
-
'PHPUnit_Runner_Filter_GroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Group.php',
|
349 |
-
'PHPUnit_Runner_Filter_Group_Exclude' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php',
|
350 |
-
'PHPUnit_Runner_Filter_Group_Include' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Group/Include.php',
|
351 |
-
'PHPUnit_Runner_Filter_Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Test.php',
|
352 |
-
'PHPUnit_Runner_StandardTestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php',
|
353 |
-
'PHPUnit_Runner_TestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php',
|
354 |
-
'PHPUnit_Runner_Version' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Version.php',
|
355 |
-
'PHPUnit_TextUI_Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command.php',
|
356 |
-
'PHPUnit_TextUI_ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ResultPrinter.php',
|
357 |
-
'PHPUnit_TextUI_TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestRunner.php',
|
358 |
-
'PHPUnit_Util_Blacklist' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Blacklist.php',
|
359 |
-
'PHPUnit_Util_Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Configuration.php',
|
360 |
-
'PHPUnit_Util_ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ErrorHandler.php',
|
361 |
-
'PHPUnit_Util_Fileloader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Fileloader.php',
|
362 |
-
'PHPUnit_Util_Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php',
|
363 |
-
'PHPUnit_Util_Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php',
|
364 |
-
'PHPUnit_Util_Getopt' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Getopt.php',
|
365 |
-
'PHPUnit_Util_GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php',
|
366 |
-
'PHPUnit_Util_InvalidArgumentHelper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/InvalidArgumentHelper.php',
|
367 |
-
'PHPUnit_Util_Log_JSON' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JSON.php',
|
368 |
-
'PHPUnit_Util_Log_JUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JUnit.php',
|
369 |
-
'PHPUnit_Util_Log_TAP' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/TAP.php',
|
370 |
-
'PHPUnit_Util_PHP' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP.php',
|
371 |
-
'PHPUnit_Util_PHP_Default' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/Default.php',
|
372 |
-
'PHPUnit_Util_PHP_Windows' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/Windows.php',
|
373 |
-
'PHPUnit_Util_Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Printer.php',
|
374 |
-
'PHPUnit_Util_Regex' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Regex.php',
|
375 |
-
'PHPUnit_Util_String' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/String.php',
|
376 |
-
'PHPUnit_Util_Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Test.php',
|
377 |
-
'PHPUnit_Util_TestDox_NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php',
|
378 |
-
'PHPUnit_Util_TestDox_ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php',
|
379 |
-
'PHPUnit_Util_TestDox_ResultPrinter_HTML' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php',
|
380 |
-
'PHPUnit_Util_TestDox_ResultPrinter_Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php',
|
381 |
-
'PHPUnit_Util_TestSuiteIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestSuiteIterator.php',
|
382 |
-
'PHPUnit_Util_Type' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Type.php',
|
383 |
-
'PHPUnit_Util_XML' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XML.php',
|
384 |
-
'PHP_CodeCoverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage.php',
|
385 |
-
'PHP_CodeCoverage_Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Driver.php',
|
386 |
-
'PHP_CodeCoverage_Driver_HHVM' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php',
|
387 |
-
'PHP_CodeCoverage_Driver_PHPDBG' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php',
|
388 |
-
'PHP_CodeCoverage_Driver_Xdebug' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php',
|
389 |
-
'PHP_CodeCoverage_Exception' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Exception.php',
|
390 |
-
'PHP_CodeCoverage_Exception_UnintentionallyCoveredCode' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php',
|
391 |
-
'PHP_CodeCoverage_Filter' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Filter.php',
|
392 |
-
'PHP_CodeCoverage_Report_Clover' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php',
|
393 |
-
'PHP_CodeCoverage_Report_Crap4j' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php',
|
394 |
-
'PHP_CodeCoverage_Report_Factory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php',
|
395 |
-
'PHP_CodeCoverage_Report_HTML' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php',
|
396 |
-
'PHP_CodeCoverage_Report_HTML_Renderer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php',
|
397 |
-
'PHP_CodeCoverage_Report_HTML_Renderer_Dashboard' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php',
|
398 |
-
'PHP_CodeCoverage_Report_HTML_Renderer_Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php',
|
399 |
-
'PHP_CodeCoverage_Report_HTML_Renderer_File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php',
|
400 |
-
'PHP_CodeCoverage_Report_Node' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php',
|
401 |
-
'PHP_CodeCoverage_Report_Node_Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php',
|
402 |
-
'PHP_CodeCoverage_Report_Node_File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php',
|
403 |
-
'PHP_CodeCoverage_Report_Node_Iterator' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php',
|
404 |
-
'PHP_CodeCoverage_Report_PHP' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php',
|
405 |
-
'PHP_CodeCoverage_Report_Text' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php',
|
406 |
-
'PHP_CodeCoverage_Report_XML' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php',
|
407 |
-
'PHP_CodeCoverage_Report_XML_Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php',
|
408 |
-
'PHP_CodeCoverage_Report_XML_File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php',
|
409 |
-
'PHP_CodeCoverage_Report_XML_File_Coverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php',
|
410 |
-
'PHP_CodeCoverage_Report_XML_File_Method' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php',
|
411 |
-
'PHP_CodeCoverage_Report_XML_File_Report' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php',
|
412 |
-
'PHP_CodeCoverage_Report_XML_File_Unit' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php',
|
413 |
-
'PHP_CodeCoverage_Report_XML_Node' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php',
|
414 |
-
'PHP_CodeCoverage_Report_XML_Project' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php',
|
415 |
-
'PHP_CodeCoverage_Report_XML_Tests' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php',
|
416 |
-
'PHP_CodeCoverage_Report_XML_Totals' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php',
|
417 |
-
'PHP_CodeCoverage_Util' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Util.php',
|
418 |
-
'PHP_CodeCoverage_Util_InvalidArgumentHelper' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php',
|
419 |
-
'PHP_CodeSniffer' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer.php',
|
420 |
-
'PHP_CodeSniffer_CLI' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/CLI.php',
|
421 |
-
'PHP_CodeSniffer_DocGenerators_Generator' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/Generator.php',
|
422 |
-
'PHP_CodeSniffer_DocGenerators_HTML' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/HTML.php',
|
423 |
-
'PHP_CodeSniffer_DocGenerators_Markdown' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/Markdown.php',
|
424 |
-
'PHP_CodeSniffer_DocGenerators_Text' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/Text.php',
|
425 |
-
'PHP_CodeSniffer_Exception' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Exception.php',
|
426 |
-
'PHP_CodeSniffer_File' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/File.php',
|
427 |
-
'PHP_CodeSniffer_Fixer' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Fixer.php',
|
428 |
-
'PHP_CodeSniffer_Report' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Report.php',
|
429 |
-
'PHP_CodeSniffer_Reporting' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reporting.php',
|
430 |
-
'PHP_CodeSniffer_Reports_Cbf' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Cbf.php',
|
431 |
-
'PHP_CodeSniffer_Reports_Checkstyle' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Checkstyle.php',
|
432 |
-
'PHP_CodeSniffer_Reports_Csv' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Csv.php',
|
433 |
-
'PHP_CodeSniffer_Reports_Diff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Diff.php',
|
434 |
-
'PHP_CodeSniffer_Reports_Emacs' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Emacs.php',
|
435 |
-
'PHP_CodeSniffer_Reports_Full' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Full.php',
|
436 |
-
'PHP_CodeSniffer_Reports_Gitblame' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Gitblame.php',
|
437 |
-
'PHP_CodeSniffer_Reports_Hgblame' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Hgblame.php',
|
438 |
-
'PHP_CodeSniffer_Reports_Info' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Info.php',
|
439 |
-
'PHP_CodeSniffer_Reports_Json' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Json.php',
|
440 |
-
'PHP_CodeSniffer_Reports_Junit' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Junit.php',
|
441 |
-
'PHP_CodeSniffer_Reports_Notifysend' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Notifysend.php',
|
442 |
-
'PHP_CodeSniffer_Reports_Source' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Source.php',
|
443 |
-
'PHP_CodeSniffer_Reports_Summary' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Summary.php',
|
444 |
-
'PHP_CodeSniffer_Reports_Svnblame' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Svnblame.php',
|
445 |
-
'PHP_CodeSniffer_Reports_VersionControl' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/VersionControl.php',
|
446 |
-
'PHP_CodeSniffer_Reports_Xml' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Reports/Xml.php',
|
447 |
-
'PHP_CodeSniffer_Sniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Sniff.php',
|
448 |
-
'PHP_CodeSniffer_Standards_AbstractPatternSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/AbstractPatternSniff.php',
|
449 |
-
'PHP_CodeSniffer_Standards_AbstractScopeSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/AbstractScopeSniff.php',
|
450 |
-
'PHP_CodeSniffer_Standards_AbstractVariableSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/AbstractVariableSniff.php',
|
451 |
-
'PHP_CodeSniffer_Standards_IncorrectPatternException' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/IncorrectPatternException.php',
|
452 |
-
'PHP_CodeSniffer_Tokenizers_CSS' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/CSS.php',
|
453 |
-
'PHP_CodeSniffer_Tokenizers_Comment' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/Comment.php',
|
454 |
-
'PHP_CodeSniffer_Tokenizers_JS' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/JS.php',
|
455 |
-
'PHP_CodeSniffer_Tokenizers_PHP' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/PHP.php',
|
456 |
-
'PHP_CodeSniffer_Tokens' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Tokens.php',
|
457 |
-
'PHP_Timer' => __DIR__ . '/..' . '/phpunit/php-timer/src/Timer.php',
|
458 |
-
'PHP_Token' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
459 |
-
'PHP_TokenWithScope' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
460 |
-
'PHP_TokenWithScopeAndVisibility' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
461 |
-
'PHP_Token_ABSTRACT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
462 |
-
'PHP_Token_AMPERSAND' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
463 |
-
'PHP_Token_AND_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
464 |
-
'PHP_Token_ARRAY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
465 |
-
'PHP_Token_ARRAY_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
466 |
-
'PHP_Token_AS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
467 |
-
'PHP_Token_ASYNC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
468 |
-
'PHP_Token_AT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
469 |
-
'PHP_Token_AWAIT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
470 |
-
'PHP_Token_BACKTICK' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
471 |
-
'PHP_Token_BAD_CHARACTER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
472 |
-
'PHP_Token_BOOLEAN_AND' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
473 |
-
'PHP_Token_BOOLEAN_OR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
474 |
-
'PHP_Token_BOOL_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
475 |
-
'PHP_Token_BREAK' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
476 |
-
'PHP_Token_CALLABLE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
477 |
-
'PHP_Token_CARET' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
478 |
-
'PHP_Token_CASE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
479 |
-
'PHP_Token_CATCH' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
480 |
-
'PHP_Token_CHARACTER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
481 |
-
'PHP_Token_CLASS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
482 |
-
'PHP_Token_CLASS_C' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
483 |
-
'PHP_Token_CLASS_NAME_CONSTANT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
484 |
-
'PHP_Token_CLONE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
485 |
-
'PHP_Token_CLOSE_BRACKET' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
486 |
-
'PHP_Token_CLOSE_CURLY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
487 |
-
'PHP_Token_CLOSE_SQUARE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
488 |
-
'PHP_Token_CLOSE_TAG' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
489 |
-
'PHP_Token_COALESCE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
490 |
-
'PHP_Token_COLON' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
491 |
-
'PHP_Token_COMMA' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
492 |
-
'PHP_Token_COMMENT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
493 |
-
'PHP_Token_COMPILER_HALT_OFFSET' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
494 |
-
'PHP_Token_CONCAT_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
495 |
-
'PHP_Token_CONST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
496 |
-
'PHP_Token_CONSTANT_ENCAPSED_STRING' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
497 |
-
'PHP_Token_CONTINUE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
498 |
-
'PHP_Token_CURLY_OPEN' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
499 |
-
'PHP_Token_DEC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
500 |
-
'PHP_Token_DECLARE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
501 |
-
'PHP_Token_DEFAULT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
502 |
-
'PHP_Token_DIR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
503 |
-
'PHP_Token_DIV' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
504 |
-
'PHP_Token_DIV_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
505 |
-
'PHP_Token_DNUMBER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
506 |
-
'PHP_Token_DO' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
507 |
-
'PHP_Token_DOC_COMMENT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
508 |
-
'PHP_Token_DOLLAR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
509 |
-
'PHP_Token_DOLLAR_OPEN_CURLY_BRACES' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
510 |
-
'PHP_Token_DOT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
511 |
-
'PHP_Token_DOUBLE_ARROW' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
512 |
-
'PHP_Token_DOUBLE_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
513 |
-
'PHP_Token_DOUBLE_COLON' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
514 |
-
'PHP_Token_DOUBLE_QUOTES' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
515 |
-
'PHP_Token_ECHO' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
516 |
-
'PHP_Token_ELLIPSIS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
517 |
-
'PHP_Token_ELSE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
518 |
-
'PHP_Token_ELSEIF' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
519 |
-
'PHP_Token_EMPTY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
520 |
-
'PHP_Token_ENCAPSED_AND_WHITESPACE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
521 |
-
'PHP_Token_ENDDECLARE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
522 |
-
'PHP_Token_ENDFOR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
523 |
-
'PHP_Token_ENDFOREACH' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
524 |
-
'PHP_Token_ENDIF' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
525 |
-
'PHP_Token_ENDSWITCH' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
526 |
-
'PHP_Token_ENDWHILE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
527 |
-
'PHP_Token_END_HEREDOC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
528 |
-
'PHP_Token_ENUM' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
529 |
-
'PHP_Token_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
530 |
-
'PHP_Token_EQUALS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
531 |
-
'PHP_Token_EVAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
532 |
-
'PHP_Token_EXCLAMATION_MARK' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
533 |
-
'PHP_Token_EXIT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
534 |
-
'PHP_Token_EXTENDS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
535 |
-
'PHP_Token_FILE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
536 |
-
'PHP_Token_FINAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
537 |
-
'PHP_Token_FINALLY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
538 |
-
'PHP_Token_FOR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
539 |
-
'PHP_Token_FOREACH' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
540 |
-
'PHP_Token_FUNCTION' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
541 |
-
'PHP_Token_FUNC_C' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
542 |
-
'PHP_Token_GLOBAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
543 |
-
'PHP_Token_GOTO' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
544 |
-
'PHP_Token_GT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
545 |
-
'PHP_Token_HALT_COMPILER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
546 |
-
'PHP_Token_IF' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
547 |
-
'PHP_Token_IMPLEMENTS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
548 |
-
'PHP_Token_IN' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
549 |
-
'PHP_Token_INC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
550 |
-
'PHP_Token_INCLUDE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
551 |
-
'PHP_Token_INCLUDE_ONCE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
552 |
-
'PHP_Token_INLINE_HTML' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
553 |
-
'PHP_Token_INSTANCEOF' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
554 |
-
'PHP_Token_INSTEADOF' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
555 |
-
'PHP_Token_INTERFACE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
556 |
-
'PHP_Token_INT_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
557 |
-
'PHP_Token_ISSET' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
558 |
-
'PHP_Token_IS_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
559 |
-
'PHP_Token_IS_GREATER_OR_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
560 |
-
'PHP_Token_IS_IDENTICAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
561 |
-
'PHP_Token_IS_NOT_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
562 |
-
'PHP_Token_IS_NOT_IDENTICAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
563 |
-
'PHP_Token_IS_SMALLER_OR_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
564 |
-
'PHP_Token_Includes' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
565 |
-
'PHP_Token_JOIN' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
566 |
-
'PHP_Token_LAMBDA_ARROW' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
567 |
-
'PHP_Token_LAMBDA_CP' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
568 |
-
'PHP_Token_LAMBDA_OP' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
569 |
-
'PHP_Token_LINE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
570 |
-
'PHP_Token_LIST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
571 |
-
'PHP_Token_LNUMBER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
572 |
-
'PHP_Token_LOGICAL_AND' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
573 |
-
'PHP_Token_LOGICAL_OR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
574 |
-
'PHP_Token_LOGICAL_XOR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
575 |
-
'PHP_Token_LT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
576 |
-
'PHP_Token_METHOD_C' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
577 |
-
'PHP_Token_MINUS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
578 |
-
'PHP_Token_MINUS_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
579 |
-
'PHP_Token_MOD_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
580 |
-
'PHP_Token_MULT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
581 |
-
'PHP_Token_MUL_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
582 |
-
'PHP_Token_NAMESPACE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
583 |
-
'PHP_Token_NEW' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
584 |
-
'PHP_Token_NS_C' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
585 |
-
'PHP_Token_NS_SEPARATOR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
586 |
-
'PHP_Token_NULLSAFE_OBJECT_OPERATOR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
587 |
-
'PHP_Token_NUM_STRING' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
588 |
-
'PHP_Token_OBJECT_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
589 |
-
'PHP_Token_OBJECT_OPERATOR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
590 |
-
'PHP_Token_ONUMBER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
591 |
-
'PHP_Token_OPEN_BRACKET' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
592 |
-
'PHP_Token_OPEN_CURLY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
593 |
-
'PHP_Token_OPEN_SQUARE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
594 |
-
'PHP_Token_OPEN_TAG' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
595 |
-
'PHP_Token_OPEN_TAG_WITH_ECHO' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
596 |
-
'PHP_Token_OR_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
597 |
-
'PHP_Token_PAAMAYIM_NEKUDOTAYIM' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
598 |
-
'PHP_Token_PERCENT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
599 |
-
'PHP_Token_PIPE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
600 |
-
'PHP_Token_PLUS' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
601 |
-
'PHP_Token_PLUS_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
602 |
-
'PHP_Token_POW' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
603 |
-
'PHP_Token_POW_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
604 |
-
'PHP_Token_PRINT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
605 |
-
'PHP_Token_PRIVATE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
606 |
-
'PHP_Token_PROTECTED' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
607 |
-
'PHP_Token_PUBLIC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
608 |
-
'PHP_Token_QUESTION_MARK' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
609 |
-
'PHP_Token_REQUIRE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
610 |
-
'PHP_Token_REQUIRE_ONCE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
611 |
-
'PHP_Token_RETURN' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
612 |
-
'PHP_Token_SEMICOLON' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
613 |
-
'PHP_Token_SHAPE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
614 |
-
'PHP_Token_SL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
615 |
-
'PHP_Token_SL_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
616 |
-
'PHP_Token_SPACESHIP' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
617 |
-
'PHP_Token_SR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
618 |
-
'PHP_Token_SR_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
619 |
-
'PHP_Token_START_HEREDOC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
620 |
-
'PHP_Token_STATIC' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
621 |
-
'PHP_Token_STRING' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
622 |
-
'PHP_Token_STRING_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
623 |
-
'PHP_Token_STRING_VARNAME' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
624 |
-
'PHP_Token_SUPER' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
625 |
-
'PHP_Token_SWITCH' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
626 |
-
'PHP_Token_Stream' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token/Stream.php',
|
627 |
-
'PHP_Token_Stream_CachingFactory' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php',
|
628 |
-
'PHP_Token_THROW' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
629 |
-
'PHP_Token_TILDE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
630 |
-
'PHP_Token_TRAIT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
631 |
-
'PHP_Token_TRAIT_C' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
632 |
-
'PHP_Token_TRY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
633 |
-
'PHP_Token_TYPE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
634 |
-
'PHP_Token_TYPELIST_GT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
635 |
-
'PHP_Token_TYPELIST_LT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
636 |
-
'PHP_Token_UNSET' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
637 |
-
'PHP_Token_UNSET_CAST' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
638 |
-
'PHP_Token_USE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
639 |
-
'PHP_Token_USE_FUNCTION' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
640 |
-
'PHP_Token_VAR' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
641 |
-
'PHP_Token_VARIABLE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
642 |
-
'PHP_Token_WHERE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
643 |
-
'PHP_Token_WHILE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
644 |
-
'PHP_Token_WHITESPACE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
645 |
-
'PHP_Token_XHP_ATTRIBUTE' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
646 |
-
'PHP_Token_XHP_CATEGORY' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
647 |
-
'PHP_Token_XHP_CATEGORY_LABEL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
648 |
-
'PHP_Token_XHP_CHILDREN' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
649 |
-
'PHP_Token_XHP_LABEL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
650 |
-
'PHP_Token_XHP_REQUIRED' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
651 |
-
'PHP_Token_XHP_TAG_GT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
652 |
-
'PHP_Token_XHP_TAG_LT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
653 |
-
'PHP_Token_XHP_TEXT' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
654 |
-
'PHP_Token_XOR_EQUAL' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
655 |
-
'PHP_Token_YIELD' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
656 |
-
'PHP_Token_YIELD_FROM' => __DIR__ . '/..' . '/phpunit/php-token-stream/src/Token.php',
|
657 |
-
'PSR1_Sniffs_Classes_ClassDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php',
|
658 |
-
'PSR1_Sniffs_Files_SideEffectsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php',
|
659 |
-
'PSR1_Sniffs_Methods_CamelCapsMethodNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php',
|
660 |
-
'PSR2_Sniffs_Classes_ClassDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php',
|
661 |
-
'PSR2_Sniffs_Classes_PropertyDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php',
|
662 |
-
'PSR2_Sniffs_ControlStructures_ControlStructureSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php',
|
663 |
-
'PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php',
|
664 |
-
'PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php',
|
665 |
-
'PSR2_Sniffs_Files_ClosingTagSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php',
|
666 |
-
'PSR2_Sniffs_Files_EndFileNewlineSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php',
|
667 |
-
'PSR2_Sniffs_Methods_FunctionCallSignatureSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php',
|
668 |
-
'PSR2_Sniffs_Methods_FunctionClosingBraceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionClosingBraceSniff.php',
|
669 |
-
'PSR2_Sniffs_Methods_MethodDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php',
|
670 |
-
'PSR2_Sniffs_Namespaces_NamespaceDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php',
|
671 |
-
'PSR2_Sniffs_Namespaces_UseDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php',
|
672 |
-
'SebastianBergmann\\Comparator\\ArrayComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ArrayComparator.php',
|
673 |
-
'SebastianBergmann\\Comparator\\Comparator' => __DIR__ . '/..' . '/sebastian/comparator/src/Comparator.php',
|
674 |
-
'SebastianBergmann\\Comparator\\ComparisonFailure' => __DIR__ . '/..' . '/sebastian/comparator/src/ComparisonFailure.php',
|
675 |
-
'SebastianBergmann\\Comparator\\DOMNodeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DOMNodeComparator.php',
|
676 |
-
'SebastianBergmann\\Comparator\\DateTimeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DateTimeComparator.php',
|
677 |
-
'SebastianBergmann\\Comparator\\DoubleComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DoubleComparator.php',
|
678 |
-
'SebastianBergmann\\Comparator\\ExceptionComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ExceptionComparator.php',
|
679 |
-
'SebastianBergmann\\Comparator\\Factory' => __DIR__ . '/..' . '/sebastian/comparator/src/Factory.php',
|
680 |
-
'SebastianBergmann\\Comparator\\MockObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/MockObjectComparator.php',
|
681 |
-
'SebastianBergmann\\Comparator\\NumericComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/NumericComparator.php',
|
682 |
-
'SebastianBergmann\\Comparator\\ObjectComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ObjectComparator.php',
|
683 |
-
'SebastianBergmann\\Comparator\\ResourceComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ResourceComparator.php',
|
684 |
-
'SebastianBergmann\\Comparator\\ScalarComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ScalarComparator.php',
|
685 |
-
'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/SplObjectStorageComparator.php',
|
686 |
-
'SebastianBergmann\\Comparator\\TypeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/TypeComparator.php',
|
687 |
-
'SebastianBergmann\\Diff\\Chunk' => __DIR__ . '/..' . '/sebastian/diff/src/Chunk.php',
|
688 |
-
'SebastianBergmann\\Diff\\Diff' => __DIR__ . '/..' . '/sebastian/diff/src/Diff.php',
|
689 |
-
'SebastianBergmann\\Diff\\Differ' => __DIR__ . '/..' . '/sebastian/diff/src/Differ.php',
|
690 |
-
'SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequence' => __DIR__ . '/..' . '/sebastian/diff/src/LCS/LongestCommonSubsequence.php',
|
691 |
-
'SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementation' => __DIR__ . '/..' . '/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php',
|
692 |
-
'SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation' => __DIR__ . '/..' . '/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php',
|
693 |
-
'SebastianBergmann\\Diff\\Line' => __DIR__ . '/..' . '/sebastian/diff/src/Line.php',
|
694 |
-
'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php',
|
695 |
-
'SebastianBergmann\\Environment\\Console' => __DIR__ . '/..' . '/sebastian/environment/src/Console.php',
|
696 |
-
'SebastianBergmann\\Environment\\Runtime' => __DIR__ . '/..' . '/sebastian/environment/src/Runtime.php',
|
697 |
-
'SebastianBergmann\\Exporter\\Exporter' => __DIR__ . '/..' . '/sebastian/exporter/src/Exporter.php',
|
698 |
-
'SebastianBergmann\\GlobalState\\Blacklist' => __DIR__ . '/..' . '/sebastian/global-state/src/Blacklist.php',
|
699 |
-
'SebastianBergmann\\GlobalState\\CodeExporter' => __DIR__ . '/..' . '/sebastian/global-state/src/CodeExporter.php',
|
700 |
-
'SebastianBergmann\\GlobalState\\Exception' => __DIR__ . '/..' . '/sebastian/global-state/src/Exception.php',
|
701 |
-
'SebastianBergmann\\GlobalState\\Restorer' => __DIR__ . '/..' . '/sebastian/global-state/src/Restorer.php',
|
702 |
-
'SebastianBergmann\\GlobalState\\RuntimeException' => __DIR__ . '/..' . '/sebastian/global-state/src/RuntimeException.php',
|
703 |
-
'SebastianBergmann\\GlobalState\\Snapshot' => __DIR__ . '/..' . '/sebastian/global-state/src/Snapshot.php',
|
704 |
-
'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php',
|
705 |
-
'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php',
|
706 |
-
'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php',
|
707 |
-
'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php',
|
708 |
-
'Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php',
|
709 |
-
'Squiz_Sniffs_Arrays_ArrayDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php',
|
710 |
-
'Squiz_Sniffs_CSS_ClassDefinitionClosingBraceSpaceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php',
|
711 |
-
'Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php',
|
712 |
-
'Squiz_Sniffs_CSS_ClassDefinitionOpeningBraceSpaceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php',
|
713 |
-
'Squiz_Sniffs_CSS_ColonSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php',
|
714 |
-
'Squiz_Sniffs_CSS_ColourDefinitionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php',
|
715 |
-
'Squiz_Sniffs_CSS_DisallowMultipleStyleDefinitionsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php',
|
716 |
-
'Squiz_Sniffs_CSS_DuplicateClassDefinitionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php',
|
717 |
-
'Squiz_Sniffs_CSS_DuplicateStyleDefinitionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php',
|
718 |
-
'Squiz_Sniffs_CSS_EmptyClassDefinitionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php',
|
719 |
-
'Squiz_Sniffs_CSS_EmptyStyleDefinitionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php',
|
720 |
-
'Squiz_Sniffs_CSS_ForbiddenStylesSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php',
|
721 |
-
'Squiz_Sniffs_CSS_IndentationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php',
|
722 |
-
'Squiz_Sniffs_CSS_LowercaseStyleDefinitionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php',
|
723 |
-
'Squiz_Sniffs_CSS_MissingColonSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php',
|
724 |
-
'Squiz_Sniffs_CSS_NamedColoursSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php',
|
725 |
-
'Squiz_Sniffs_CSS_OpacitySniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php',
|
726 |
-
'Squiz_Sniffs_CSS_SemicolonSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php',
|
727 |
-
'Squiz_Sniffs_CSS_ShorthandSizeSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php',
|
728 |
-
'Squiz_Sniffs_Classes_ClassDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php',
|
729 |
-
'Squiz_Sniffs_Classes_ClassFileNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php',
|
730 |
-
'Squiz_Sniffs_Classes_DuplicatePropertySniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php',
|
731 |
-
'Squiz_Sniffs_Classes_LowercaseClassKeywordsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php',
|
732 |
-
'Squiz_Sniffs_Classes_SelfMemberReferenceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php',
|
733 |
-
'Squiz_Sniffs_Classes_ValidClassNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php',
|
734 |
-
'Squiz_Sniffs_Commenting_BlockCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php',
|
735 |
-
'Squiz_Sniffs_Commenting_ClassCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php',
|
736 |
-
'Squiz_Sniffs_Commenting_ClosingDeclarationCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php',
|
737 |
-
'Squiz_Sniffs_Commenting_DocCommentAlignmentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php',
|
738 |
-
'Squiz_Sniffs_Commenting_EmptyCatchCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php',
|
739 |
-
'Squiz_Sniffs_Commenting_FileCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php',
|
740 |
-
'Squiz_Sniffs_Commenting_FunctionCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php',
|
741 |
-
'Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php',
|
742 |
-
'Squiz_Sniffs_Commenting_InlineCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php',
|
743 |
-
'Squiz_Sniffs_Commenting_LongConditionClosingCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php',
|
744 |
-
'Squiz_Sniffs_Commenting_PostStatementCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php',
|
745 |
-
'Squiz_Sniffs_Commenting_VariableCommentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php',
|
746 |
-
'Squiz_Sniffs_ControlStructures_ControlSignatureSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php',
|
747 |
-
'Squiz_Sniffs_ControlStructures_ElseIfDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php',
|
748 |
-
'Squiz_Sniffs_ControlStructures_ForEachLoopDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php',
|
749 |
-
'Squiz_Sniffs_ControlStructures_ForLoopDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php',
|
750 |
-
'Squiz_Sniffs_ControlStructures_InlineIfDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php',
|
751 |
-
'Squiz_Sniffs_ControlStructures_LowercaseDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php',
|
752 |
-
'Squiz_Sniffs_ControlStructures_SwitchDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php',
|
753 |
-
'Squiz_Sniffs_Debug_JSLintSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php',
|
754 |
-
'Squiz_Sniffs_Debug_JavaScriptLintSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php',
|
755 |
-
'Squiz_Sniffs_Files_FileExtensionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php',
|
756 |
-
'Squiz_Sniffs_Formatting_OperatorBracketSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php',
|
757 |
-
'Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php',
|
758 |
-
'Squiz_Sniffs_Functions_FunctionDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php',
|
759 |
-
'Squiz_Sniffs_Functions_FunctionDuplicateArgumentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php',
|
760 |
-
'Squiz_Sniffs_Functions_GlobalFunctionSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php',
|
761 |
-
'Squiz_Sniffs_Functions_LowercaseFunctionKeywordsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php',
|
762 |
-
'Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php',
|
763 |
-
'Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php',
|
764 |
-
'Squiz_Sniffs_NamingConventions_ValidVariableNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php',
|
765 |
-
'Squiz_Sniffs_Objects_DisallowObjectStringIndexSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php',
|
766 |
-
'Squiz_Sniffs_Objects_ObjectInstantiationSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php',
|
767 |
-
'Squiz_Sniffs_Objects_ObjectMemberCommaSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php',
|
768 |
-
'Squiz_Sniffs_Operators_ComparisonOperatorUsageSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php',
|
769 |
-
'Squiz_Sniffs_Operators_IncrementDecrementUsageSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php',
|
770 |
-
'Squiz_Sniffs_Operators_ValidLogicalOperatorsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php',
|
771 |
-
'Squiz_Sniffs_PHP_CommentedOutCodeSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php',
|
772 |
-
'Squiz_Sniffs_PHP_DisallowBooleanStatementSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php',
|
773 |
-
'Squiz_Sniffs_PHP_DisallowComparisonAssignmentSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php',
|
774 |
-
'Squiz_Sniffs_PHP_DisallowInlineIfSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php',
|
775 |
-
'Squiz_Sniffs_PHP_DisallowMultipleAssignmentsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php',
|
776 |
-
'Squiz_Sniffs_PHP_DisallowObEndFlushSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php',
|
777 |
-
'Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php',
|
778 |
-
'Squiz_Sniffs_PHP_DiscouragedFunctionsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php',
|
779 |
-
'Squiz_Sniffs_PHP_EmbeddedPhpSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php',
|
780 |
-
'Squiz_Sniffs_PHP_EvalSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php',
|
781 |
-
'Squiz_Sniffs_PHP_ForbiddenFunctionsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php',
|
782 |
-
'Squiz_Sniffs_PHP_GlobalKeywordSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php',
|
783 |
-
'Squiz_Sniffs_PHP_HeredocSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php',
|
784 |
-
'Squiz_Sniffs_PHP_InnerFunctionsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php',
|
785 |
-
'Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php',
|
786 |
-
'Squiz_Sniffs_PHP_NonExecutableCodeSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php',
|
787 |
-
'Squiz_Sniffs_Scope_MemberVarScopeSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php',
|
788 |
-
'Squiz_Sniffs_Scope_MethodScopeSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php',
|
789 |
-
'Squiz_Sniffs_Scope_StaticThisUsageSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php',
|
790 |
-
'Squiz_Sniffs_Strings_ConcatenationSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php',
|
791 |
-
'Squiz_Sniffs_Strings_DoubleQuoteUsageSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php',
|
792 |
-
'Squiz_Sniffs_Strings_EchoedStringsSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php',
|
793 |
-
'Squiz_Sniffs_WhiteSpace_CastSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php',
|
794 |
-
'Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php',
|
795 |
-
'Squiz_Sniffs_WhiteSpace_FunctionClosingBraceSpaceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php',
|
796 |
-
'Squiz_Sniffs_WhiteSpace_FunctionOpeningBraceSpaceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php',
|
797 |
-
'Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php',
|
798 |
-
'Squiz_Sniffs_WhiteSpace_LanguageConstructSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php',
|
799 |
-
'Squiz_Sniffs_WhiteSpace_LogicalOperatorSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php',
|
800 |
-
'Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php',
|
801 |
-
'Squiz_Sniffs_WhiteSpace_ObjectOperatorSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php',
|
802 |
-
'Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php',
|
803 |
-
'Squiz_Sniffs_WhiteSpace_PropertyLabelSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php',
|
804 |
-
'Squiz_Sniffs_WhiteSpace_ScopeClosingBraceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php',
|
805 |
-
'Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php',
|
806 |
-
'Squiz_Sniffs_WhiteSpace_SemicolonSpacingSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php',
|
807 |
-
'Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php',
|
808 |
-
'Text_Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php',
|
809 |
-
'Zend_Sniffs_Debug_CodeAnalyzerSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php',
|
810 |
-
'Zend_Sniffs_Files_ClosingTagSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php',
|
811 |
-
'Zend_Sniffs_NamingConventions_ValidVariableNameSniff' => __DIR__ . '/..' . '/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php',
|
812 |
);
|
813 |
|
814 |
public static function getInitializer(ClassLoader $loader)
|
815 |
{
|
816 |
return \Closure::bind(function () use ($loader) {
|
817 |
-
$loader->prefixLengthsPsr4 =
|
818 |
-
$loader->prefixDirsPsr4 =
|
819 |
-
$loader->prefixesPsr0 =
|
820 |
-
$loader->classMap =
|
821 |
|
822 |
}, null, ClassLoader::class);
|
823 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit59741244b4fb16d576156183e16a8bbf
|
8 |
{
|
9 |
+
public static $files = array (
|
10 |
+
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
11 |
+
);
|
12 |
+
|
13 |
public static $prefixLengthsPsr4 = array (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
'S' =>
|
15 |
array (
|
16 |
+
'Symfony\\Polyfill\\Ctype\\' => 23,
|
17 |
'Symfony\\Component\\Yaml\\' => 23,
|
18 |
),
|
19 |
'P' =>
|
20 |
array (
|
21 |
'Psr\\Log\\' => 8,
|
|
|
|
|
|
|
|
|
|
|
22 |
),
|
23 |
'C' =>
|
24 |
array (
|
27 |
);
|
28 |
|
29 |
public static $prefixDirsPsr4 = array (
|
30 |
+
'Symfony\\Polyfill\\Ctype\\' =>
|
31 |
array (
|
32 |
+
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
),
|
34 |
'Symfony\\Component\\Yaml\\' =>
|
35 |
array (
|
39 |
array (
|
40 |
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
41 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
'CF\\' =>
|
43 |
array (
|
44 |
0 => __DIR__ . '/../..' . '/src',
|
47 |
);
|
48 |
|
49 |
public static $prefixesPsr0 = array (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
'C' =>
|
51 |
array (
|
52 |
'CloudFlare\\' =>
|
57 |
);
|
58 |
|
59 |
public static $classMap = array (
|
60 |
+
'CF\\API\\APIInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/APIInterface.php',
|
61 |
+
'CF\\API\\AbstractAPIClient' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/AbstractAPIClient.php',
|
62 |
+
'CF\\API\\AbstractPluginActions' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/AbstractPluginActions.php',
|
63 |
+
'CF\\API\\Client' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/Client.php',
|
64 |
+
'CF\\API\\DefaultHttpClient' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/DefaultHttpClient.php',
|
65 |
+
'CF\\API\\Exception\\CloudFlareException' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/Exception/CloudFlareException.php',
|
66 |
+
'CF\\API\\Exception\\ZoneSettingFailException' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/Exception/ZoneSettingFailException.php',
|
67 |
+
'CF\\API\\Host' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/Host.php',
|
68 |
+
'CF\\API\\HttpClientInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/HttpClientInterface.php',
|
69 |
+
'CF\\API\\Plugin' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/Plugin.php',
|
70 |
+
'CF\\API\\PluginRoutes' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/PluginRoutes.php',
|
71 |
+
'CF\\API\\Request' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/API/Request.php',
|
72 |
+
'CF\\API\\Test\\AbstractAPIClientTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/API/AbstractAPIClientTest.php',
|
73 |
+
'CF\\API\\Test\\AbstractPluginActionsTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/API/AbstractPluginActionsTest.php',
|
74 |
+
'CF\\API\\Test\\ClientTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/API/ClientTest.php',
|
75 |
+
'CF\\API\\Test\\DefaultHttpClientTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/API/DefaultHttpClientTest.php',
|
76 |
+
'CF\\API\\Test\\HostTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/API/HostTest.php',
|
77 |
+
'CF\\DNSRecord' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/DNSRecord.php',
|
78 |
+
'CF\\Integration\\ConfigInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/ConfigInterface.php',
|
79 |
+
'CF\\Integration\\DataStoreInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/DataStoreInterface.php',
|
80 |
+
'CF\\Integration\\DefaultConfig' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/DefaultConfig.php',
|
81 |
+
'CF\\Integration\\DefaultIntegration' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/DefaultIntegration.php',
|
82 |
+
'CF\\Integration\\DefaultLogger' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/DefaultLogger.php',
|
83 |
+
'CF\\Integration\\IntegrationAPIInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/IntegrationAPIInterface.php',
|
84 |
+
'CF\\Integration\\IntegrationInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Integration/IntegrationInterface.php',
|
85 |
+
'CF\\Integration\\Test\\DefaultConfigTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/Integration/DefaultConfigTest.php',
|
86 |
+
'CF\\Integration\\Test\\DefaultLoggerTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/Integration/DefaultLoggerTest.php',
|
87 |
+
'CF\\Router\\DefaultRestAPIRouter' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Router/DefaultRestAPIRouter.php',
|
88 |
+
'CF\\Router\\RequestRouter' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Router/RequestRouter.php',
|
89 |
+
'CF\\Router\\RouterInterface' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Router/RouterInterface.php',
|
90 |
+
'CF\\Router\\Test\\DefaultRestAPIRouterTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/Router/DefaultRestAPIRouterTest.php',
|
91 |
+
'CF\\Router\\Test\\RequestRouterTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/Router/RequestRouterTest.php',
|
92 |
+
'CF\\SecurityUtil' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/SecurityUtil.php',
|
93 |
+
'CF\\SecurityUtilTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/SecurityUtilTest.php',
|
94 |
+
'CF\\Test\\API\\PluginTest' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Test/API/PluginTest.php',
|
95 |
+
'CF\\Test\\WordPress\\DataStoreTest' => __DIR__ . '/../..' . '/src/Test/WordPress/DataStoreTest.php',
|
96 |
+
'CF\\Test\\WordPress\\HooksTest' => __DIR__ . '/../..' . '/src/Test/WordPress/HooksTest.php',
|
97 |
+
'CF\\Test\\WordPress\\PlansTest' => __DIR__ . '/../..' . '/src/Test/WordPress/PlansTest.php',
|
98 |
+
'CF\\Test\\WordPress\\ProxyTest' => __DIR__ . '/../..' . '/src/Test/WordPress/ProxyTest.php',
|
99 |
+
'CF\\Test\\WordPress\\UtilsTest' => __DIR__ . '/../..' . '/src/Test/WordPress/UtilsTest.php',
|
100 |
+
'CF\\Test\\WordPress\\WordPressAPITest' => __DIR__ . '/../..' . '/src/Test/WordPress/WordPressAPITest.php',
|
101 |
+
'CF\\Utils' => __DIR__ . '/..' . '/cloudflare/cloudflare-plugin-backend/src/Utils.php',
|
102 |
+
'CF\\WordPress\\ClientActions' => __DIR__ . '/../..' . '/src/WordPress/ClientActions.php',
|
103 |
+
'CF\\WordPress\\ClientRoutes' => __DIR__ . '/../..' . '/src/WordPress/ClientRoutes.php',
|
104 |
+
'CF\\WordPress\\Constants\\Exceptions\\ZoneSettingFailException' => __DIR__ . '/../..' . '/src/WordPress/Constants/Exceptions/ZoneSettingFailException.php',
|
105 |
+
'CF\\WordPress\\Constants\\Plans' => __DIR__ . '/../..' . '/src/WordPress/Constants/Plans.php',
|
106 |
+
'CF\\WordPress\\DataStore' => __DIR__ . '/../..' . '/src/WordPress/DataStore.php',
|
107 |
+
'CF\\WordPress\\HTTP2ServerPush' => __DIR__ . '/../..' . '/src/WordPress/HTTP2ServerPush.php',
|
108 |
+
'CF\\WordPress\\Hooks' => __DIR__ . '/../..' . '/src/WordPress/Hooks.php',
|
109 |
+
'CF\\WordPress\\PluginActions' => __DIR__ . '/../..' . '/src/WordPress/PluginActions.php',
|
110 |
+
'CF\\WordPress\\PluginRoutes' => __DIR__ . '/../..' . '/src/WordPress/PluginRoutes.php',
|
111 |
+
'CF\\WordPress\\Proxy' => __DIR__ . '/../..' . '/src/WordPress/Proxy.php',
|
112 |
+
'CF\\WordPress\\Test\\ClientActionsTest' => __DIR__ . '/../..' . '/src/Test/WordPress/ClientActionsTest.php',
|
113 |
+
'CF\\WordPress\\Test\\PluginActionsTest' => __DIR__ . '/../..' . '/src/Test/WordPress/PluginActionsTest.php',
|
114 |
+
'CF\\WordPress\\Utils' => __DIR__ . '/../..' . '/src/WordPress/Utils.php',
|
115 |
+
'CF\\WordPress\\WordPressAPI' => __DIR__ . '/../..' . '/src/WordPress/WordPressAPI.php',
|
116 |
+
'CF\\WordPress\\WordPressClientAPI' => __DIR__ . '/../..' . '/src/WordPress/WordPressClientAPI.php',
|
117 |
+
'CF\\WordPress\\WordPressWrapper' => __DIR__ . '/../..' . '/src/WordPress/WordPressWrapper.php',
|
118 |
+
'CloudFlare\\IpRewrite' => __DIR__ . '/..' . '/cloudflare/cf-ip-rewrite/src/CloudFlare/IpRewrite.php',
|
119 |
+
'CloudFlare\\IpUtils' => __DIR__ . '/..' . '/cloudflare/cf-ip-rewrite/src/CloudFlare/IpUtils.php',
|
120 |
+
'Psr\\Log\\AbstractLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/AbstractLogger.php',
|
121 |
+
'Psr\\Log\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/log/Psr/Log/InvalidArgumentException.php',
|
122 |
+
'Psr\\Log\\LogLevel' => __DIR__ . '/..' . '/psr/log/Psr/Log/LogLevel.php',
|
123 |
+
'Psr\\Log\\LoggerAwareInterface' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerAwareInterface.php',
|
124 |
+
'Psr\\Log\\LoggerAwareTrait' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerAwareTrait.php',
|
125 |
+
'Psr\\Log\\LoggerInterface' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerInterface.php',
|
126 |
+
'Psr\\Log\\LoggerTrait' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerTrait.php',
|
127 |
+
'Psr\\Log\\NullLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/NullLogger.php',
|
128 |
+
'Psr\\Log\\Test\\DummyTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/DummyTest.php',
|
129 |
+
'Psr\\Log\\Test\\LoggerInterfaceTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
|
130 |
+
'Psr\\Log\\Test\\TestLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/TestLogger.php',
|
131 |
+
'Symfony\\Component\\Yaml\\Dumper' => __DIR__ . '/..' . '/symfony/yaml/Dumper.php',
|
132 |
+
'Symfony\\Component\\Yaml\\Escaper' => __DIR__ . '/..' . '/symfony/yaml/Escaper.php',
|
133 |
+
'Symfony\\Component\\Yaml\\Exception\\DumpException' => __DIR__ . '/..' . '/symfony/yaml/Exception/DumpException.php',
|
134 |
+
'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/yaml/Exception/ExceptionInterface.php',
|
135 |
+
'Symfony\\Component\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/symfony/yaml/Exception/ParseException.php',
|
136 |
+
'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/yaml/Exception/RuntimeException.php',
|
137 |
+
'Symfony\\Component\\Yaml\\Inline' => __DIR__ . '/..' . '/symfony/yaml/Inline.php',
|
138 |
+
'Symfony\\Component\\Yaml\\Parser' => __DIR__ . '/..' . '/symfony/yaml/Parser.php',
|
139 |
+
'Symfony\\Component\\Yaml\\Unescaper' => __DIR__ . '/..' . '/symfony/yaml/Unescaper.php',
|
140 |
+
'Symfony\\Component\\Yaml\\Yaml' => __DIR__ . '/..' . '/symfony/yaml/Yaml.php',
|
141 |
+
'Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
);
|
143 |
|
144 |
public static function getInitializer(ClassLoader $loader)
|
145 |
{
|
146 |
return \Closure::bind(function () use ($loader) {
|
147 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit59741244b4fb16d576156183e16a8bbf::$prefixLengthsPsr4;
|
148 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit59741244b4fb16d576156183e16a8bbf::$prefixDirsPsr4;
|
149 |
+
$loader->prefixesPsr0 = ComposerStaticInit59741244b4fb16d576156183e16a8bbf::$prefixesPsr0;
|
150 |
+
$loader->classMap = ComposerStaticInit59741244b4fb16d576156183e16a8bbf::$classMap;
|
151 |
|
152 |
}, null, ClassLoader::class);
|
153 |
}
|
vendor/composer/installed.json
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
"phpunit/phpunit": "4.8.*",
|
70 |
"squizlabs/php_codesniffer": "2.*"
|
71 |
},
|
72 |
-
"time": "
|
73 |
"type": "library",
|
74 |
"installation-source": "source",
|
75 |
"autoload": {
|
@@ -84,1485 +84,152 @@
|
|
84 |
"description": "A PHP backend for Cloudflare plugins."
|
85 |
},
|
86 |
{
|
87 |
-
"name": "
|
88 |
-
"version": "1.
|
89 |
-
"version_normalized": "1.
|
90 |
-
"source": {
|
91 |
-
"type": "git",
|
92 |
-
"url": "https://github.com/doctrine/instantiator.git",
|
93 |
-
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
94 |
-
},
|
95 |
-
"dist": {
|
96 |
-
"type": "zip",
|
97 |
-
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
98 |
-
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
99 |
-
"shasum": ""
|
100 |
-
},
|
101 |
-
"require": {
|
102 |
-
"php": ">=5.3,<8.0-DEV"
|
103 |
-
},
|
104 |
-
"require-dev": {
|
105 |
-
"athletic/athletic": "~0.1.8",
|
106 |
-
"ext-pdo": "*",
|
107 |
-
"ext-phar": "*",
|
108 |
-
"phpunit/phpunit": "~4.0",
|
109 |
-
"squizlabs/php_codesniffer": "~2.0"
|
110 |
-
},
|
111 |
-
"time": "2015-06-14T21:17:01+00:00",
|
112 |
-
"type": "library",
|
113 |
-
"extra": {
|
114 |
-
"branch-alias": {
|
115 |
-
"dev-master": "1.0.x-dev"
|
116 |
-
}
|
117 |
-
},
|
118 |
-
"installation-source": "dist",
|
119 |
-
"autoload": {
|
120 |
-
"psr-4": {
|
121 |
-
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
122 |
-
}
|
123 |
-
},
|
124 |
-
"notification-url": "https://packagist.org/downloads/",
|
125 |
-
"license": [
|
126 |
-
"MIT"
|
127 |
-
],
|
128 |
-
"authors": [
|
129 |
-
{
|
130 |
-
"name": "Marco Pivetta",
|
131 |
-
"email": "ocramius@gmail.com",
|
132 |
-
"homepage": "http://ocramius.github.com/"
|
133 |
-
}
|
134 |
-
],
|
135 |
-
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
136 |
-
"homepage": "https://github.com/doctrine/instantiator",
|
137 |
-
"keywords": [
|
138 |
-
"constructor",
|
139 |
-
"instantiate"
|
140 |
-
]
|
141 |
-
},
|
142 |
-
{
|
143 |
-
"name": "johnkary/phpunit-speedtrap",
|
144 |
-
"version": "v1.0.1",
|
145 |
-
"version_normalized": "1.0.1.0",
|
146 |
-
"source": {
|
147 |
-
"type": "git",
|
148 |
-
"url": "https://github.com/johnkary/phpunit-speedtrap.git",
|
149 |
-
"reference": "76a26f8a903a9434608cdad2b41c40cd134ea326"
|
150 |
-
},
|
151 |
-
"dist": {
|
152 |
-
"type": "zip",
|
153 |
-
"url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326",
|
154 |
-
"reference": "76a26f8a903a9434608cdad2b41c40cd134ea326",
|
155 |
-
"shasum": ""
|
156 |
-
},
|
157 |
-
"require": {
|
158 |
-
"php": ">=5.3.0"
|
159 |
-
},
|
160 |
-
"require-dev": {
|
161 |
-
"phpunit/phpunit": "3.7.*|~4.0"
|
162 |
-
},
|
163 |
-
"time": "2015-09-13T19:01:00+00:00",
|
164 |
-
"type": "library",
|
165 |
-
"extra": {
|
166 |
-
"branch-alias": {
|
167 |
-
"dev-master": "1.0-dev"
|
168 |
-
}
|
169 |
-
},
|
170 |
-
"installation-source": "dist",
|
171 |
-
"autoload": {
|
172 |
-
"psr-0": {
|
173 |
-
"JohnKary": "src/"
|
174 |
-
}
|
175 |
-
},
|
176 |
-
"notification-url": "https://packagist.org/downloads/",
|
177 |
-
"license": [
|
178 |
-
"MIT"
|
179 |
-
],
|
180 |
-
"authors": [
|
181 |
-
{
|
182 |
-
"name": "John Kary",
|
183 |
-
"email": "john@johnkary.net"
|
184 |
-
}
|
185 |
-
],
|
186 |
-
"description": "Find slow tests in your PHPUnit test suite",
|
187 |
-
"homepage": "https://github.com/johnkary/phpunit-speedtrap",
|
188 |
-
"keywords": [
|
189 |
-
"phpunit",
|
190 |
-
"profile",
|
191 |
-
"slow"
|
192 |
-
]
|
193 |
-
},
|
194 |
-
{
|
195 |
-
"name": "php-mock/php-mock",
|
196 |
-
"version": "1.0.1",
|
197 |
-
"version_normalized": "1.0.1.0",
|
198 |
-
"source": {
|
199 |
-
"type": "git",
|
200 |
-
"url": "https://github.com/php-mock/php-mock.git",
|
201 |
-
"reference": "bfa2d17d64dbf129073a7ba2051a96ce52749570"
|
202 |
-
},
|
203 |
-
"dist": {
|
204 |
-
"type": "zip",
|
205 |
-
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/bfa2d17d64dbf129073a7ba2051a96ce52749570",
|
206 |
-
"reference": "bfa2d17d64dbf129073a7ba2051a96ce52749570",
|
207 |
-
"shasum": ""
|
208 |
-
},
|
209 |
-
"require": {
|
210 |
-
"php": ">=5.5",
|
211 |
-
"phpunit/php-text-template": "^1"
|
212 |
-
},
|
213 |
-
"replace": {
|
214 |
-
"malkusch/php-mock": "*"
|
215 |
-
},
|
216 |
-
"require-dev": {
|
217 |
-
"phpunit/phpunit": "^4|^5"
|
218 |
-
},
|
219 |
-
"suggest": {
|
220 |
-
"php-mock/php-mock-mockery": "Allows using PHPMockery for Mockery integration",
|
221 |
-
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
|
222 |
-
},
|
223 |
-
"time": "2015-11-11T22:37:09+00:00",
|
224 |
-
"type": "library",
|
225 |
-
"installation-source": "dist",
|
226 |
-
"autoload": {
|
227 |
-
"psr-4": {
|
228 |
-
"phpmock\\": [
|
229 |
-
"classes/",
|
230 |
-
"tests/unit/"
|
231 |
-
]
|
232 |
-
}
|
233 |
-
},
|
234 |
-
"notification-url": "https://packagist.org/downloads/",
|
235 |
-
"license": [
|
236 |
-
"WTFPL"
|
237 |
-
],
|
238 |
-
"authors": [
|
239 |
-
{
|
240 |
-
"name": "Markus Malkusch",
|
241 |
-
"email": "markus@malkusch.de",
|
242 |
-
"homepage": "http://markus.malkusch.de",
|
243 |
-
"role": "Developer"
|
244 |
-
}
|
245 |
-
],
|
246 |
-
"description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
|
247 |
-
"homepage": "https://github.com/php-mock/php-mock",
|
248 |
-
"keywords": [
|
249 |
-
"BDD",
|
250 |
-
"TDD",
|
251 |
-
"function",
|
252 |
-
"mock",
|
253 |
-
"stub",
|
254 |
-
"test",
|
255 |
-
"test double"
|
256 |
-
]
|
257 |
-
},
|
258 |
-
{
|
259 |
-
"name": "php-mock/php-mock-integration",
|
260 |
-
"version": "1.0.0",
|
261 |
-
"version_normalized": "1.0.0.0",
|
262 |
-
"source": {
|
263 |
-
"type": "git",
|
264 |
-
"url": "https://github.com/php-mock/php-mock-integration.git",
|
265 |
-
"reference": "e83fb65dd20cd3cf250d554cbd4682b96b684f4b"
|
266 |
-
},
|
267 |
-
"dist": {
|
268 |
-
"type": "zip",
|
269 |
-
"url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/e83fb65dd20cd3cf250d554cbd4682b96b684f4b",
|
270 |
-
"reference": "e83fb65dd20cd3cf250d554cbd4682b96b684f4b",
|
271 |
-
"shasum": ""
|
272 |
-
},
|
273 |
-
"require": {
|
274 |
-
"php": ">=5.5",
|
275 |
-
"php-mock/php-mock": "^1",
|
276 |
-
"phpunit/php-text-template": "^1"
|
277 |
-
},
|
278 |
-
"require-dev": {
|
279 |
-
"phpunit/phpunit": "^4|^5"
|
280 |
-
},
|
281 |
-
"time": "2015-10-26T21:21:42+00:00",
|
282 |
-
"type": "library",
|
283 |
-
"installation-source": "dist",
|
284 |
-
"autoload": {
|
285 |
-
"psr-4": {
|
286 |
-
"phpmock\\integration\\": "classes/"
|
287 |
-
}
|
288 |
-
},
|
289 |
-
"notification-url": "https://packagist.org/downloads/",
|
290 |
-
"license": [
|
291 |
-
"WTFPL"
|
292 |
-
],
|
293 |
-
"authors": [
|
294 |
-
{
|
295 |
-
"name": "Markus Malkusch",
|
296 |
-
"email": "markus@malkusch.de",
|
297 |
-
"homepage": "http://markus.malkusch.de",
|
298 |
-
"role": "Developer"
|
299 |
-
}
|
300 |
-
],
|
301 |
-
"description": "Integration package for PHP-Mock",
|
302 |
-
"homepage": "https://github.com/php-mock/php-mock-integration",
|
303 |
-
"keywords": [
|
304 |
-
"BDD",
|
305 |
-
"TDD",
|
306 |
-
"function",
|
307 |
-
"mock",
|
308 |
-
"stub",
|
309 |
-
"test",
|
310 |
-
"test double"
|
311 |
-
]
|
312 |
-
},
|
313 |
-
{
|
314 |
-
"name": "php-mock/php-mock-phpunit",
|
315 |
-
"version": "1.1.2",
|
316 |
-
"version_normalized": "1.1.2.0",
|
317 |
-
"source": {
|
318 |
-
"type": "git",
|
319 |
-
"url": "https://github.com/php-mock/php-mock-phpunit.git",
|
320 |
-
"reference": "359e3038c016cee4c8f8db6387bcab3fcdebada0"
|
321 |
-
},
|
322 |
-
"dist": {
|
323 |
-
"type": "zip",
|
324 |
-
"url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/359e3038c016cee4c8f8db6387bcab3fcdebada0",
|
325 |
-
"reference": "359e3038c016cee4c8f8db6387bcab3fcdebada0",
|
326 |
-
"shasum": ""
|
327 |
-
},
|
328 |
-
"require": {
|
329 |
-
"php": ">=5.5",
|
330 |
-
"php-mock/php-mock-integration": "^1",
|
331 |
-
"phpunit/phpunit": "^4.0.0 || ^5.0.0"
|
332 |
-
},
|
333 |
-
"conflict": {
|
334 |
-
"phpunit/phpunit-mock-objects": "3.2.0"
|
335 |
-
},
|
336 |
-
"time": "2016-06-15T23:36:13+00:00",
|
337 |
-
"type": "library",
|
338 |
-
"installation-source": "dist",
|
339 |
-
"autoload": {
|
340 |
-
"psr-4": {
|
341 |
-
"phpmock\\phpunit\\": "classes/"
|
342 |
-
}
|
343 |
-
},
|
344 |
-
"notification-url": "https://packagist.org/downloads/",
|
345 |
-
"license": [
|
346 |
-
"WTFPL"
|
347 |
-
],
|
348 |
-
"authors": [
|
349 |
-
{
|
350 |
-
"name": "Markus Malkusch",
|
351 |
-
"email": "markus@malkusch.de",
|
352 |
-
"homepage": "http://markus.malkusch.de",
|
353 |
-
"role": "Developer"
|
354 |
-
}
|
355 |
-
],
|
356 |
-
"description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
|
357 |
-
"homepage": "https://github.com/php-mock/php-mock-phpunit",
|
358 |
-
"keywords": [
|
359 |
-
"BDD",
|
360 |
-
"TDD",
|
361 |
-
"function",
|
362 |
-
"mock",
|
363 |
-
"phpunit",
|
364 |
-
"stub",
|
365 |
-
"test",
|
366 |
-
"test double"
|
367 |
-
]
|
368 |
-
},
|
369 |
-
{
|
370 |
-
"name": "phpdocumentor/reflection-common",
|
371 |
-
"version": "1.0",
|
372 |
-
"version_normalized": "1.0.0.0",
|
373 |
-
"source": {
|
374 |
-
"type": "git",
|
375 |
-
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
376 |
-
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
|
377 |
-
},
|
378 |
-
"dist": {
|
379 |
-
"type": "zip",
|
380 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
381 |
-
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
|
382 |
-
"shasum": ""
|
383 |
-
},
|
384 |
-
"require": {
|
385 |
-
"php": ">=5.5"
|
386 |
-
},
|
387 |
-
"require-dev": {
|
388 |
-
"phpunit/phpunit": "^4.6"
|
389 |
-
},
|
390 |
-
"time": "2015-12-27T11:43:31+00:00",
|
391 |
-
"type": "library",
|
392 |
-
"extra": {
|
393 |
-
"branch-alias": {
|
394 |
-
"dev-master": "1.0.x-dev"
|
395 |
-
}
|
396 |
-
},
|
397 |
-
"installation-source": "dist",
|
398 |
-
"autoload": {
|
399 |
-
"psr-4": {
|
400 |
-
"phpDocumentor\\Reflection\\": [
|
401 |
-
"src"
|
402 |
-
]
|
403 |
-
}
|
404 |
-
},
|
405 |
-
"notification-url": "https://packagist.org/downloads/",
|
406 |
-
"license": [
|
407 |
-
"MIT"
|
408 |
-
],
|
409 |
-
"authors": [
|
410 |
-
{
|
411 |
-
"name": "Jaap van Otterdijk",
|
412 |
-
"email": "opensource@ijaap.nl"
|
413 |
-
}
|
414 |
-
],
|
415 |
-
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
416 |
-
"homepage": "http://www.phpdoc.org",
|
417 |
-
"keywords": [
|
418 |
-
"FQSEN",
|
419 |
-
"phpDocumentor",
|
420 |
-
"phpdoc",
|
421 |
-
"reflection",
|
422 |
-
"static analysis"
|
423 |
-
]
|
424 |
-
},
|
425 |
-
{
|
426 |
-
"name": "phpdocumentor/reflection-docblock",
|
427 |
-
"version": "3.1.1",
|
428 |
-
"version_normalized": "3.1.1.0",
|
429 |
-
"source": {
|
430 |
-
"type": "git",
|
431 |
-
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
432 |
-
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
|
433 |
-
},
|
434 |
-
"dist": {
|
435 |
-
"type": "zip",
|
436 |
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
|
437 |
-
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
|
438 |
-
"shasum": ""
|
439 |
-
},
|
440 |
-
"require": {
|
441 |
-
"php": ">=5.5",
|
442 |
-
"phpdocumentor/reflection-common": "^1.0@dev",
|
443 |
-
"phpdocumentor/type-resolver": "^0.2.0",
|
444 |
-
"webmozart/assert": "^1.0"
|
445 |
-
},
|
446 |
-
"require-dev": {
|
447 |
-
"mockery/mockery": "^0.9.4",
|
448 |
-
"phpunit/phpunit": "^4.4"
|
449 |
-
},
|
450 |
-
"time": "2016-09-30T07:12:33+00:00",
|
451 |
-
"type": "library",
|
452 |
-
"installation-source": "dist",
|
453 |
-
"autoload": {
|
454 |
-
"psr-4": {
|
455 |
-
"phpDocumentor\\Reflection\\": [
|
456 |
-
"src/"
|
457 |
-
]
|
458 |
-
}
|
459 |
-
},
|
460 |
-
"notification-url": "https://packagist.org/downloads/",
|
461 |
-
"license": [
|
462 |
-
"MIT"
|
463 |
-
],
|
464 |
-
"authors": [
|
465 |
-
{
|
466 |
-
"name": "Mike van Riel",
|
467 |
-
"email": "me@mikevanriel.com"
|
468 |
-
}
|
469 |
-
],
|
470 |
-
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
|
471 |
-
},
|
472 |
-
{
|
473 |
-
"name": "phpdocumentor/type-resolver",
|
474 |
-
"version": "0.2.1",
|
475 |
-
"version_normalized": "0.2.1.0",
|
476 |
-
"source": {
|
477 |
-
"type": "git",
|
478 |
-
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
479 |
-
"reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
|
480 |
-
},
|
481 |
-
"dist": {
|
482 |
-
"type": "zip",
|
483 |
-
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
|
484 |
-
"reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
|
485 |
-
"shasum": ""
|
486 |
-
},
|
487 |
-
"require": {
|
488 |
-
"php": ">=5.5",
|
489 |
-
"phpdocumentor/reflection-common": "^1.0"
|
490 |
-
},
|
491 |
-
"require-dev": {
|
492 |
-
"mockery/mockery": "^0.9.4",
|
493 |
-
"phpunit/phpunit": "^5.2||^4.8.24"
|
494 |
-
},
|
495 |
-
"time": "2016-11-25T06:54:22+00:00",
|
496 |
-
"type": "library",
|
497 |
-
"extra": {
|
498 |
-
"branch-alias": {
|
499 |
-
"dev-master": "1.0.x-dev"
|
500 |
-
}
|
501 |
-
},
|
502 |
-
"installation-source": "dist",
|
503 |
-
"autoload": {
|
504 |
-
"psr-4": {
|
505 |
-
"phpDocumentor\\Reflection\\": [
|
506 |
-
"src/"
|
507 |
-
]
|
508 |
-
}
|
509 |
-
},
|
510 |
-
"notification-url": "https://packagist.org/downloads/",
|
511 |
-
"license": [
|
512 |
-
"MIT"
|
513 |
-
],
|
514 |
-
"authors": [
|
515 |
-
{
|
516 |
-
"name": "Mike van Riel",
|
517 |
-
"email": "me@mikevanriel.com"
|
518 |
-
}
|
519 |
-
]
|
520 |
-
},
|
521 |
-
{
|
522 |
-
"name": "phpspec/prophecy",
|
523 |
-
"version": "v1.6.2",
|
524 |
-
"version_normalized": "1.6.2.0",
|
525 |
-
"source": {
|
526 |
-
"type": "git",
|
527 |
-
"url": "https://github.com/phpspec/prophecy.git",
|
528 |
-
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
|
529 |
-
},
|
530 |
-
"dist": {
|
531 |
-
"type": "zip",
|
532 |
-
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
|
533 |
-
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
|
534 |
-
"shasum": ""
|
535 |
-
},
|
536 |
-
"require": {
|
537 |
-
"doctrine/instantiator": "^1.0.2",
|
538 |
-
"php": "^5.3|^7.0",
|
539 |
-
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
|
540 |
-
"sebastian/comparator": "^1.1",
|
541 |
-
"sebastian/recursion-context": "^1.0|^2.0"
|
542 |
-
},
|
543 |
-
"require-dev": {
|
544 |
-
"phpspec/phpspec": "^2.0",
|
545 |
-
"phpunit/phpunit": "^4.8 || ^5.6.5"
|
546 |
-
},
|
547 |
-
"time": "2016-11-21T14:58:47+00:00",
|
548 |
-
"type": "library",
|
549 |
-
"extra": {
|
550 |
-
"branch-alias": {
|
551 |
-
"dev-master": "1.6.x-dev"
|
552 |
-
}
|
553 |
-
},
|
554 |
-
"installation-source": "dist",
|
555 |
-
"autoload": {
|
556 |
-
"psr-0": {
|
557 |
-
"Prophecy\\": "src/"
|
558 |
-
}
|
559 |
-
},
|
560 |
-
"notification-url": "https://packagist.org/downloads/",
|
561 |
-
"license": [
|
562 |
-
"MIT"
|
563 |
-
],
|
564 |
-
"authors": [
|
565 |
-
{
|
566 |
-
"name": "Konstantin Kudryashov",
|
567 |
-
"email": "ever.zet@gmail.com",
|
568 |
-
"homepage": "http://everzet.com"
|
569 |
-
},
|
570 |
-
{
|
571 |
-
"name": "Marcello Duarte",
|
572 |
-
"email": "marcello.duarte@gmail.com"
|
573 |
-
}
|
574 |
-
],
|
575 |
-
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
576 |
-
"homepage": "https://github.com/phpspec/prophecy",
|
577 |
-
"keywords": [
|
578 |
-
"Double",
|
579 |
-
"Dummy",
|
580 |
-
"fake",
|
581 |
-
"mock",
|
582 |
-
"spy",
|
583 |
-
"stub"
|
584 |
-
]
|
585 |
-
},
|
586 |
-
{
|
587 |
-
"name": "phpunit/php-code-coverage",
|
588 |
-
"version": "2.2.4",
|
589 |
-
"version_normalized": "2.2.4.0",
|
590 |
-
"source": {
|
591 |
-
"type": "git",
|
592 |
-
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
593 |
-
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
594 |
-
},
|
595 |
-
"dist": {
|
596 |
-
"type": "zip",
|
597 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
598 |
-
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
599 |
-
"shasum": ""
|
600 |
-
},
|
601 |
-
"require": {
|
602 |
-
"php": ">=5.3.3",
|
603 |
-
"phpunit/php-file-iterator": "~1.3",
|
604 |
-
"phpunit/php-text-template": "~1.2",
|
605 |
-
"phpunit/php-token-stream": "~1.3",
|
606 |
-
"sebastian/environment": "^1.3.2",
|
607 |
-
"sebastian/version": "~1.0"
|
608 |
-
},
|
609 |
-
"require-dev": {
|
610 |
-
"ext-xdebug": ">=2.1.4",
|
611 |
-
"phpunit/phpunit": "~4"
|
612 |
-
},
|
613 |
-
"suggest": {
|
614 |
-
"ext-dom": "*",
|
615 |
-
"ext-xdebug": ">=2.2.1",
|
616 |
-
"ext-xmlwriter": "*"
|
617 |
-
},
|
618 |
-
"time": "2015-10-06T15:47:00+00:00",
|
619 |
-
"type": "library",
|
620 |
-
"extra": {
|
621 |
-
"branch-alias": {
|
622 |
-
"dev-master": "2.2.x-dev"
|
623 |
-
}
|
624 |
-
},
|
625 |
-
"installation-source": "dist",
|
626 |
-
"autoload": {
|
627 |
-
"classmap": [
|
628 |
-
"src/"
|
629 |
-
]
|
630 |
-
},
|
631 |
-
"notification-url": "https://packagist.org/downloads/",
|
632 |
-
"license": [
|
633 |
-
"BSD-3-Clause"
|
634 |
-
],
|
635 |
-
"authors": [
|
636 |
-
{
|
637 |
-
"name": "Sebastian Bergmann",
|
638 |
-
"email": "sb@sebastian-bergmann.de",
|
639 |
-
"role": "lead"
|
640 |
-
}
|
641 |
-
],
|
642 |
-
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
643 |
-
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
644 |
-
"keywords": [
|
645 |
-
"coverage",
|
646 |
-
"testing",
|
647 |
-
"xunit"
|
648 |
-
]
|
649 |
-
},
|
650 |
-
{
|
651 |
-
"name": "phpunit/php-file-iterator",
|
652 |
-
"version": "1.4.2",
|
653 |
-
"version_normalized": "1.4.2.0",
|
654 |
-
"source": {
|
655 |
-
"type": "git",
|
656 |
-
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
657 |
-
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
|
658 |
-
},
|
659 |
-
"dist": {
|
660 |
-
"type": "zip",
|
661 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
|
662 |
-
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
|
663 |
-
"shasum": ""
|
664 |
-
},
|
665 |
-
"require": {
|
666 |
-
"php": ">=5.3.3"
|
667 |
-
},
|
668 |
-
"time": "2016-10-03T07:40:28+00:00",
|
669 |
-
"type": "library",
|
670 |
-
"extra": {
|
671 |
-
"branch-alias": {
|
672 |
-
"dev-master": "1.4.x-dev"
|
673 |
-
}
|
674 |
-
},
|
675 |
-
"installation-source": "dist",
|
676 |
-
"autoload": {
|
677 |
-
"classmap": [
|
678 |
-
"src/"
|
679 |
-
]
|
680 |
-
},
|
681 |
-
"notification-url": "https://packagist.org/downloads/",
|
682 |
-
"license": [
|
683 |
-
"BSD-3-Clause"
|
684 |
-
],
|
685 |
-
"authors": [
|
686 |
-
{
|
687 |
-
"name": "Sebastian Bergmann",
|
688 |
-
"email": "sb@sebastian-bergmann.de",
|
689 |
-
"role": "lead"
|
690 |
-
}
|
691 |
-
],
|
692 |
-
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
693 |
-
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
694 |
-
"keywords": [
|
695 |
-
"filesystem",
|
696 |
-
"iterator"
|
697 |
-
]
|
698 |
-
},
|
699 |
-
{
|
700 |
-
"name": "phpunit/php-text-template",
|
701 |
-
"version": "1.2.1",
|
702 |
-
"version_normalized": "1.2.1.0",
|
703 |
-
"source": {
|
704 |
-
"type": "git",
|
705 |
-
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
706 |
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
707 |
-
},
|
708 |
-
"dist": {
|
709 |
-
"type": "zip",
|
710 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
711 |
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
712 |
-
"shasum": ""
|
713 |
-
},
|
714 |
-
"require": {
|
715 |
-
"php": ">=5.3.3"
|
716 |
-
},
|
717 |
-
"time": "2015-06-21T13:50:34+00:00",
|
718 |
-
"type": "library",
|
719 |
-
"installation-source": "dist",
|
720 |
-
"autoload": {
|
721 |
-
"classmap": [
|
722 |
-
"src/"
|
723 |
-
]
|
724 |
-
},
|
725 |
-
"notification-url": "https://packagist.org/downloads/",
|
726 |
-
"license": [
|
727 |
-
"BSD-3-Clause"
|
728 |
-
],
|
729 |
-
"authors": [
|
730 |
-
{
|
731 |
-
"name": "Sebastian Bergmann",
|
732 |
-
"email": "sebastian@phpunit.de",
|
733 |
-
"role": "lead"
|
734 |
-
}
|
735 |
-
],
|
736 |
-
"description": "Simple template engine.",
|
737 |
-
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
738 |
-
"keywords": [
|
739 |
-
"template"
|
740 |
-
]
|
741 |
-
},
|
742 |
-
{
|
743 |
-
"name": "phpunit/php-timer",
|
744 |
-
"version": "1.0.9",
|
745 |
-
"version_normalized": "1.0.9.0",
|
746 |
-
"source": {
|
747 |
-
"type": "git",
|
748 |
-
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
749 |
-
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
750 |
-
},
|
751 |
-
"dist": {
|
752 |
-
"type": "zip",
|
753 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
754 |
-
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
755 |
-
"shasum": ""
|
756 |
-
},
|
757 |
-
"require": {
|
758 |
-
"php": "^5.3.3 || ^7.0"
|
759 |
-
},
|
760 |
-
"require-dev": {
|
761 |
-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
762 |
-
},
|
763 |
-
"time": "2017-02-26T11:10:40+00:00",
|
764 |
-
"type": "library",
|
765 |
-
"extra": {
|
766 |
-
"branch-alias": {
|
767 |
-
"dev-master": "1.0-dev"
|
768 |
-
}
|
769 |
-
},
|
770 |
-
"installation-source": "dist",
|
771 |
-
"autoload": {
|
772 |
-
"classmap": [
|
773 |
-
"src/"
|
774 |
-
]
|
775 |
-
},
|
776 |
-
"notification-url": "https://packagist.org/downloads/",
|
777 |
-
"license": [
|
778 |
-
"BSD-3-Clause"
|
779 |
-
],
|
780 |
-
"authors": [
|
781 |
-
{
|
782 |
-
"name": "Sebastian Bergmann",
|
783 |
-
"email": "sb@sebastian-bergmann.de",
|
784 |
-
"role": "lead"
|
785 |
-
}
|
786 |
-
],
|
787 |
-
"description": "Utility class for timing",
|
788 |
-
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
789 |
-
"keywords": [
|
790 |
-
"timer"
|
791 |
-
]
|
792 |
-
},
|
793 |
-
{
|
794 |
-
"name": "phpunit/php-token-stream",
|
795 |
-
"version": "1.4.11",
|
796 |
-
"version_normalized": "1.4.11.0",
|
797 |
-
"source": {
|
798 |
-
"type": "git",
|
799 |
-
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
800 |
-
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
|
801 |
-
},
|
802 |
-
"dist": {
|
803 |
-
"type": "zip",
|
804 |
-
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
|
805 |
-
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
|
806 |
-
"shasum": ""
|
807 |
-
},
|
808 |
-
"require": {
|
809 |
-
"ext-tokenizer": "*",
|
810 |
-
"php": ">=5.3.3"
|
811 |
-
},
|
812 |
-
"require-dev": {
|
813 |
-
"phpunit/phpunit": "~4.2"
|
814 |
-
},
|
815 |
-
"time": "2017-02-27T10:12:30+00:00",
|
816 |
-
"type": "library",
|
817 |
-
"extra": {
|
818 |
-
"branch-alias": {
|
819 |
-
"dev-master": "1.4-dev"
|
820 |
-
}
|
821 |
-
},
|
822 |
-
"installation-source": "dist",
|
823 |
-
"autoload": {
|
824 |
-
"classmap": [
|
825 |
-
"src/"
|
826 |
-
]
|
827 |
-
},
|
828 |
-
"notification-url": "https://packagist.org/downloads/",
|
829 |
-
"license": [
|
830 |
-
"BSD-3-Clause"
|
831 |
-
],
|
832 |
-
"authors": [
|
833 |
-
{
|
834 |
-
"name": "Sebastian Bergmann",
|
835 |
-
"email": "sebastian@phpunit.de"
|
836 |
-
}
|
837 |
-
],
|
838 |
-
"description": "Wrapper around PHP's tokenizer extension.",
|
839 |
-
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
840 |
-
"keywords": [
|
841 |
-
"tokenizer"
|
842 |
-
]
|
843 |
-
},
|
844 |
-
{
|
845 |
-
"name": "phpunit/phpunit",
|
846 |
-
"version": "4.8.35",
|
847 |
-
"version_normalized": "4.8.35.0",
|
848 |
-
"source": {
|
849 |
-
"type": "git",
|
850 |
-
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
851 |
-
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
|
852 |
-
},
|
853 |
-
"dist": {
|
854 |
-
"type": "zip",
|
855 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
|
856 |
-
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
|
857 |
-
"shasum": ""
|
858 |
-
},
|
859 |
-
"require": {
|
860 |
-
"ext-dom": "*",
|
861 |
-
"ext-json": "*",
|
862 |
-
"ext-pcre": "*",
|
863 |
-
"ext-reflection": "*",
|
864 |
-
"ext-spl": "*",
|
865 |
-
"php": ">=5.3.3",
|
866 |
-
"phpspec/prophecy": "^1.3.1",
|
867 |
-
"phpunit/php-code-coverage": "~2.1",
|
868 |
-
"phpunit/php-file-iterator": "~1.4",
|
869 |
-
"phpunit/php-text-template": "~1.2",
|
870 |
-
"phpunit/php-timer": "^1.0.6",
|
871 |
-
"phpunit/phpunit-mock-objects": "~2.3",
|
872 |
-
"sebastian/comparator": "~1.2.2",
|
873 |
-
"sebastian/diff": "~1.2",
|
874 |
-
"sebastian/environment": "~1.3",
|
875 |
-
"sebastian/exporter": "~1.2",
|
876 |
-
"sebastian/global-state": "~1.0",
|
877 |
-
"sebastian/version": "~1.0",
|
878 |
-
"symfony/yaml": "~2.1|~3.0"
|
879 |
-
},
|
880 |
-
"suggest": {
|
881 |
-
"phpunit/php-invoker": "~1.1"
|
882 |
-
},
|
883 |
-
"time": "2017-02-06T05:18:07+00:00",
|
884 |
-
"bin": [
|
885 |
-
"phpunit"
|
886 |
-
],
|
887 |
-
"type": "library",
|
888 |
-
"extra": {
|
889 |
-
"branch-alias": {
|
890 |
-
"dev-master": "4.8.x-dev"
|
891 |
-
}
|
892 |
-
},
|
893 |
-
"installation-source": "dist",
|
894 |
-
"autoload": {
|
895 |
-
"classmap": [
|
896 |
-
"src/"
|
897 |
-
]
|
898 |
-
},
|
899 |
-
"notification-url": "https://packagist.org/downloads/",
|
900 |
-
"license": [
|
901 |
-
"BSD-3-Clause"
|
902 |
-
],
|
903 |
-
"authors": [
|
904 |
-
{
|
905 |
-
"name": "Sebastian Bergmann",
|
906 |
-
"email": "sebastian@phpunit.de",
|
907 |
-
"role": "lead"
|
908 |
-
}
|
909 |
-
],
|
910 |
-
"description": "The PHP Unit Testing framework.",
|
911 |
-
"homepage": "https://phpunit.de/",
|
912 |
-
"keywords": [
|
913 |
-
"phpunit",
|
914 |
-
"testing",
|
915 |
-
"xunit"
|
916 |
-
]
|
917 |
-
},
|
918 |
-
{
|
919 |
-
"name": "phpunit/phpunit-mock-objects",
|
920 |
-
"version": "2.3.8",
|
921 |
-
"version_normalized": "2.3.8.0",
|
922 |
-
"source": {
|
923 |
-
"type": "git",
|
924 |
-
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
925 |
-
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
926 |
-
},
|
927 |
-
"dist": {
|
928 |
-
"type": "zip",
|
929 |
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
930 |
-
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
931 |
-
"shasum": ""
|
932 |
-
},
|
933 |
-
"require": {
|
934 |
-
"doctrine/instantiator": "^1.0.2",
|
935 |
-
"php": ">=5.3.3",
|
936 |
-
"phpunit/php-text-template": "~1.2",
|
937 |
-
"sebastian/exporter": "~1.2"
|
938 |
-
},
|
939 |
-
"require-dev": {
|
940 |
-
"phpunit/phpunit": "~4.4"
|
941 |
-
},
|
942 |
-
"suggest": {
|
943 |
-
"ext-soap": "*"
|
944 |
-
},
|
945 |
-
"time": "2015-10-02T06:51:40+00:00",
|
946 |
-
"type": "library",
|
947 |
-
"extra": {
|
948 |
-
"branch-alias": {
|
949 |
-
"dev-master": "2.3.x-dev"
|
950 |
-
}
|
951 |
-
},
|
952 |
-
"installation-source": "dist",
|
953 |
-
"autoload": {
|
954 |
-
"classmap": [
|
955 |
-
"src/"
|
956 |
-
]
|
957 |
-
},
|
958 |
-
"notification-url": "https://packagist.org/downloads/",
|
959 |
-
"license": [
|
960 |
-
"BSD-3-Clause"
|
961 |
-
],
|
962 |
-
"authors": [
|
963 |
-
{
|
964 |
-
"name": "Sebastian Bergmann",
|
965 |
-
"email": "sb@sebastian-bergmann.de",
|
966 |
-
"role": "lead"
|
967 |
-
}
|
968 |
-
],
|
969 |
-
"description": "Mock Object library for PHPUnit",
|
970 |
-
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
971 |
-
"keywords": [
|
972 |
-
"mock",
|
973 |
-
"xunit"
|
974 |
-
],
|
975 |
-
"abandoned": true
|
976 |
-
},
|
977 |
-
{
|
978 |
-
"name": "psr/log",
|
979 |
-
"version": "1.0.2",
|
980 |
-
"version_normalized": "1.0.2.0",
|
981 |
-
"source": {
|
982 |
-
"type": "git",
|
983 |
-
"url": "https://github.com/php-fig/log.git",
|
984 |
-
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
985 |
-
},
|
986 |
-
"dist": {
|
987 |
-
"type": "zip",
|
988 |
-
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
989 |
-
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
990 |
-
"shasum": ""
|
991 |
-
},
|
992 |
-
"require": {
|
993 |
-
"php": ">=5.3.0"
|
994 |
-
},
|
995 |
-
"time": "2016-10-10T12:19:37+00:00",
|
996 |
-
"type": "library",
|
997 |
-
"extra": {
|
998 |
-
"branch-alias": {
|
999 |
-
"dev-master": "1.0.x-dev"
|
1000 |
-
}
|
1001 |
-
},
|
1002 |
-
"installation-source": "dist",
|
1003 |
-
"autoload": {
|
1004 |
-
"psr-4": {
|
1005 |
-
"Psr\\Log\\": "Psr/Log/"
|
1006 |
-
}
|
1007 |
-
},
|
1008 |
-
"notification-url": "https://packagist.org/downloads/",
|
1009 |
-
"license": [
|
1010 |
-
"MIT"
|
1011 |
-
],
|
1012 |
-
"authors": [
|
1013 |
-
{
|
1014 |
-
"name": "PHP-FIG",
|
1015 |
-
"homepage": "http://www.php-fig.org/"
|
1016 |
-
}
|
1017 |
-
],
|
1018 |
-
"description": "Common interface for logging libraries",
|
1019 |
-
"homepage": "https://github.com/php-fig/log",
|
1020 |
-
"keywords": [
|
1021 |
-
"log",
|
1022 |
-
"psr",
|
1023 |
-
"psr-3"
|
1024 |
-
]
|
1025 |
-
},
|
1026 |
-
{
|
1027 |
-
"name": "sebastian/comparator",
|
1028 |
-
"version": "1.2.4",
|
1029 |
-
"version_normalized": "1.2.4.0",
|
1030 |
-
"source": {
|
1031 |
-
"type": "git",
|
1032 |
-
"url": "https://github.com/sebastianbergmann/comparator.git",
|
1033 |
-
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
1034 |
-
},
|
1035 |
-
"dist": {
|
1036 |
-
"type": "zip",
|
1037 |
-
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
1038 |
-
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
1039 |
-
"shasum": ""
|
1040 |
-
},
|
1041 |
-
"require": {
|
1042 |
-
"php": ">=5.3.3",
|
1043 |
-
"sebastian/diff": "~1.2",
|
1044 |
-
"sebastian/exporter": "~1.2 || ~2.0"
|
1045 |
-
},
|
1046 |
-
"require-dev": {
|
1047 |
-
"phpunit/phpunit": "~4.4"
|
1048 |
-
},
|
1049 |
-
"time": "2017-01-29T09:50:25+00:00",
|
1050 |
-
"type": "library",
|
1051 |
-
"extra": {
|
1052 |
-
"branch-alias": {
|
1053 |
-
"dev-master": "1.2.x-dev"
|
1054 |
-
}
|
1055 |
-
},
|
1056 |
-
"installation-source": "dist",
|
1057 |
-
"autoload": {
|
1058 |
-
"classmap": [
|
1059 |
-
"src/"
|
1060 |
-
]
|
1061 |
-
},
|
1062 |
-
"notification-url": "https://packagist.org/downloads/",
|
1063 |
-
"license": [
|
1064 |
-
"BSD-3-Clause"
|
1065 |
-
],
|
1066 |
-
"authors": [
|
1067 |
-
{
|
1068 |
-
"name": "Jeff Welch",
|
1069 |
-
"email": "whatthejeff@gmail.com"
|
1070 |
-
},
|
1071 |
-
{
|
1072 |
-
"name": "Volker Dusch",
|
1073 |
-
"email": "github@wallbash.com"
|
1074 |
-
},
|
1075 |
-
{
|
1076 |
-
"name": "Bernhard Schussek",
|
1077 |
-
"email": "bschussek@2bepublished.at"
|
1078 |
-
},
|
1079 |
-
{
|
1080 |
-
"name": "Sebastian Bergmann",
|
1081 |
-
"email": "sebastian@phpunit.de"
|
1082 |
-
}
|
1083 |
-
],
|
1084 |
-
"description": "Provides the functionality to compare PHP values for equality",
|
1085 |
-
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
1086 |
-
"keywords": [
|
1087 |
-
"comparator",
|
1088 |
-
"compare",
|
1089 |
-
"equality"
|
1090 |
-
]
|
1091 |
-
},
|
1092 |
-
{
|
1093 |
-
"name": "sebastian/diff",
|
1094 |
-
"version": "1.4.1",
|
1095 |
-
"version_normalized": "1.4.1.0",
|
1096 |
-
"source": {
|
1097 |
-
"type": "git",
|
1098 |
-
"url": "https://github.com/sebastianbergmann/diff.git",
|
1099 |
-
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
|
1100 |
-
},
|
1101 |
-
"dist": {
|
1102 |
-
"type": "zip",
|
1103 |
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
|
1104 |
-
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
|
1105 |
-
"shasum": ""
|
1106 |
-
},
|
1107 |
-
"require": {
|
1108 |
-
"php": ">=5.3.3"
|
1109 |
-
},
|
1110 |
-
"require-dev": {
|
1111 |
-
"phpunit/phpunit": "~4.8"
|
1112 |
-
},
|
1113 |
-
"time": "2015-12-08T07:14:41+00:00",
|
1114 |
-
"type": "library",
|
1115 |
-
"extra": {
|
1116 |
-
"branch-alias": {
|
1117 |
-
"dev-master": "1.4-dev"
|
1118 |
-
}
|
1119 |
-
},
|
1120 |
-
"installation-source": "dist",
|
1121 |
-
"autoload": {
|
1122 |
-
"classmap": [
|
1123 |
-
"src/"
|
1124 |
-
]
|
1125 |
-
},
|
1126 |
-
"notification-url": "https://packagist.org/downloads/",
|
1127 |
-
"license": [
|
1128 |
-
"BSD-3-Clause"
|
1129 |
-
],
|
1130 |
-
"authors": [
|
1131 |
-
{
|
1132 |
-
"name": "Kore Nordmann",
|
1133 |
-
"email": "mail@kore-nordmann.de"
|
1134 |
-
},
|
1135 |
-
{
|
1136 |
-
"name": "Sebastian Bergmann",
|
1137 |
-
"email": "sebastian@phpunit.de"
|
1138 |
-
}
|
1139 |
-
],
|
1140 |
-
"description": "Diff implementation",
|
1141 |
-
"homepage": "https://github.com/sebastianbergmann/diff",
|
1142 |
-
"keywords": [
|
1143 |
-
"diff"
|
1144 |
-
]
|
1145 |
-
},
|
1146 |
-
{
|
1147 |
-
"name": "sebastian/environment",
|
1148 |
-
"version": "1.3.8",
|
1149 |
-
"version_normalized": "1.3.8.0",
|
1150 |
"source": {
|
1151 |
"type": "git",
|
1152 |
-
"url": "https://github.com/
|
1153 |
-
"reference": "
|
1154 |
},
|
1155 |
"dist": {
|
1156 |
"type": "zip",
|
1157 |
-
"url": "https://api.github.com/repos/
|
1158 |
-
"reference": "
|
1159 |
"shasum": ""
|
1160 |
},
|
1161 |
"require": {
|
1162 |
-
"php": "
|
1163 |
-
},
|
1164 |
-
"require-dev": {
|
1165 |
-
"phpunit/phpunit": "^4.8 || ^5.0"
|
1166 |
},
|
1167 |
-
"time": "
|
1168 |
"type": "library",
|
1169 |
"extra": {
|
1170 |
"branch-alias": {
|
1171 |
-
"dev-master": "1.
|
1172 |
}
|
1173 |
},
|
1174 |
"installation-source": "dist",
|
1175 |
"autoload": {
|
1176 |
-
"
|
1177 |
-
"
|
1178 |
-
]
|
1179 |
-
},
|
1180 |
-
"notification-url": "https://packagist.org/downloads/",
|
1181 |
-
"license": [
|
1182 |
-
"BSD-3-Clause"
|
1183 |
-
],
|
1184 |
-
"authors": [
|
1185 |
-
{
|
1186 |
-
"name": "Sebastian Bergmann",
|
1187 |
-
"email": "sebastian@phpunit.de"
|
1188 |
-
}
|
1189 |
-
],
|
1190 |
-
"description": "Provides functionality to handle HHVM/PHP environments",
|
1191 |
-
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
1192 |
-
"keywords": [
|
1193 |
-
"Xdebug",
|
1194 |
-
"environment",
|
1195 |
-
"hhvm"
|
1196 |
-
]
|
1197 |
-
},
|
1198 |
-
{
|
1199 |
-
"name": "sebastian/exporter",
|
1200 |
-
"version": "1.2.2",
|
1201 |
-
"version_normalized": "1.2.2.0",
|
1202 |
-
"source": {
|
1203 |
-
"type": "git",
|
1204 |
-
"url": "https://github.com/sebastianbergmann/exporter.git",
|
1205 |
-
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
|
1206 |
-
},
|
1207 |
-
"dist": {
|
1208 |
-
"type": "zip",
|
1209 |
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
|
1210 |
-
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
|
1211 |
-
"shasum": ""
|
1212 |
-
},
|
1213 |
-
"require": {
|
1214 |
-
"php": ">=5.3.3",
|
1215 |
-
"sebastian/recursion-context": "~1.0"
|
1216 |
-
},
|
1217 |
-
"require-dev": {
|
1218 |
-
"ext-mbstring": "*",
|
1219 |
-
"phpunit/phpunit": "~4.4"
|
1220 |
-
},
|
1221 |
-
"time": "2016-06-17T09:04:28+00:00",
|
1222 |
-
"type": "library",
|
1223 |
-
"extra": {
|
1224 |
-
"branch-alias": {
|
1225 |
-
"dev-master": "1.3.x-dev"
|
1226 |
}
|
1227 |
},
|
1228 |
-
"installation-source": "dist",
|
1229 |
-
"autoload": {
|
1230 |
-
"classmap": [
|
1231 |
-
"src/"
|
1232 |
-
]
|
1233 |
-
},
|
1234 |
"notification-url": "https://packagist.org/downloads/",
|
1235 |
"license": [
|
1236 |
-
"
|
1237 |
],
|
1238 |
"authors": [
|
1239 |
{
|
1240 |
-
"name": "
|
1241 |
-
"
|
1242 |
-
},
|
1243 |
-
{
|
1244 |
-
"name": "Volker Dusch",
|
1245 |
-
"email": "github@wallbash.com"
|
1246 |
-
},
|
1247 |
-
{
|
1248 |
-
"name": "Bernhard Schussek",
|
1249 |
-
"email": "bschussek@2bepublished.at"
|
1250 |
-
},
|
1251 |
-
{
|
1252 |
-
"name": "Sebastian Bergmann",
|
1253 |
-
"email": "sebastian@phpunit.de"
|
1254 |
-
},
|
1255 |
-
{
|
1256 |
-
"name": "Adam Harvey",
|
1257 |
-
"email": "aharvey@php.net"
|
1258 |
}
|
1259 |
],
|
1260 |
-
"description": "
|
1261 |
-
"homepage": "
|
1262 |
"keywords": [
|
1263 |
-
"
|
1264 |
-
"
|
|
|
1265 |
]
|
1266 |
},
|
1267 |
{
|
1268 |
-
"name": "
|
1269 |
-
"version": "
|
1270 |
-
"version_normalized": "1.
|
1271 |
"source": {
|
1272 |
"type": "git",
|
1273 |
-
"url": "https://github.com/
|
1274 |
-
"reference": "
|
1275 |
},
|
1276 |
"dist": {
|
1277 |
"type": "zip",
|
1278 |
-
"url": "https://api.github.com/repos/
|
1279 |
-
"reference": "
|
1280 |
"shasum": ""
|
1281 |
},
|
1282 |
"require": {
|
1283 |
"php": ">=5.3.3"
|
1284 |
},
|
1285 |
-
"require-dev": {
|
1286 |
-
"phpunit/phpunit": "~4.2"
|
1287 |
-
},
|
1288 |
"suggest": {
|
1289 |
-
"ext-
|
1290 |
},
|
1291 |
-
"time": "
|
1292 |
"type": "library",
|
1293 |
"extra": {
|
1294 |
"branch-alias": {
|
1295 |
-
"dev-master": "1.
|
|
|
|
|
|
|
|
|
1296 |
}
|
1297 |
},
|
1298 |
"installation-source": "dist",
|
1299 |
"autoload": {
|
1300 |
-
"
|
1301 |
-
"
|
|
|
|
|
|
|
1302 |
]
|
1303 |
},
|
1304 |
"notification-url": "https://packagist.org/downloads/",
|
1305 |
"license": [
|
1306 |
-
"
|
1307 |
],
|
1308 |
"authors": [
|
1309 |
{
|
1310 |
-
"name": "
|
1311 |
-
"email": "
|
|
|
|
|
|
|
|
|
1312 |
}
|
1313 |
],
|
1314 |
-
"description": "
|
1315 |
-
"homepage": "
|
1316 |
"keywords": [
|
1317 |
-
"
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
"name": "sebastian/recursion-context",
|
1322 |
-
"version": "1.0.2",
|
1323 |
-
"version_normalized": "1.0.2.0",
|
1324 |
-
"source": {
|
1325 |
-
"type": "git",
|
1326 |
-
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
1327 |
-
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
|
1328 |
-
},
|
1329 |
-
"dist": {
|
1330 |
-
"type": "zip",
|
1331 |
-
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
|
1332 |
-
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
|
1333 |
-
"shasum": ""
|
1334 |
-
},
|
1335 |
-
"require": {
|
1336 |
-
"php": ">=5.3.3"
|
1337 |
-
},
|
1338 |
-
"require-dev": {
|
1339 |
-
"phpunit/phpunit": "~4.4"
|
1340 |
-
},
|
1341 |
-
"time": "2015-11-11T19:50:13+00:00",
|
1342 |
-
"type": "library",
|
1343 |
-
"extra": {
|
1344 |
-
"branch-alias": {
|
1345 |
-
"dev-master": "1.0.x-dev"
|
1346 |
-
}
|
1347 |
-
},
|
1348 |
-
"installation-source": "dist",
|
1349 |
-
"autoload": {
|
1350 |
-
"classmap": [
|
1351 |
-
"src/"
|
1352 |
-
]
|
1353 |
-
},
|
1354 |
-
"notification-url": "https://packagist.org/downloads/",
|
1355 |
-
"license": [
|
1356 |
-
"BSD-3-Clause"
|
1357 |
],
|
1358 |
-
"
|
1359 |
{
|
1360 |
-
"
|
1361 |
-
"
|
1362 |
},
|
1363 |
{
|
1364 |
-
"
|
1365 |
-
"
|
1366 |
},
|
1367 |
{
|
1368 |
-
"
|
1369 |
-
"
|
1370 |
-
}
|
1371 |
-
],
|
1372 |
-
"description": "Provides functionality to recursively process PHP variables",
|
1373 |
-
"homepage": "http://www.github.com/sebastianbergmann/recursion-context"
|
1374 |
-
},
|
1375 |
-
{
|
1376 |
-
"name": "sebastian/version",
|
1377 |
-
"version": "1.0.6",
|
1378 |
-
"version_normalized": "1.0.6.0",
|
1379 |
-
"source": {
|
1380 |
-
"type": "git",
|
1381 |
-
"url": "https://github.com/sebastianbergmann/version.git",
|
1382 |
-
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
1383 |
-
},
|
1384 |
-
"dist": {
|
1385 |
-
"type": "zip",
|
1386 |
-
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
1387 |
-
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
1388 |
-
"shasum": ""
|
1389 |
-
},
|
1390 |
-
"time": "2015-06-21T13:59:46+00:00",
|
1391 |
-
"type": "library",
|
1392 |
-
"installation-source": "dist",
|
1393 |
-
"autoload": {
|
1394 |
-
"classmap": [
|
1395 |
-
"src/"
|
1396 |
-
]
|
1397 |
-
},
|
1398 |
-
"notification-url": "https://packagist.org/downloads/",
|
1399 |
-
"license": [
|
1400 |
-
"BSD-3-Clause"
|
1401 |
-
],
|
1402 |
-
"authors": [
|
1403 |
-
{
|
1404 |
-
"name": "Sebastian Bergmann",
|
1405 |
-
"email": "sebastian@phpunit.de",
|
1406 |
-
"role": "lead"
|
1407 |
-
}
|
1408 |
-
],
|
1409 |
-
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
1410 |
-
"homepage": "https://github.com/sebastianbergmann/version"
|
1411 |
-
},
|
1412 |
-
{
|
1413 |
-
"name": "simplyadmire/composer-plugins",
|
1414 |
-
"version": "dev-master",
|
1415 |
-
"version_normalized": "9999999-dev",
|
1416 |
-
"source": {
|
1417 |
-
"type": "git",
|
1418 |
-
"url": "https://github.com/SimplyAdmire/ComposerPlugins.git",
|
1419 |
-
"reference": "d8380f670694c1c2330b22591ca74adc82cffe19"
|
1420 |
-
},
|
1421 |
-
"dist": {
|
1422 |
-
"type": "zip",
|
1423 |
-
"url": "https://api.github.com/repos/SimplyAdmire/ComposerPlugins/zipball/d8380f670694c1c2330b22591ca74adc82cffe19",
|
1424 |
-
"reference": "d8380f670694c1c2330b22591ca74adc82cffe19",
|
1425 |
-
"shasum": ""
|
1426 |
-
},
|
1427 |
-
"require": {
|
1428 |
-
"composer-plugin-api": "^1.0",
|
1429 |
-
"squizlabs/php_codesniffer": "*"
|
1430 |
-
},
|
1431 |
-
"time": "2016-05-12T11:58:38+00:00",
|
1432 |
-
"type": "composer-plugin",
|
1433 |
-
"extra": {
|
1434 |
-
"class": [
|
1435 |
-
"SimplyAdmire\\ComposerPlugins\\PhpCodesnifferStandardInstallerPlugin"
|
1436 |
-
]
|
1437 |
-
},
|
1438 |
-
"installation-source": "source",
|
1439 |
-
"autoload": {
|
1440 |
-
"psr-0": {
|
1441 |
-
"SimplyAdmire\\ComposerPlugins": ""
|
1442 |
-
}
|
1443 |
-
},
|
1444 |
-
"notification-url": "https://packagist.org/downloads/",
|
1445 |
-
"license": [
|
1446 |
-
"LGPL-3.0+"
|
1447 |
-
],
|
1448 |
-
"authors": [
|
1449 |
-
{
|
1450 |
-
"name": "Rens Admiraal",
|
1451 |
-
"email": "rens@simplyadmire.com",
|
1452 |
-
"role": "lead"
|
1453 |
-
}
|
1454 |
-
],
|
1455 |
-
"description": "Composer plugin for installing PHP_CodeSniffer standards",
|
1456 |
-
"keywords": [
|
1457 |
-
"PHP_CodeSniffer",
|
1458 |
-
"TYPO3 CMS",
|
1459 |
-
"TYPO3 Flow",
|
1460 |
-
"TYPO3 Neos",
|
1461 |
-
"phpcs",
|
1462 |
-
"standards",
|
1463 |
-
"typo3"
|
1464 |
-
],
|
1465 |
-
"abandoned": true
|
1466 |
-
},
|
1467 |
-
{
|
1468 |
-
"name": "squizlabs/php_codesniffer",
|
1469 |
-
"version": "2.8.0",
|
1470 |
-
"version_normalized": "2.8.0.0",
|
1471 |
-
"source": {
|
1472 |
-
"type": "git",
|
1473 |
-
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
1474 |
-
"reference": "86dd55a522238211f9f3631e3361703578941d9a"
|
1475 |
-
},
|
1476 |
-
"dist": {
|
1477 |
-
"type": "zip",
|
1478 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/86dd55a522238211f9f3631e3361703578941d9a",
|
1479 |
-
"reference": "86dd55a522238211f9f3631e3361703578941d9a",
|
1480 |
-
"shasum": ""
|
1481 |
-
},
|
1482 |
-
"require": {
|
1483 |
-
"ext-simplexml": "*",
|
1484 |
-
"ext-tokenizer": "*",
|
1485 |
-
"ext-xmlwriter": "*",
|
1486 |
-
"php": ">=5.1.2"
|
1487 |
-
},
|
1488 |
-
"require-dev": {
|
1489 |
-
"phpunit/phpunit": "~4.0"
|
1490 |
-
},
|
1491 |
-
"time": "2017-02-02T03:30:00+00:00",
|
1492 |
-
"bin": [
|
1493 |
-
"scripts/phpcs",
|
1494 |
-
"scripts/phpcbf"
|
1495 |
-
],
|
1496 |
-
"type": "library",
|
1497 |
-
"extra": {
|
1498 |
-
"branch-alias": {
|
1499 |
-
"dev-master": "2.x-dev"
|
1500 |
-
}
|
1501 |
-
},
|
1502 |
-
"installation-source": "dist",
|
1503 |
-
"autoload": {
|
1504 |
-
"classmap": [
|
1505 |
-
"CodeSniffer.php",
|
1506 |
-
"CodeSniffer/CLI.php",
|
1507 |
-
"CodeSniffer/Exception.php",
|
1508 |
-
"CodeSniffer/File.php",
|
1509 |
-
"CodeSniffer/Fixer.php",
|
1510 |
-
"CodeSniffer/Report.php",
|
1511 |
-
"CodeSniffer/Reporting.php",
|
1512 |
-
"CodeSniffer/Sniff.php",
|
1513 |
-
"CodeSniffer/Tokens.php",
|
1514 |
-
"CodeSniffer/Reports/",
|
1515 |
-
"CodeSniffer/Tokenizers/",
|
1516 |
-
"CodeSniffer/DocGenerators/",
|
1517 |
-
"CodeSniffer/Standards/AbstractPatternSniff.php",
|
1518 |
-
"CodeSniffer/Standards/AbstractScopeSniff.php",
|
1519 |
-
"CodeSniffer/Standards/AbstractVariableSniff.php",
|
1520 |
-
"CodeSniffer/Standards/IncorrectPatternException.php",
|
1521 |
-
"CodeSniffer/Standards/Generic/Sniffs/",
|
1522 |
-
"CodeSniffer/Standards/MySource/Sniffs/",
|
1523 |
-
"CodeSniffer/Standards/PEAR/Sniffs/",
|
1524 |
-
"CodeSniffer/Standards/PSR1/Sniffs/",
|
1525 |
-
"CodeSniffer/Standards/PSR2/Sniffs/",
|
1526 |
-
"CodeSniffer/Standards/Squiz/Sniffs/",
|
1527 |
-
"CodeSniffer/Standards/Zend/Sniffs/"
|
1528 |
-
]
|
1529 |
-
},
|
1530 |
-
"notification-url": "https://packagist.org/downloads/",
|
1531 |
-
"license": [
|
1532 |
-
"BSD-3-Clause"
|
1533 |
-
],
|
1534 |
-
"authors": [
|
1535 |
-
{
|
1536 |
-
"name": "Greg Sherwood",
|
1537 |
-
"role": "lead"
|
1538 |
}
|
1539 |
-
],
|
1540 |
-
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
1541 |
-
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
1542 |
-
"keywords": [
|
1543 |
-
"phpcs",
|
1544 |
-
"standards"
|
1545 |
]
|
1546 |
},
|
1547 |
{
|
1548 |
"name": "symfony/yaml",
|
1549 |
-
"version": "v2.8.
|
1550 |
-
"version_normalized": "2.8.
|
1551 |
"source": {
|
1552 |
"type": "git",
|
1553 |
"url": "https://github.com/symfony/yaml.git",
|
1554 |
-
"reference": "
|
1555 |
},
|
1556 |
"dist": {
|
1557 |
"type": "zip",
|
1558 |
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/
|
1559 |
-
"reference": "
|
1560 |
"shasum": ""
|
1561 |
},
|
1562 |
"require": {
|
1563 |
-
"php": ">=5.3.9"
|
|
|
1564 |
},
|
1565 |
-
"time": "
|
1566 |
"type": "library",
|
1567 |
"extra": {
|
1568 |
"branch-alias": {
|
@@ -1594,107 +261,5 @@
|
|
1594 |
],
|
1595 |
"description": "Symfony Yaml Component",
|
1596 |
"homepage": "https://symfony.com"
|
1597 |
-
},
|
1598 |
-
{
|
1599 |
-
"name": "webmozart/assert",
|
1600 |
-
"version": "1.2.0",
|
1601 |
-
"version_normalized": "1.2.0.0",
|
1602 |
-
"source": {
|
1603 |
-
"type": "git",
|
1604 |
-
"url": "https://github.com/webmozart/assert.git",
|
1605 |
-
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
|
1606 |
-
},
|
1607 |
-
"dist": {
|
1608 |
-
"type": "zip",
|
1609 |
-
"url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
|
1610 |
-
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
|
1611 |
-
"shasum": ""
|
1612 |
-
},
|
1613 |
-
"require": {
|
1614 |
-
"php": "^5.3.3 || ^7.0"
|
1615 |
-
},
|
1616 |
-
"require-dev": {
|
1617 |
-
"phpunit/phpunit": "^4.6",
|
1618 |
-
"sebastian/version": "^1.0.1"
|
1619 |
-
},
|
1620 |
-
"time": "2016-11-23T20:04:58+00:00",
|
1621 |
-
"type": "library",
|
1622 |
-
"extra": {
|
1623 |
-
"branch-alias": {
|
1624 |
-
"dev-master": "1.3-dev"
|
1625 |
-
}
|
1626 |
-
},
|
1627 |
-
"installation-source": "dist",
|
1628 |
-
"autoload": {
|
1629 |
-
"psr-4": {
|
1630 |
-
"Webmozart\\Assert\\": "src/"
|
1631 |
-
}
|
1632 |
-
},
|
1633 |
-
"notification-url": "https://packagist.org/downloads/",
|
1634 |
-
"license": [
|
1635 |
-
"MIT"
|
1636 |
-
],
|
1637 |
-
"authors": [
|
1638 |
-
{
|
1639 |
-
"name": "Bernhard Schussek",
|
1640 |
-
"email": "bschussek@gmail.com"
|
1641 |
-
}
|
1642 |
-
],
|
1643 |
-
"description": "Assertions to validate method input/output with nice error messages.",
|
1644 |
-
"keywords": [
|
1645 |
-
"assert",
|
1646 |
-
"check",
|
1647 |
-
"validate"
|
1648 |
-
]
|
1649 |
-
},
|
1650 |
-
{
|
1651 |
-
"name": "wimg/php-compatibility",
|
1652 |
-
"version": "7.1.2",
|
1653 |
-
"version_normalized": "7.1.2.0",
|
1654 |
-
"source": {
|
1655 |
-
"type": "git",
|
1656 |
-
"url": "https://github.com/wimg/PHPCompatibility.git",
|
1657 |
-
"reference": "db947ce9376f1d9adc6fa0be5952241598ba60ea"
|
1658 |
-
},
|
1659 |
-
"dist": {
|
1660 |
-
"type": "zip",
|
1661 |
-
"url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/db947ce9376f1d9adc6fa0be5952241598ba60ea",
|
1662 |
-
"reference": "db947ce9376f1d9adc6fa0be5952241598ba60ea",
|
1663 |
-
"shasum": ""
|
1664 |
-
},
|
1665 |
-
"require": {
|
1666 |
-
"ext-tokenizer": "*",
|
1667 |
-
"php": ">=5.1.2",
|
1668 |
-
"squizlabs/php_codesniffer": "~2.0"
|
1669 |
-
},
|
1670 |
-
"require-dev": {
|
1671 |
-
"satooshi/php-coveralls": "dev-master"
|
1672 |
-
},
|
1673 |
-
"time": "2017-02-17T17:08:29+00:00",
|
1674 |
-
"type": "phpcodesniffer-standard",
|
1675 |
-
"installation-source": "dist",
|
1676 |
-
"autoload": {
|
1677 |
-
"psr-4": {
|
1678 |
-
"PHPCompatibility\\": ""
|
1679 |
-
}
|
1680 |
-
},
|
1681 |
-
"notification-url": "https://packagist.org/downloads/",
|
1682 |
-
"license": [
|
1683 |
-
"LGPL-3.0"
|
1684 |
-
],
|
1685 |
-
"authors": [
|
1686 |
-
{
|
1687 |
-
"name": "Wim Godden",
|
1688 |
-
"role": "lead"
|
1689 |
-
}
|
1690 |
-
],
|
1691 |
-
"description": "This is a set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
|
1692 |
-
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
1693 |
-
"keywords": [
|
1694 |
-
"compatibility",
|
1695 |
-
"phpcs",
|
1696 |
-
"standards"
|
1697 |
-
],
|
1698 |
-
"abandoned": "phpcompatibility/php-compatibility"
|
1699 |
}
|
1700 |
]
|
69 |
"phpunit/phpunit": "4.8.*",
|
70 |
"squizlabs/php_codesniffer": "2.*"
|
71 |
},
|
72 |
+
"time": "2019-08-29T16:11:12+00:00",
|
73 |
"type": "library",
|
74 |
"installation-source": "source",
|
75 |
"autoload": {
|
84 |
"description": "A PHP backend for Cloudflare plugins."
|
85 |
},
|
86 |
{
|
87 |
+
"name": "psr/log",
|
88 |
+
"version": "1.1.3",
|
89 |
+
"version_normalized": "1.1.3.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
"source": {
|
91 |
"type": "git",
|
92 |
+
"url": "https://github.com/php-fig/log.git",
|
93 |
+
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
94 |
},
|
95 |
"dist": {
|
96 |
"type": "zip",
|
97 |
+
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
98 |
+
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
99 |
"shasum": ""
|
100 |
},
|
101 |
"require": {
|
102 |
+
"php": ">=5.3.0"
|
|
|
|
|
|
|
103 |
},
|
104 |
+
"time": "2020-03-23T09:12:05+00:00",
|
105 |
"type": "library",
|
106 |
"extra": {
|
107 |
"branch-alias": {
|
108 |
+
"dev-master": "1.1.x-dev"
|
109 |
}
|
110 |
},
|
111 |
"installation-source": "dist",
|
112 |
"autoload": {
|
113 |
+
"psr-4": {
|
114 |
+
"Psr\\Log\\": "Psr/Log/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
}
|
116 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
"notification-url": "https://packagist.org/downloads/",
|
118 |
"license": [
|
119 |
+
"MIT"
|
120 |
],
|
121 |
"authors": [
|
122 |
{
|
123 |
+
"name": "PHP-FIG",
|
124 |
+
"homepage": "http://www.php-fig.org/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
}
|
126 |
],
|
127 |
+
"description": "Common interface for logging libraries",
|
128 |
+
"homepage": "https://github.com/php-fig/log",
|
129 |
"keywords": [
|
130 |
+
"log",
|
131 |
+
"psr",
|
132 |
+
"psr-3"
|
133 |
]
|
134 |
},
|
135 |
{
|
136 |
+
"name": "symfony/polyfill-ctype",
|
137 |
+
"version": "v1.17.1",
|
138 |
+
"version_normalized": "1.17.1.0",
|
139 |
"source": {
|
140 |
"type": "git",
|
141 |
+
"url": "https://github.com/symfony/polyfill-ctype.git",
|
142 |
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
|
143 |
},
|
144 |
"dist": {
|
145 |
"type": "zip",
|
146 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
147 |
+
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
|
148 |
"shasum": ""
|
149 |
},
|
150 |
"require": {
|
151 |
"php": ">=5.3.3"
|
152 |
},
|
|
|
|
|
|
|
153 |
"suggest": {
|
154 |
+
"ext-ctype": "For best performance"
|
155 |
},
|
156 |
+
"time": "2020-06-06T08:46:27+00:00",
|
157 |
"type": "library",
|
158 |
"extra": {
|
159 |
"branch-alias": {
|
160 |
+
"dev-master": "1.17-dev"
|
161 |
+
},
|
162 |
+
"thanks": {
|
163 |
+
"name": "symfony/polyfill",
|
164 |
+
"url": "https://github.com/symfony/polyfill"
|
165 |
}
|
166 |
},
|
167 |
"installation-source": "dist",
|
168 |
"autoload": {
|
169 |
+
"psr-4": {
|
170 |
+
"Symfony\\Polyfill\\Ctype\\": ""
|
171 |
+
},
|
172 |
+
"files": [
|
173 |
+
"bootstrap.php"
|
174 |
]
|
175 |
},
|
176 |
"notification-url": "https://packagist.org/downloads/",
|
177 |
"license": [
|
178 |
+
"MIT"
|
179 |
],
|
180 |
"authors": [
|
181 |
{
|
182 |
+
"name": "Gert de Pagter",
|
183 |
+
"email": "BackEndTea@gmail.com"
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"name": "Symfony Community",
|
187 |
+
"homepage": "https://symfony.com/contributors"
|
188 |
}
|
189 |
],
|
190 |
+
"description": "Symfony polyfill for ctype functions",
|
191 |
+
"homepage": "https://symfony.com",
|
192 |
"keywords": [
|
193 |
+
"compatibility",
|
194 |
+
"ctype",
|
195 |
+
"polyfill",
|
196 |
+
"portable"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
],
|
198 |
+
"funding": [
|
199 |
{
|
200 |
+
"url": "https://symfony.com/sponsor",
|
201 |
+
"type": "custom"
|
202 |
},
|
203 |
{
|
204 |
+
"url": "https://github.com/fabpot",
|
205 |
+
"type": "github"
|
206 |
},
|
207 |
{
|
208 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
209 |
+
"type": "tidelift"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
]
|
212 |
},
|
213 |
{
|
214 |
"name": "symfony/yaml",
|
215 |
+
"version": "v2.8.52",
|
216 |
+
"version_normalized": "2.8.52.0",
|
217 |
"source": {
|
218 |
"type": "git",
|
219 |
"url": "https://github.com/symfony/yaml.git",
|
220 |
+
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
|
221 |
},
|
222 |
"dist": {
|
223 |
"type": "zip",
|
224 |
+
"url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
|
225 |
+
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
|
226 |
"shasum": ""
|
227 |
},
|
228 |
"require": {
|
229 |
+
"php": ">=5.3.9",
|
230 |
+
"symfony/polyfill-ctype": "~1.8"
|
231 |
},
|
232 |
+
"time": "2018-11-11T11:18:13+00:00",
|
233 |
"type": "library",
|
234 |
"extra": {
|
235 |
"branch-alias": {
|
261 |
],
|
262 |
"description": "Symfony Yaml Component",
|
263 |
"homepage": "https://symfony.com"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
}
|
265 |
]
|
vendor/psr/log/Psr/Log/LoggerInterface.php
CHANGED
@@ -22,8 +22,8 @@ interface LoggerInterface
|
|
22 |
/**
|
23 |
* System is unusable.
|
24 |
*
|
25 |
-
* @param string
|
26 |
-
* @param
|
27 |
*
|
28 |
* @return void
|
29 |
*/
|
@@ -35,8 +35,8 @@ interface LoggerInterface
|
|
35 |
* Example: Entire website down, database unavailable, etc. This should
|
36 |
* trigger the SMS alerts and wake you up.
|
37 |
*
|
38 |
-
* @param string
|
39 |
-
* @param
|
40 |
*
|
41 |
* @return void
|
42 |
*/
|
@@ -47,8 +47,8 @@ interface LoggerInterface
|
|
47 |
*
|
48 |
* Example: Application component unavailable, unexpected exception.
|
49 |
*
|
50 |
-
* @param string
|
51 |
-
* @param
|
52 |
*
|
53 |
* @return void
|
54 |
*/
|
@@ -58,8 +58,8 @@ interface LoggerInterface
|
|
58 |
* Runtime errors that do not require immediate action but should typically
|
59 |
* be logged and monitored.
|
60 |
*
|
61 |
-
* @param string
|
62 |
-
* @param
|
63 |
*
|
64 |
* @return void
|
65 |
*/
|
@@ -71,8 +71,8 @@ interface LoggerInterface
|
|
71 |
* Example: Use of deprecated APIs, poor use of an API, undesirable things
|
72 |
* that are not necessarily wrong.
|
73 |
*
|
74 |
-
* @param string
|
75 |
-
* @param
|
76 |
*
|
77 |
* @return void
|
78 |
*/
|
@@ -81,8 +81,8 @@ interface LoggerInterface
|
|
81 |
/**
|
82 |
* Normal but significant events.
|
83 |
*
|
84 |
-
* @param string
|
85 |
-
* @param
|
86 |
*
|
87 |
* @return void
|
88 |
*/
|
@@ -93,8 +93,8 @@ interface LoggerInterface
|
|
93 |
*
|
94 |
* Example: User logs in, SQL logs.
|
95 |
*
|
96 |
-
* @param string
|
97 |
-
* @param
|
98 |
*
|
99 |
* @return void
|
100 |
*/
|
@@ -103,8 +103,8 @@ interface LoggerInterface
|
|
103 |
/**
|
104 |
* Detailed debug information.
|
105 |
*
|
106 |
-
* @param string
|
107 |
-
* @param
|
108 |
*
|
109 |
* @return void
|
110 |
*/
|
@@ -113,11 +113,13 @@ interface LoggerInterface
|
|
113 |
/**
|
114 |
* Logs with an arbitrary level.
|
115 |
*
|
116 |
-
* @param mixed
|
117 |
-
* @param string
|
118 |
-
* @param
|
119 |
*
|
120 |
* @return void
|
|
|
|
|
121 |
*/
|
122 |
public function log($level, $message, array $context = array());
|
123 |
}
|
22 |
/**
|
23 |
* System is unusable.
|
24 |
*
|
25 |
+
* @param string $message
|
26 |
+
* @param mixed[] $context
|
27 |
*
|
28 |
* @return void
|
29 |
*/
|
35 |
* Example: Entire website down, database unavailable, etc. This should
|
36 |
* trigger the SMS alerts and wake you up.
|
37 |
*
|
38 |
+
* @param string $message
|
39 |
+
* @param mixed[] $context
|
40 |
*
|
41 |
* @return void
|
42 |
*/
|
47 |
*
|
48 |
* Example: Application component unavailable, unexpected exception.
|
49 |
*
|
50 |
+
* @param string $message
|
51 |
+
* @param mixed[] $context
|
52 |
*
|
53 |
* @return void
|
54 |
*/
|
58 |
* Runtime errors that do not require immediate action but should typically
|
59 |
* be logged and monitored.
|
60 |
*
|
61 |
+
* @param string $message
|
62 |
+
* @param mixed[] $context
|
63 |
*
|
64 |
* @return void
|
65 |
*/
|
71 |
* Example: Use of deprecated APIs, poor use of an API, undesirable things
|
72 |
* that are not necessarily wrong.
|
73 |
*
|
74 |
+
* @param string $message
|
75 |
+
* @param mixed[] $context
|
76 |
*
|
77 |
* @return void
|
78 |
*/
|
81 |
/**
|
82 |
* Normal but significant events.
|
83 |
*
|
84 |
+
* @param string $message
|
85 |
+
* @param mixed[] $context
|
86 |
*
|
87 |
* @return void
|
88 |
*/
|
93 |
*
|
94 |
* Example: User logs in, SQL logs.
|
95 |
*
|
96 |
+
* @param string $message
|
97 |
+
* @param mixed[] $context
|
98 |
*
|
99 |
* @return void
|
100 |
*/
|
103 |
/**
|
104 |
* Detailed debug information.
|
105 |
*
|
106 |
+
* @param string $message
|
107 |
+
* @param mixed[] $context
|
108 |
*
|
109 |
* @return void
|
110 |
*/
|
113 |
/**
|
114 |
* Logs with an arbitrary level.
|
115 |
*
|
116 |
+
* @param mixed $level
|
117 |
+
* @param string $message
|
118 |
+
* @param mixed[] $context
|
119 |
*
|
120 |
* @return void
|
121 |
+
*
|
122 |
+
* @throws \Psr\Log\InvalidArgumentException
|
123 |
*/
|
124 |
public function log($level, $message, array $context = array());
|
125 |
}
|
vendor/psr/log/Psr/Log/LoggerTrait.php
CHANGED
@@ -135,6 +135,8 @@ trait LoggerTrait
|
|
135 |
* @param array $context
|
136 |
*
|
137 |
* @return void
|
|
|
|
|
138 |
*/
|
139 |
abstract public function log($level, $message, array $context = array());
|
140 |
}
|
135 |
* @param array $context
|
136 |
*
|
137 |
* @return void
|
138 |
+
*
|
139 |
+
* @throws \Psr\Log\InvalidArgumentException
|
140 |
*/
|
141 |
abstract public function log($level, $message, array $context = array());
|
142 |
}
|
vendor/psr/log/Psr/Log/NullLogger.php
CHANGED
@@ -20,6 +20,8 @@ class NullLogger extends AbstractLogger
|
|
20 |
* @param array $context
|
21 |
*
|
22 |
* @return void
|
|
|
|
|
23 |
*/
|
24 |
public function log($level, $message, array $context = array())
|
25 |
{
|
20 |
* @param array $context
|
21 |
*
|
22 |
* @return void
|
23 |
+
*
|
24 |
+
* @throws \Psr\Log\InvalidArgumentException
|
25 |
*/
|
26 |
public function log($level, $message, array $context = array())
|
27 |
{
|
vendor/psr/log/README.md
CHANGED
@@ -7,6 +7,13 @@ This repository holds all interfaces/classes/traits related to
|
|
7 |
Note that this is not a logger of its own. It is merely an interface that
|
8 |
describes a logger. See the specification for more details.
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
Usage
|
11 |
-----
|
12 |
|
@@ -31,6 +38,12 @@ class Foo
|
|
31 |
if ($this->logger) {
|
32 |
$this->logger->info('Doing work');
|
33 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
// do something useful
|
36 |
}
|
7 |
Note that this is not a logger of its own. It is merely an interface that
|
8 |
describes a logger. See the specification for more details.
|
9 |
|
10 |
+
Installation
|
11 |
+
------------
|
12 |
+
|
13 |
+
```bash
|
14 |
+
composer require psr/log
|
15 |
+
```
|
16 |
+
|
17 |
Usage
|
18 |
-----
|
19 |
|
38 |
if ($this->logger) {
|
39 |
$this->logger->info('Doing work');
|
40 |
}
|
41 |
+
|
42 |
+
try {
|
43 |
+
$this->doSomethingElse();
|
44 |
+
} catch (Exception $exception) {
|
45 |
+
$this->logger->error('Oh no!', array('exception' => $exception));
|
46 |
+
}
|
47 |
|
48 |
// do something useful
|
49 |
}
|
vendor/psr/log/composer.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
},
|
21 |
"extra": {
|
22 |
"branch-alias": {
|
23 |
-
"dev-master": "1.
|
24 |
}
|
25 |
}
|
26 |
}
|
20 |
},
|
21 |
"extra": {
|
22 |
"branch-alias": {
|
23 |
+
"dev-master": "1.1.x-dev"
|
24 |
}
|
25 |
}
|
26 |
}
|
vendor/symfony/polyfill-ctype/Ctype.php
ADDED
@@ -0,0 +1,227 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
* This file is part of the Symfony package.
|
5 |
+
*
|
6 |
+
* (c) Fabien Potencier <fabien@symfony.com>
|
7 |
+
*
|
8 |
+
* For the full copyright and license information, please view the LICENSE
|
9 |
+
* file that was distributed with this source code.
|
10 |
+
*/
|
11 |
+
|
12 |
+
namespace Symfony\Polyfill\Ctype;
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Ctype implementation through regex.
|
16 |
+
*
|
17 |
+
* @internal
|
18 |
+
*
|
19 |
+
* @author Gert de Pagter <BackEndTea@gmail.com>
|
20 |
+
*/
|
21 |
+
final class Ctype
|
22 |
+
{
|
23 |
+
/**
|
24 |
+
* Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise.
|
25 |
+
*
|
26 |
+
* @see https://php.net/ctype-alnum
|
27 |
+
*
|
28 |
+
* @param string|int $text
|
29 |
+
*
|
30 |
+
* @return bool
|
31 |
+
*/
|
32 |
+
public static function ctype_alnum($text)
|
33 |
+
{
|
34 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
35 |
+
|
36 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text);
|
37 |
+
}
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Returns TRUE if every character in text is a letter, FALSE otherwise.
|
41 |
+
*
|
42 |
+
* @see https://php.net/ctype-alpha
|
43 |
+
*
|
44 |
+
* @param string|int $text
|
45 |
+
*
|
46 |
+
* @return bool
|
47 |
+
*/
|
48 |
+
public static function ctype_alpha($text)
|
49 |
+
{
|
50 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
51 |
+
|
52 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text);
|
53 |
+
}
|
54 |
+
|
55 |
+
/**
|
56 |
+
* Returns TRUE if every character in text is a control character from the current locale, FALSE otherwise.
|
57 |
+
*
|
58 |
+
* @see https://php.net/ctype-cntrl
|
59 |
+
*
|
60 |
+
* @param string|int $text
|
61 |
+
*
|
62 |
+
* @return bool
|
63 |
+
*/
|
64 |
+
public static function ctype_cntrl($text)
|
65 |
+
{
|
66 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
67 |
+
|
68 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text);
|
69 |
+
}
|
70 |
+
|
71 |
+
/**
|
72 |
+
* Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise.
|
73 |
+
*
|
74 |
+
* @see https://php.net/ctype-digit
|
75 |
+
*
|
76 |
+
* @param string|int $text
|
77 |
+
*
|
78 |
+
* @return bool
|
79 |
+
*/
|
80 |
+
public static function ctype_digit($text)
|
81 |
+
{
|
82 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
83 |
+
|
84 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text);
|
85 |
+
}
|
86 |
+
|
87 |
+
/**
|
88 |
+
* Returns TRUE if every character in text is printable and actually creates visible output (no white space), FALSE otherwise.
|
89 |
+
*
|
90 |
+
* @see https://php.net/ctype-graph
|
91 |
+
*
|
92 |
+
* @param string|int $text
|
93 |
+
*
|
94 |
+
* @return bool
|
95 |
+
*/
|
96 |
+
public static function ctype_graph($text)
|
97 |
+
{
|
98 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
99 |
+
|
100 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text);
|
101 |
+
}
|
102 |
+
|
103 |
+
/**
|
104 |
+
* Returns TRUE if every character in text is a lowercase letter.
|
105 |
+
*
|
106 |
+
* @see https://php.net/ctype-lower
|
107 |
+
*
|
108 |
+
* @param string|int $text
|
109 |
+
*
|
110 |
+
* @return bool
|
111 |
+
*/
|
112 |
+
public static function ctype_lower($text)
|
113 |
+
{
|
114 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
115 |
+
|
116 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text);
|
117 |
+
}
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all.
|
121 |
+
*
|
122 |
+
* @see https://php.net/ctype-print
|
123 |
+
*
|
124 |
+
* @param string|int $text
|
125 |
+
*
|
126 |
+
* @return bool
|
127 |
+
*/
|
128 |
+
public static function ctype_print($text)
|
129 |
+
{
|
130 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
131 |
+
|
132 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text);
|
133 |
+
}
|
134 |
+
|
135 |
+
/**
|
136 |
+
* Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE otherwise.
|
137 |
+
*
|
138 |
+
* @see https://php.net/ctype-punct
|
139 |
+
*
|
140 |
+
* @param string|int $text
|
141 |
+
*
|
142 |
+
* @return bool
|
143 |
+
*/
|
144 |
+
public static function ctype_punct($text)
|
145 |
+
{
|
146 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
147 |
+
|
148 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text);
|
149 |
+
}
|
150 |
+
|
151 |
+
/**
|
152 |
+
* Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters.
|
153 |
+
*
|
154 |
+
* @see https://php.net/ctype-space
|
155 |
+
*
|
156 |
+
* @param string|int $text
|
157 |
+
*
|
158 |
+
* @return bool
|
159 |
+
*/
|
160 |
+
public static function ctype_space($text)
|
161 |
+
{
|
162 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
163 |
+
|
164 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text);
|
165 |
+
}
|
166 |
+
|
167 |
+
/**
|
168 |
+
* Returns TRUE if every character in text is an uppercase letter.
|
169 |
+
*
|
170 |
+
* @see https://php.net/ctype-upper
|
171 |
+
*
|
172 |
+
* @param string|int $text
|
173 |
+
*
|
174 |
+
* @return bool
|
175 |
+
*/
|
176 |
+
public static function ctype_upper($text)
|
177 |
+
{
|
178 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
179 |
+
|
180 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text);
|
181 |
+
}
|
182 |
+
|
183 |
+
/**
|
184 |
+
* Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from [A-Fa-f] , FALSE otherwise.
|
185 |
+
*
|
186 |
+
* @see https://php.net/ctype-xdigit
|
187 |
+
*
|
188 |
+
* @param string|int $text
|
189 |
+
*
|
190 |
+
* @return bool
|
191 |
+
*/
|
192 |
+
public static function ctype_xdigit($text)
|
193 |
+
{
|
194 |
+
$text = self::convert_int_to_char_for_ctype($text);
|
195 |
+
|
196 |
+
return \is_string($text) && '' !== $text && !preg_match('/[^A-Fa-f0-9]/', $text);
|
197 |
+
}
|
198 |
+
|
199 |
+
/**
|
200 |
+
* Converts integers to their char versions according to normal ctype behaviour, if needed.
|
201 |
+
*
|
202 |
+
* If an integer between -128 and 255 inclusive is provided,
|
203 |
+
* it is interpreted as the ASCII value of a single character
|
204 |
+
* (negative values have 256 added in order to allow characters in the Extended ASCII range).
|
205 |
+
* Any other integer is interpreted as a string containing the decimal digits of the integer.
|
206 |
+
*
|
207 |
+
* @param string|int $int
|
208 |
+
*
|
209 |
+
* @return mixed
|
210 |
+
*/
|
211 |
+
private static function convert_int_to_char_for_ctype($int)
|
212 |
+
{
|
213 |
+
if (!\is_int($int)) {
|
214 |
+
return $int;
|
215 |
+
}
|
216 |
+
|
217 |
+
if ($int < -128 || $int > 255) {
|
218 |
+
return (string) $int;
|
219 |
+
}
|
220 |
+
|
221 |
+
if ($int < 0) {
|
222 |
+
$int += 256;
|
223 |
+
}
|
224 |
+
|
225 |
+
return \chr($int);
|
226 |
+
}
|
227 |
+
}
|
vendor/symfony/polyfill-ctype/LICENSE
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Copyright (c) 2018-2019 Fabien Potencier
|
2 |
+
|
3 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4 |
+
of this software and associated documentation files (the "Software"), to deal
|
5 |
+
in the Software without restriction, including without limitation the rights
|
6 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7 |
+
copies of the Software, and to permit persons to whom the Software is furnished
|
8 |
+
to do so, subject to the following conditions:
|
9 |
+
|
10 |
+
The above copyright notice and this permission notice shall be included in all
|
11 |
+
copies or substantial portions of the Software.
|
12 |
+
|
13 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19 |
+
THE SOFTWARE.
|
vendor/symfony/polyfill-ctype/README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Symfony Polyfill / Ctype
|
2 |
+
========================
|
3 |
+
|
4 |
+
This component provides `ctype_*` functions to users who run php versions without the ctype extension.
|
5 |
+
|
6 |
+
More information can be found in the
|
7 |
+
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
|
8 |
+
|
9 |
+
License
|
10 |
+
=======
|
11 |
+
|
12 |
+
This library is released under the [MIT license](LICENSE).
|
vendor/symfony/polyfill-ctype/bootstrap.php
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
* This file is part of the Symfony package.
|
5 |
+
*
|
6 |
+
* (c) Fabien Potencier <fabien@symfony.com>
|
7 |
+
*
|
8 |
+
* For the full copyright and license information, please view the LICENSE
|
9 |
+
* file that was distributed with this source code.
|
10 |
+
*/
|
11 |
+
|
12 |
+
use Symfony\Polyfill\Ctype as p;
|
13 |
+
|
14 |
+
if (!function_exists('ctype_alnum')) {
|
15 |
+
function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
|
16 |
+
}
|
17 |
+
if (!function_exists('ctype_alpha')) {
|
18 |
+
function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
|
19 |
+
}
|
20 |
+
if (!function_exists('ctype_cntrl')) {
|
21 |
+
function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
|
22 |
+
}
|
23 |
+
if (!function_exists('ctype_digit')) {
|
24 |
+
function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
|
25 |
+
}
|
26 |
+
if (!function_exists('ctype_graph')) {
|
27 |
+
function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
|
28 |
+
}
|
29 |
+
if (!function_exists('ctype_lower')) {
|
30 |
+
function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
|
31 |
+
}
|
32 |
+
if (!function_exists('ctype_print')) {
|
33 |
+
function ctype_print($text) { return p\Ctype::ctype_print($text); }
|
34 |
+
}
|
35 |
+
if (!function_exists('ctype_punct')) {
|
36 |
+
function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
|
37 |
+
}
|
38 |
+
if (!function_exists('ctype_space')) {
|
39 |
+
function ctype_space($text) { return p\Ctype::ctype_space($text); }
|
40 |
+
}
|
41 |
+
if (!function_exists('ctype_upper')) {
|
42 |
+
function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
|
43 |
+
}
|
44 |
+
if (!function_exists('ctype_xdigit')) {
|
45 |
+
function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); }
|
46 |
+
}
|
vendor/symfony/polyfill-ctype/composer.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "symfony/polyfill-ctype",
|
3 |
+
"type": "library",
|
4 |
+
"description": "Symfony polyfill for ctype functions",
|
5 |
+
"keywords": ["polyfill", "compatibility", "portable", "ctype"],
|
6 |
+
"homepage": "https://symfony.com",
|
7 |
+
"license": "MIT",
|
8 |
+
"authors": [
|
9 |
+
{
|
10 |
+
"name": "Gert de Pagter",
|
11 |
+
"email": "BackEndTea@gmail.com"
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"name": "Symfony Community",
|
15 |
+
"homepage": "https://symfony.com/contributors"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"require": {
|
19 |
+
"php": ">=5.3.3"
|
20 |
+
},
|
21 |
+
"autoload": {
|
22 |
+
"psr-4": { "Symfony\\Polyfill\\Ctype\\": "" },
|
23 |
+
"files": [ "bootstrap.php" ]
|
24 |
+
},
|
25 |
+
"suggest": {
|
26 |
+
"ext-ctype": "For best performance"
|
27 |
+
},
|
28 |
+
"minimum-stability": "dev",
|
29 |
+
"extra": {
|
30 |
+
"branch-alias": {
|
31 |
+
"dev-master": "1.17-dev"
|
32 |
+
},
|
33 |
+
"thanks": {
|
34 |
+
"name": "symfony/polyfill",
|
35 |
+
"url": "https://github.com/symfony/polyfill"
|
36 |
+
}
|
37 |
+
}
|
38 |
+
}
|
vendor/symfony/yaml/Dumper.php
CHANGED
@@ -45,8 +45,8 @@ class Dumper
|
|
45 |
* @param mixed $input The PHP value
|
46 |
* @param int $inline The level where you switch to inline YAML
|
47 |
* @param int $indent The level of indentation (used internally)
|
48 |
-
* @param bool $exceptionOnInvalidType
|
49 |
-
* @param bool $objectSupport
|
50 |
*
|
51 |
* @return string The YAML representation of the PHP value
|
52 |
*/
|
@@ -55,13 +55,13 @@ class Dumper
|
|
55 |
$output = '';
|
56 |
$prefix = $indent ? str_repeat(' ', $indent) : '';
|
57 |
|
58 |
-
if ($inline <= 0 ||
|
59 |
$output .= $prefix.Inline::dump($input, $exceptionOnInvalidType, $objectSupport);
|
60 |
} else {
|
61 |
$isAHash = Inline::isHash($input);
|
62 |
|
63 |
foreach ($input as $key => $value) {
|
64 |
-
$willBeInlined = $inline - 1 <= 0 ||
|
65 |
|
66 |
$output .= sprintf('%s%s%s%s',
|
67 |
$prefix,
|
45 |
* @param mixed $input The PHP value
|
46 |
* @param int $inline The level where you switch to inline YAML
|
47 |
* @param int $indent The level of indentation (used internally)
|
48 |
+
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
|
49 |
+
* @param bool $objectSupport True if object support is enabled, false otherwise
|
50 |
*
|
51 |
* @return string The YAML representation of the PHP value
|
52 |
*/
|
55 |
$output = '';
|
56 |
$prefix = $indent ? str_repeat(' ', $indent) : '';
|
57 |
|
58 |
+
if ($inline <= 0 || !\is_array($input) || empty($input)) {
|
59 |
$output .= $prefix.Inline::dump($input, $exceptionOnInvalidType, $objectSupport);
|
60 |
} else {
|
61 |
$isAHash = Inline::isHash($input);
|
62 |
|
63 |
foreach ($input as $key => $value) {
|
64 |
+
$willBeInlined = $inline - 1 <= 0 || !\is_array($value) || empty($value);
|
65 |
|
66 |
$output .= sprintf('%s%s%s%s',
|
67 |
$prefix,
|
vendor/symfony/yaml/Escaper.php
CHANGED
@@ -33,13 +33,15 @@ class Escaper
|
|
33 |
"\x08", "\x09", "\x0a", "\x0b", "\x0c", "\x0d", "\x0e", "\x0f",
|
34 |
"\x10", "\x11", "\x12", "\x13", "\x14", "\x15", "\x16", "\x17",
|
35 |
"\x18", "\x19", "\x1a", "\x1b", "\x1c", "\x1d", "\x1e", "\x1f",
|
36 |
-
"\xc2\x85", "\xc2\xa0", "\xe2\x80\xa8", "\xe2\x80\xa9"
|
|
|
37 |
private static $escaped = array('\\\\', '\\"', '\\\\', '\\"',
|
38 |
'\\0', '\\x01', '\\x02', '\\x03', '\\x04', '\\x05', '\\x06', '\\a',
|
39 |
'\\b', '\\t', '\\n', '\\v', '\\f', '\\r', '\\x0e', '\\x0f',
|
40 |
'\\x10', '\\x11', '\\x12', '\\x13', '\\x14', '\\x15', '\\x16', '\\x17',
|
41 |
'\\x18', '\\x19', '\\x1a', '\\e', '\\x1c', '\\x1d', '\\x1e', '\\x1f',
|
42 |
-
'\\N', '\\_', '\\L', '\\P'
|
|
|
43 |
|
44 |
/**
|
45 |
* Determines if a PHP value would require double quoting in YAML.
|
@@ -50,7 +52,7 @@ class Escaper
|
|
50 |
*/
|
51 |
public static function requiresDoubleQuoting($value)
|
52 |
{
|
53 |
-
return preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
|
54 |
}
|
55 |
|
56 |
/**
|
@@ -76,13 +78,13 @@ class Escaper
|
|
76 |
{
|
77 |
// Determines if a PHP value is entirely composed of a value that would
|
78 |
// require single quoting in YAML.
|
79 |
-
if (in_array(strtolower($value), array('null', '~', 'true', 'false', 'y', 'n', 'yes', 'no', 'on', 'off'))) {
|
80 |
return true;
|
81 |
}
|
82 |
|
83 |
// Determines if the PHP value contains any single characters that would
|
84 |
// cause it to require single quoting in YAML.
|
85 |
-
return preg_match('/[ \s \' " \: \{ \} \[ \] , & \* \# \?] | \A[ \- ? | < > = ! % @ ` ]/x', $value);
|
86 |
}
|
87 |
|
88 |
/**
|
33 |
"\x08", "\x09", "\x0a", "\x0b", "\x0c", "\x0d", "\x0e", "\x0f",
|
34 |
"\x10", "\x11", "\x12", "\x13", "\x14", "\x15", "\x16", "\x17",
|
35 |
"\x18", "\x19", "\x1a", "\x1b", "\x1c", "\x1d", "\x1e", "\x1f",
|
36 |
+
"\xc2\x85", "\xc2\xa0", "\xe2\x80\xa8", "\xe2\x80\xa9",
|
37 |
+
);
|
38 |
private static $escaped = array('\\\\', '\\"', '\\\\', '\\"',
|
39 |
'\\0', '\\x01', '\\x02', '\\x03', '\\x04', '\\x05', '\\x06', '\\a',
|
40 |
'\\b', '\\t', '\\n', '\\v', '\\f', '\\r', '\\x0e', '\\x0f',
|
41 |
'\\x10', '\\x11', '\\x12', '\\x13', '\\x14', '\\x15', '\\x16', '\\x17',
|
42 |
'\\x18', '\\x19', '\\x1a', '\\e', '\\x1c', '\\x1d', '\\x1e', '\\x1f',
|
43 |
+
'\\N', '\\_', '\\L', '\\P',
|
44 |
+
);
|
45 |
|
46 |
/**
|
47 |
* Determines if a PHP value would require double quoting in YAML.
|
52 |
*/
|
53 |
public static function requiresDoubleQuoting($value)
|
54 |
{
|
55 |
+
return 0 < preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
|
56 |
}
|
57 |
|
58 |
/**
|
78 |
{
|
79 |
// Determines if a PHP value is entirely composed of a value that would
|
80 |
// require single quoting in YAML.
|
81 |
+
if (\in_array(strtolower($value), array('null', '~', 'true', 'false', 'y', 'n', 'yes', 'no', 'on', 'off'))) {
|
82 |
return true;
|
83 |
}
|
84 |
|
85 |
// Determines if the PHP value contains any single characters that would
|
86 |
// cause it to require single quoting in YAML.
|
87 |
+
return 0 < preg_match('/[ \s \' " \: \{ \} \[ \] , & \* \# \?] | \A[ \- ? | < > = ! % @ ` ]/x', $value);
|
88 |
}
|
89 |
|
90 |
/**
|
vendor/symfony/yaml/Exception/ParseException.php
CHANGED
@@ -24,13 +24,11 @@ class ParseException extends RuntimeException
|
|
24 |
private $rawMessage;
|
25 |
|
26 |
/**
|
27 |
-
*
|
28 |
-
*
|
29 |
-
* @param string $
|
30 |
-
* @param
|
31 |
-
* @param
|
32 |
-
* @param string $parsedFile The file name where the error occurred
|
33 |
-
* @param \Exception $previous The previous exception
|
34 |
*/
|
35 |
public function __construct($message, $parsedLine = -1, $snippet = null, $parsedFile = null, \Exception $previous = null)
|
36 |
{
|
@@ -123,7 +121,7 @@ class ParseException extends RuntimeException
|
|
123 |
}
|
124 |
|
125 |
if (null !== $this->parsedFile) {
|
126 |
-
if (PHP_VERSION_ID >= 50400) {
|
127 |
$jsonOptions = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE;
|
128 |
} else {
|
129 |
$jsonOptions = 0;
|
24 |
private $rawMessage;
|
25 |
|
26 |
/**
|
27 |
+
* @param string $message The error message
|
28 |
+
* @param int $parsedLine The line where the error occurred
|
29 |
+
* @param string|null $snippet The snippet of code near the problem
|
30 |
+
* @param string|null $parsedFile The file name where the error occurred
|
31 |
+
* @param \Exception|null $previous The previous exception
|
|
|
|
|
32 |
*/
|
33 |
public function __construct($message, $parsedLine = -1, $snippet = null, $parsedFile = null, \Exception $previous = null)
|
34 |
{
|
121 |
}
|
122 |
|
123 |
if (null !== $this->parsedFile) {
|
124 |
+
if (\PHP_VERSION_ID >= 50400) {
|
125 |
$jsonOptions = JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE;
|
126 |
} else {
|
127 |
$jsonOptions = 0;
|
vendor/symfony/yaml/Inline.php
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
|
12 |
namespace Symfony\Component\Yaml;
|
13 |
|
14 |
-
use Symfony\Component\Yaml\Exception\ParseException;
|
15 |
use Symfony\Component\Yaml\Exception\DumpException;
|
|
|
16 |
|
17 |
/**
|
18 |
* Inline implements a YAML parser/dumper for the YAML inline syntax.
|
@@ -31,9 +31,9 @@ class Inline
|
|
31 |
* Converts a YAML string to a PHP value.
|
32 |
*
|
33 |
* @param string $value A YAML string
|
34 |
-
* @param bool $exceptionOnInvalidType
|
35 |
-
* @param bool $objectSupport
|
36 |
-
* @param bool $objectForMap
|
37 |
* @param array $references Mapping of variable names to values
|
38 |
*
|
39 |
* @return mixed A PHP value
|
@@ -87,8 +87,8 @@ class Inline
|
|
87 |
* Dumps a given PHP variable to a YAML string.
|
88 |
*
|
89 |
* @param mixed $value The PHP variable to convert
|
90 |
-
* @param bool $exceptionOnInvalidType
|
91 |
-
* @param bool $objectSupport
|
92 |
*
|
93 |
* @return string The YAML string representing the PHP value
|
94 |
*
|
@@ -97,13 +97,13 @@ class Inline
|
|
97 |
public static function dump($value, $exceptionOnInvalidType = false, $objectSupport = false)
|
98 |
{
|
99 |
switch (true) {
|
100 |
-
case is_resource($value):
|
101 |
if ($exceptionOnInvalidType) {
|
102 |
throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)));
|
103 |
}
|
104 |
|
105 |
return 'null';
|
106 |
-
case is_object($value):
|
107 |
if ($objectSupport) {
|
108 |
return '!php/object:'.serialize($value);
|
109 |
}
|
@@ -113,7 +113,7 @@ class Inline
|
|
113 |
}
|
114 |
|
115 |
return 'null';
|
116 |
-
case is_array($value):
|
117 |
return self::dumpArray($value, $exceptionOnInvalidType, $objectSupport);
|
118 |
case null === $value:
|
119 |
return 'null';
|
@@ -122,13 +122,13 @@ class Inline
|
|
122 |
case false === $value:
|
123 |
return 'false';
|
124 |
case ctype_digit($value):
|
125 |
-
return is_string($value) ? "'$value'" : (int) $value;
|
126 |
case is_numeric($value):
|
127 |
$locale = setlocale(LC_NUMERIC, 0);
|
128 |
if (false !== $locale) {
|
129 |
setlocale(LC_NUMERIC, 'C');
|
130 |
}
|
131 |
-
if (is_float($value)) {
|
132 |
$repr = (string) $value;
|
133 |
if (is_infinite($value)) {
|
134 |
$repr = str_ireplace('INF', '.Inf', $repr);
|
@@ -137,7 +137,7 @@ class Inline
|
|
137 |
$repr = '!!float '.$repr;
|
138 |
}
|
139 |
} else {
|
140 |
-
$repr = is_string($value) ? "'$value'" : (string) $value;
|
141 |
}
|
142 |
if (false !== $locale) {
|
143 |
setlocale(LC_NUMERIC, $locale);
|
@@ -149,8 +149,8 @@ class Inline
|
|
149 |
case Escaper::requiresDoubleQuoting($value):
|
150 |
return Escaper::escapeWithDoubleQuotes($value);
|
151 |
case Escaper::requiresSingleQuoting($value):
|
152 |
-
case preg_match(self::getHexRegex(), $value):
|
153 |
-
case preg_match(self::getTimestampRegex(), $value):
|
154 |
return Escaper::escapeWithSingleQuotes($value);
|
155 |
default:
|
156 |
return $value;
|
@@ -183,8 +183,8 @@ class Inline
|
|
183 |
* Dumps a PHP array to a YAML string.
|
184 |
*
|
185 |
* @param array $value The PHP array to dump
|
186 |
-
* @param bool $exceptionOnInvalidType
|
187 |
-
* @param bool $objectSupport
|
188 |
*
|
189 |
* @return string The YAML string representing the PHP array
|
190 |
*/
|
@@ -212,12 +212,12 @@ class Inline
|
|
212 |
/**
|
213 |
* Parses a YAML scalar.
|
214 |
*
|
215 |
-
* @param string
|
216 |
-
* @param string $delimiters
|
217 |
-
* @param
|
218 |
-
* @param int
|
219 |
-
* @param bool
|
220 |
-
* @param array
|
221 |
*
|
222 |
* @return string
|
223 |
*
|
@@ -227,13 +227,16 @@ class Inline
|
|
227 |
*/
|
228 |
public static function parseScalar($scalar, $delimiters = null, $stringDelimiters = array('"', "'"), &$i = 0, $evaluate = true, $references = array())
|
229 |
{
|
230 |
-
if (in_array($scalar[$i], $stringDelimiters)) {
|
231 |
// quoted scalar
|
232 |
$output = self::parseQuotedScalar($scalar, $i);
|
233 |
|
234 |
if (null !== $delimiters) {
|
235 |
$tmp = ltrim(substr($scalar, $i), ' ');
|
236 |
-
if (
|
|
|
|
|
|
|
237 |
throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)));
|
238 |
}
|
239 |
}
|
@@ -241,15 +244,15 @@ class Inline
|
|
241 |
// "normal" string
|
242 |
if (!$delimiters) {
|
243 |
$output = substr($scalar, $i);
|
244 |
-
$i += strlen($output);
|
245 |
|
246 |
// remove comments
|
247 |
-
if (preg_match('/[ \t]+#/', $output, $match, PREG_OFFSET_CAPTURE)) {
|
248 |
$output = substr($output, 0, $match[0][1]);
|
249 |
}
|
250 |
-
} elseif (preg_match('/^(.+?)('.implode('|', $delimiters).')/', substr($scalar, $i), $match)) {
|
251 |
$output = $match[1];
|
252 |
-
$i += strlen($output);
|
253 |
} else {
|
254 |
throw new ParseException(sprintf('Malformed inline YAML string: %s.', $scalar));
|
255 |
}
|
@@ -282,11 +285,11 @@ class Inline
|
|
282 |
*/
|
283 |
private static function parseQuotedScalar($scalar, &$i)
|
284 |
{
|
285 |
-
if (!preg_match('/'.self::REGEX_QUOTED_STRING.'/Au', substr($scalar, $i), $match)) {
|
286 |
throw new ParseException(sprintf('Malformed inline YAML string: %s.', substr($scalar, $i)));
|
287 |
}
|
288 |
|
289 |
-
$output = substr($match[0], 1, strlen($match[0]) - 2);
|
290 |
|
291 |
$unescaper = new Unescaper();
|
292 |
if ('"' == $scalar[$i]) {
|
@@ -295,7 +298,7 @@ class Inline
|
|
295 |
$output = $unescaper->unescapeSingleQuotedString($output);
|
296 |
}
|
297 |
|
298 |
-
$i += strlen($match[0]);
|
299 |
|
300 |
return $output;
|
301 |
}
|
@@ -314,7 +317,7 @@ class Inline
|
|
314 |
private static function parseSequence($sequence, &$i = 0, $references = array())
|
315 |
{
|
316 |
$output = array();
|
317 |
-
$len = strlen($sequence);
|
318 |
++$i;
|
319 |
|
320 |
// [foo, bar, ...]
|
@@ -334,11 +337,11 @@ class Inline
|
|
334 |
case ' ':
|
335 |
break;
|
336 |
default:
|
337 |
-
$isQuoted = in_array($sequence[$i], array('"', "'"));
|
338 |
$value = self::parseScalar($sequence, array(',', ']'), array('"', "'"), $i, true, $references);
|
339 |
|
340 |
// the value can be an array if a reference has been resolved to an array var
|
341 |
-
if (
|
342 |
// embedded mapping?
|
343 |
try {
|
344 |
$pos = 0;
|
@@ -373,8 +376,9 @@ class Inline
|
|
373 |
private static function parseMapping($mapping, &$i = 0, $references = array())
|
374 |
{
|
375 |
$output = array();
|
376 |
-
$len = strlen($mapping);
|
377 |
++$i;
|
|
|
378 |
|
379 |
// {foo: bar, bar:foo, ...}
|
380 |
while ($i < $len) {
|
@@ -394,6 +398,10 @@ class Inline
|
|
394 |
// key
|
395 |
$key = self::parseScalar($mapping, array(':', ' '), array('"', "'"), $i, false);
|
396 |
|
|
|
|
|
|
|
|
|
397 |
// value
|
398 |
$done = false;
|
399 |
|
@@ -405,7 +413,12 @@ class Inline
|
|
405 |
// Spec: Keys MUST be unique; first one wins.
|
406 |
// Parser cannot abort this mapping earlier, since lines
|
407 |
// are processed sequentially.
|
408 |
-
|
|
|
|
|
|
|
|
|
|
|
409 |
$output[$key] = $value;
|
410 |
}
|
411 |
$done = true;
|
@@ -416,7 +429,10 @@ class Inline
|
|
416 |
// Spec: Keys MUST be unique; first one wins.
|
417 |
// Parser cannot abort this mapping earlier, since lines
|
418 |
// are processed sequentially.
|
419 |
-
|
|
|
|
|
|
|
420 |
$output[$key] = $value;
|
421 |
}
|
422 |
$done = true;
|
@@ -429,7 +445,10 @@ class Inline
|
|
429 |
// Spec: Keys MUST be unique; first one wins.
|
430 |
// Parser cannot abort this mapping earlier, since lines
|
431 |
// are processed sequentially.
|
432 |
-
|
|
|
|
|
|
|
433 |
$output[$key] = $value;
|
434 |
}
|
435 |
$done = true;
|
@@ -453,7 +472,7 @@ class Inline
|
|
453 |
* @param string $scalar
|
454 |
* @param array $references
|
455 |
*
|
456 |
-
* @return
|
457 |
*
|
458 |
* @throws ParseException when object parsing support was disabled and the parser detected a PHP object or when a reference could not be resolved
|
459 |
*/
|
@@ -491,7 +510,7 @@ class Inline
|
|
491 |
case 'false' === $scalarLower:
|
492 |
return false;
|
493 |
// Optimise for returning strings.
|
494 |
-
case
|
495 |
switch (true) {
|
496 |
case 0 === strpos($scalar, '!str'):
|
497 |
return (string) substr($scalar, 5);
|
@@ -530,16 +549,16 @@ class Inline
|
|
530 |
|
531 |
return '0' == $scalar[1] ? octdec($scalar) : (((string) $raw === (string) $cast) ? $cast : $raw);
|
532 |
case is_numeric($scalar):
|
533 |
-
case preg_match(self::getHexRegex(), $scalar):
|
534 |
return '0x' === $scalar[0].$scalar[1] ? hexdec($scalar) : (float) $scalar;
|
535 |
case '.inf' === $scalarLower:
|
536 |
case '.nan' === $scalarLower:
|
537 |
return -log(0);
|
538 |
case '-.inf' === $scalarLower:
|
539 |
return log(0);
|
540 |
-
case preg_match('/^(-|\+)?[0-9,]+(\.[0-9]+)?$/', $scalar):
|
541 |
return (float) str_replace(',', '', $scalar);
|
542 |
-
case preg_match(self::getTimestampRegex(), $scalar):
|
543 |
$timeZone = date_default_timezone_get();
|
544 |
date_default_timezone_set('UTC');
|
545 |
$time = strtotime($scalar);
|
@@ -547,6 +566,7 @@ class Inline
|
|
547 |
|
548 |
return $time;
|
549 |
}
|
|
|
550 |
default:
|
551 |
return (string) $scalar;
|
552 |
}
|
11 |
|
12 |
namespace Symfony\Component\Yaml;
|
13 |
|
|
|
14 |
use Symfony\Component\Yaml\Exception\DumpException;
|
15 |
+
use Symfony\Component\Yaml\Exception\ParseException;
|
16 |
|
17 |
/**
|
18 |
* Inline implements a YAML parser/dumper for the YAML inline syntax.
|
31 |
* Converts a YAML string to a PHP value.
|
32 |
*
|
33 |
* @param string $value A YAML string
|
34 |
+
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
|
35 |
+
* @param bool $objectSupport True if object support is enabled, false otherwise
|
36 |
+
* @param bool $objectForMap True if maps should return a stdClass instead of array()
|
37 |
* @param array $references Mapping of variable names to values
|
38 |
*
|
39 |
* @return mixed A PHP value
|
87 |
* Dumps a given PHP variable to a YAML string.
|
88 |
*
|
89 |
* @param mixed $value The PHP variable to convert
|
90 |
+
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
|
91 |
+
* @param bool $objectSupport True if object support is enabled, false otherwise
|
92 |
*
|
93 |
* @return string The YAML string representing the PHP value
|
94 |
*
|
97 |
public static function dump($value, $exceptionOnInvalidType = false, $objectSupport = false)
|
98 |
{
|
99 |
switch (true) {
|
100 |
+
case \is_resource($value):
|
101 |
if ($exceptionOnInvalidType) {
|
102 |
throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)));
|
103 |
}
|
104 |
|
105 |
return 'null';
|
106 |
+
case \is_object($value):
|
107 |
if ($objectSupport) {
|
108 |
return '!php/object:'.serialize($value);
|
109 |
}
|
113 |
}
|
114 |
|
115 |
return 'null';
|
116 |
+
case \is_array($value):
|
117 |
return self::dumpArray($value, $exceptionOnInvalidType, $objectSupport);
|
118 |
case null === $value:
|
119 |
return 'null';
|
122 |
case false === $value:
|
123 |
return 'false';
|
124 |
case ctype_digit($value):
|
125 |
+
return \is_string($value) ? "'$value'" : (int) $value;
|
126 |
case is_numeric($value):
|
127 |
$locale = setlocale(LC_NUMERIC, 0);
|
128 |
if (false !== $locale) {
|
129 |
setlocale(LC_NUMERIC, 'C');
|
130 |
}
|
131 |
+
if (\is_float($value)) {
|
132 |
$repr = (string) $value;
|
133 |
if (is_infinite($value)) {
|
134 |
$repr = str_ireplace('INF', '.Inf', $repr);
|
137 |
$repr = '!!float '.$repr;
|
138 |
}
|
139 |
} else {
|
140 |
+
$repr = \is_string($value) ? "'$value'" : (string) $value;
|
141 |
}
|
142 |
if (false !== $locale) {
|
143 |
setlocale(LC_NUMERIC, $locale);
|
149 |
case Escaper::requiresDoubleQuoting($value):
|
150 |
return Escaper::escapeWithDoubleQuotes($value);
|
151 |
case Escaper::requiresSingleQuoting($value):
|
152 |
+
case Parser::preg_match(self::getHexRegex(), $value):
|
153 |
+
case Parser::preg_match(self::getTimestampRegex(), $value):
|
154 |
return Escaper::escapeWithSingleQuotes($value);
|
155 |
default:
|
156 |
return $value;
|
183 |
* Dumps a PHP array to a YAML string.
|
184 |
*
|
185 |
* @param array $value The PHP array to dump
|
186 |
+
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
|
187 |
+
* @param bool $objectSupport True if object support is enabled, false otherwise
|
188 |
*
|
189 |
* @return string The YAML string representing the PHP array
|
190 |
*/
|
212 |
/**
|
213 |
* Parses a YAML scalar.
|
214 |
*
|
215 |
+
* @param string $scalar
|
216 |
+
* @param string[] $delimiters
|
217 |
+
* @param string[] $stringDelimiters
|
218 |
+
* @param int &$i
|
219 |
+
* @param bool $evaluate
|
220 |
+
* @param array $references
|
221 |
*
|
222 |
* @return string
|
223 |
*
|
227 |
*/
|
228 |
public static function parseScalar($scalar, $delimiters = null, $stringDelimiters = array('"', "'"), &$i = 0, $evaluate = true, $references = array())
|
229 |
{
|
230 |
+
if (\in_array($scalar[$i], $stringDelimiters)) {
|
231 |
// quoted scalar
|
232 |
$output = self::parseQuotedScalar($scalar, $i);
|
233 |
|
234 |
if (null !== $delimiters) {
|
235 |
$tmp = ltrim(substr($scalar, $i), ' ');
|
236 |
+
if ('' === $tmp) {
|
237 |
+
throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)));
|
238 |
+
}
|
239 |
+
if (!\in_array($tmp[0], $delimiters)) {
|
240 |
throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)));
|
241 |
}
|
242 |
}
|
244 |
// "normal" string
|
245 |
if (!$delimiters) {
|
246 |
$output = substr($scalar, $i);
|
247 |
+
$i += \strlen($output);
|
248 |
|
249 |
// remove comments
|
250 |
+
if (Parser::preg_match('/[ \t]+#/', $output, $match, PREG_OFFSET_CAPTURE)) {
|
251 |
$output = substr($output, 0, $match[0][1]);
|
252 |
}
|
253 |
+
} elseif (Parser::preg_match('/^(.+?)('.implode('|', $delimiters).')/', substr($scalar, $i), $match)) {
|
254 |
$output = $match[1];
|
255 |
+
$i += \strlen($output);
|
256 |
} else {
|
257 |
throw new ParseException(sprintf('Malformed inline YAML string: %s.', $scalar));
|
258 |
}
|
285 |
*/
|
286 |
private static function parseQuotedScalar($scalar, &$i)
|
287 |
{
|
288 |
+
if (!Parser::preg_match('/'.self::REGEX_QUOTED_STRING.'/Au', substr($scalar, $i), $match)) {
|
289 |
throw new ParseException(sprintf('Malformed inline YAML string: %s.', substr($scalar, $i)));
|
290 |
}
|
291 |
|
292 |
+
$output = substr($match[0], 1, \strlen($match[0]) - 2);
|
293 |
|
294 |
$unescaper = new Unescaper();
|
295 |
if ('"' == $scalar[$i]) {
|
298 |
$output = $unescaper->unescapeSingleQuotedString($output);
|
299 |
}
|
300 |
|
301 |
+
$i += \strlen($match[0]);
|
302 |
|
303 |
return $output;
|
304 |
}
|
317 |
private static function parseSequence($sequence, &$i = 0, $references = array())
|
318 |
{
|
319 |
$output = array();
|
320 |
+
$len = \strlen($sequence);
|
321 |
++$i;
|
322 |
|
323 |
// [foo, bar, ...]
|
337 |
case ' ':
|
338 |
break;
|
339 |
default:
|
340 |
+
$isQuoted = \in_array($sequence[$i], array('"', "'"));
|
341 |
$value = self::parseScalar($sequence, array(',', ']'), array('"', "'"), $i, true, $references);
|
342 |
|
343 |
// the value can be an array if a reference has been resolved to an array var
|
344 |
+
if (!\is_array($value) && !$isQuoted && false !== strpos($value, ': ')) {
|
345 |
// embedded mapping?
|
346 |
try {
|
347 |
$pos = 0;
|
376 |
private static function parseMapping($mapping, &$i = 0, $references = array())
|
377 |
{
|
378 |
$output = array();
|
379 |
+
$len = \strlen($mapping);
|
380 |
++$i;
|
381 |
+
$allowOverwrite = false;
|
382 |
|
383 |
// {foo: bar, bar:foo, ...}
|
384 |
while ($i < $len) {
|
398 |
// key
|
399 |
$key = self::parseScalar($mapping, array(':', ' '), array('"', "'"), $i, false);
|
400 |
|
401 |
+
if ('<<' === $key) {
|
402 |
+
$allowOverwrite = true;
|
403 |
+
}
|
404 |
+
|
405 |
// value
|
406 |
$done = false;
|
407 |
|
413 |
// Spec: Keys MUST be unique; first one wins.
|
414 |
// Parser cannot abort this mapping earlier, since lines
|
415 |
// are processed sequentially.
|
416 |
+
// But overwriting is allowed when a merge node is used in current block.
|
417 |
+
if ('<<' === $key) {
|
418 |
+
foreach ($value as $parsedValue) {
|
419 |
+
$output += $parsedValue;
|
420 |
+
}
|
421 |
+
} elseif ($allowOverwrite || !isset($output[$key])) {
|
422 |
$output[$key] = $value;
|
423 |
}
|
424 |
$done = true;
|
429 |
// Spec: Keys MUST be unique; first one wins.
|
430 |
// Parser cannot abort this mapping earlier, since lines
|
431 |
// are processed sequentially.
|
432 |
+
// But overwriting is allowed when a merge node is used in current block.
|
433 |
+
if ('<<' === $key) {
|
434 |
+
$output += $value;
|
435 |
+
} elseif ($allowOverwrite || !isset($output[$key])) {
|
436 |
$output[$key] = $value;
|
437 |
}
|
438 |
$done = true;
|
445 |
// Spec: Keys MUST be unique; first one wins.
|
446 |
// Parser cannot abort this mapping earlier, since lines
|
447 |
// are processed sequentially.
|
448 |
+
// But overwriting is allowed when a merge node is used in current block.
|
449 |
+
if ('<<' === $key) {
|
450 |
+
$output += $value;
|
451 |
+
} elseif ($allowOverwrite || !isset($output[$key])) {
|
452 |
$output[$key] = $value;
|
453 |
}
|
454 |
$done = true;
|
472 |
* @param string $scalar
|
473 |
* @param array $references
|
474 |
*
|
475 |
+
* @return mixed The evaluated YAML string
|
476 |
*
|
477 |
* @throws ParseException when object parsing support was disabled and the parser detected a PHP object or when a reference could not be resolved
|
478 |
*/
|
510 |
case 'false' === $scalarLower:
|
511 |
return false;
|
512 |
// Optimise for returning strings.
|
513 |
+
case '+' === $scalar[0] || '-' === $scalar[0] || '.' === $scalar[0] || '!' === $scalar[0] || is_numeric($scalar[0]):
|
514 |
switch (true) {
|
515 |
case 0 === strpos($scalar, '!str'):
|
516 |
return (string) substr($scalar, 5);
|
549 |
|
550 |
return '0' == $scalar[1] ? octdec($scalar) : (((string) $raw === (string) $cast) ? $cast : $raw);
|
551 |
case is_numeric($scalar):
|
552 |
+
case Parser::preg_match(self::getHexRegex(), $scalar):
|
553 |
return '0x' === $scalar[0].$scalar[1] ? hexdec($scalar) : (float) $scalar;
|
554 |
case '.inf' === $scalarLower:
|
555 |
case '.nan' === $scalarLower:
|
556 |
return -log(0);
|
557 |
case '-.inf' === $scalarLower:
|
558 |
return log(0);
|
559 |
+
case Parser::preg_match('/^(-|\+)?[0-9,]+(\.[0-9]+)?$/', $scalar):
|
560 |
return (float) str_replace(',', '', $scalar);
|
561 |
+
case Parser::preg_match(self::getTimestampRegex(), $scalar):
|
562 |
$timeZone = date_default_timezone_get();
|
563 |
date_default_timezone_set('UTC');
|
564 |
$time = strtotime($scalar);
|
566 |
|
567 |
return $time;
|
568 |
}
|
569 |
+
// no break
|
570 |
default:
|
571 |
return (string) $scalar;
|
572 |
}
|
vendor/symfony/yaml/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Copyright (c) 2004-
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4 |
of this software and associated documentation files (the "Software"), to deal
|
1 |
+
Copyright (c) 2004-2018 Fabien Potencier
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4 |
of this software and associated documentation files (the "Software"), to deal
|
vendor/symfony/yaml/Parser.php
CHANGED
@@ -34,8 +34,6 @@ class Parser
|
|
34 |
private $locallySkippedLineNumbers = array();
|
35 |
|
36 |
/**
|
37 |
-
* Constructor.
|
38 |
-
*
|
39 |
* @param int $offset The offset of YAML document (used for line numbers in error messages)
|
40 |
* @param int|null $totalNumberOfLines The overall number of lines being parsed
|
41 |
* @param int[] $skippedLineNumbers Number of comment lines that have been skipped by the parser
|
@@ -51,9 +49,9 @@ class Parser
|
|
51 |
* Parses a YAML string to a PHP value.
|
52 |
*
|
53 |
* @param string $value A YAML string
|
54 |
-
* @param bool $exceptionOnInvalidType
|
55 |
-
* @param bool $objectSupport
|
56 |
-
* @param bool $objectForMap
|
57 |
*
|
58 |
* @return mixed A PHP value
|
59 |
*
|
@@ -61,26 +59,60 @@ class Parser
|
|
61 |
*/
|
62 |
public function parse($value, $exceptionOnInvalidType = false, $objectSupport = false, $objectForMap = false)
|
63 |
{
|
64 |
-
if (
|
65 |
throw new ParseException('The YAML value does not appear to be valid UTF-8.');
|
66 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
$this->currentLineNb = -1;
|
68 |
$this->currentLine = '';
|
69 |
$value = $this->cleanup($value);
|
70 |
$this->lines = explode("\n", $value);
|
|
|
71 |
|
72 |
if (null === $this->totalNumberOfLines) {
|
73 |
-
$this->totalNumberOfLines = count($this->lines);
|
74 |
-
}
|
75 |
-
|
76 |
-
if (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) {
|
77 |
-
$mbEncoding = mb_internal_encoding();
|
78 |
-
mb_internal_encoding('UTF-8');
|
79 |
}
|
80 |
|
81 |
$data = array();
|
82 |
$context = null;
|
83 |
$allowOverwrite = false;
|
|
|
84 |
while ($this->moveToNextLine()) {
|
85 |
if ($this->isCurrentLineEmpty()) {
|
86 |
continue;
|
@@ -92,13 +124,13 @@ class Parser
|
|
92 |
}
|
93 |
|
94 |
$isRef = $mergeNode = false;
|
95 |
-
if (preg_match('#^\-((?P<leadspaces>\s+)(?P<value
|
96 |
if ($context && 'mapping' == $context) {
|
97 |
throw new ParseException('You cannot define a sequence item when in a mapping', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
98 |
}
|
99 |
$context = 'sequence';
|
100 |
|
101 |
-
if (isset($values['value']) && preg_match('#^&(?P<ref>[^ ]+) *(?P<value>.*)#u', $values['value'], $matches)) {
|
102 |
$isRef = $matches['ref'];
|
103 |
$values['value'] = $matches['value'];
|
104 |
}
|
@@ -108,12 +140,12 @@ class Parser
|
|
108 |
$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
109 |
} else {
|
110 |
if (isset($values['leadspaces'])
|
111 |
-
&& preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\{\[].*?) *\:(\s+(?P<value
|
112 |
) {
|
113 |
// this is a compact notation element, add to next block and parse
|
114 |
$block = $values['value'];
|
115 |
if ($this->isNextLineIndented()) {
|
116 |
-
$block .= "\n".$this->getNextEmbedBlock($this->getCurrentLineIndentation() + strlen($values['leadspaces']) + 1);
|
117 |
}
|
118 |
|
119 |
$data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
@@ -124,7 +156,10 @@ class Parser
|
|
124 |
if ($isRef) {
|
125 |
$this->refs[$isRef] = end($data);
|
126 |
}
|
127 |
-
} elseif (
|
|
|
|
|
|
|
128 |
if ($context && 'sequence' == $context) {
|
129 |
throw new ParseException('You cannot define a mapping item when in a sequence', $this->currentLineNb + 1, $this->currentLine);
|
130 |
}
|
@@ -142,11 +177,11 @@ class Parser
|
|
142 |
}
|
143 |
|
144 |
// Convert float keys to strings, to avoid being converted to integers by PHP
|
145 |
-
if (is_float($key)) {
|
146 |
$key = (string) $key;
|
147 |
}
|
148 |
|
149 |
-
if ('<<' === $key) {
|
150 |
$mergeNode = true;
|
151 |
$allowOverwrite = true;
|
152 |
if (isset($values['value']) && 0 === strpos($values['value'], '*')) {
|
@@ -157,24 +192,20 @@ class Parser
|
|
157 |
|
158 |
$refValue = $this->refs[$refName];
|
159 |
|
160 |
-
if (
|
161 |
throw new ParseException('YAML merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
162 |
}
|
163 |
|
164 |
-
|
165 |
-
if (!isset($data[$key])) {
|
166 |
-
$data[$key] = $value;
|
167 |
-
}
|
168 |
-
}
|
169 |
} else {
|
170 |
-
if (isset($values['value']) && $values['value']
|
171 |
$value = $values['value'];
|
172 |
} else {
|
173 |
$value = $this->getNextEmbedBlock();
|
174 |
}
|
175 |
$parsed = $this->parseBlock($this->getRealCurrentLineNb() + 1, $value, $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
176 |
|
177 |
-
if (
|
178 |
throw new ParseException('YAML merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
179 |
}
|
180 |
|
@@ -183,34 +214,26 @@ class Parser
|
|
183 |
// and each of these nodes is merged in turn according to its order in the sequence. Keys in mapping nodes earlier
|
184 |
// in the sequence override keys specified in later mapping nodes.
|
185 |
foreach ($parsed as $parsedItem) {
|
186 |
-
if (
|
187 |
throw new ParseException('Merge items must be arrays.', $this->getRealCurrentLineNb() + 1, $parsedItem);
|
188 |
}
|
189 |
|
190 |
-
|
191 |
-
if (!isset($data[$key])) {
|
192 |
-
$data[$key] = $value;
|
193 |
-
}
|
194 |
-
}
|
195 |
}
|
196 |
} else {
|
197 |
// If the value associated with the key is a single mapping node, each of its key/value pairs is inserted into the
|
198 |
// current mapping, unless the key already exists in it.
|
199 |
-
|
200 |
-
if (!isset($data[$key])) {
|
201 |
-
$data[$key] = $value;
|
202 |
-
}
|
203 |
-
}
|
204 |
}
|
205 |
}
|
206 |
-
} elseif (isset($values['value']) && preg_match('#^&(?P<ref>[^ ]+) *(?P<value>.*)#u', $values['value'], $matches)) {
|
207 |
$isRef = $matches['ref'];
|
208 |
$values['value'] = $matches['value'];
|
209 |
}
|
210 |
|
211 |
if ($mergeNode) {
|
212 |
// Merge keys
|
213 |
-
} elseif (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], ' '), '#')) {
|
214 |
// hash
|
215 |
// if next line is less indented or equal, then it means that the current value is null
|
216 |
if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
|
@@ -221,9 +244,13 @@ class Parser
|
|
221 |
}
|
222 |
} else {
|
223 |
$value = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(), $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
224 |
-
|
225 |
-
|
226 |
-
|
|
|
|
|
|
|
|
|
227 |
$data[$key] = $value;
|
228 |
}
|
229 |
}
|
@@ -245,7 +272,7 @@ class Parser
|
|
245 |
}
|
246 |
|
247 |
// 1-liner optionally followed by newline(s)
|
248 |
-
if (is_string($value) && $this->lines[0] === trim($value)) {
|
249 |
try {
|
250 |
$value = Inline::parse($this->lines[0], $exceptionOnInvalidType, $objectSupport, $objectForMap, $this->refs);
|
251 |
} catch (ParseException $e) {
|
@@ -255,42 +282,14 @@ class Parser
|
|
255 |
throw $e;
|
256 |
}
|
257 |
|
258 |
-
if (isset($mbEncoding)) {
|
259 |
-
mb_internal_encoding($mbEncoding);
|
260 |
-
}
|
261 |
-
|
262 |
return $value;
|
263 |
}
|
264 |
|
265 |
-
|
266 |
-
case PREG_INTERNAL_ERROR:
|
267 |
-
$error = 'Internal PCRE error.';
|
268 |
-
break;
|
269 |
-
case PREG_BACKTRACK_LIMIT_ERROR:
|
270 |
-
$error = 'pcre.backtrack_limit reached.';
|
271 |
-
break;
|
272 |
-
case PREG_RECURSION_LIMIT_ERROR:
|
273 |
-
$error = 'pcre.recursion_limit reached.';
|
274 |
-
break;
|
275 |
-
case PREG_BAD_UTF8_ERROR:
|
276 |
-
$error = 'Malformed UTF-8 data.';
|
277 |
-
break;
|
278 |
-
case PREG_BAD_UTF8_OFFSET_ERROR:
|
279 |
-
$error = 'Offset doesn\'t correspond to the begin of a valid UTF-8 code point.';
|
280 |
-
break;
|
281 |
-
default:
|
282 |
-
$error = 'Unable to parse.';
|
283 |
-
}
|
284 |
-
|
285 |
-
throw new ParseException($error, $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
286 |
}
|
287 |
}
|
288 |
|
289 |
-
if (
|
290 |
-
mb_internal_encoding($mbEncoding);
|
291 |
-
}
|
292 |
-
|
293 |
-
if ($objectForMap && !is_object($data) && 'mapping' === $context) {
|
294 |
$object = new \stdClass();
|
295 |
|
296 |
foreach ($data as $key => $value) {
|
@@ -318,7 +317,7 @@ class Parser
|
|
318 |
$parser = new self($offset, $this->totalNumberOfLines, $skippedLineNumbers);
|
319 |
$parser->refs = &$this->refs;
|
320 |
|
321 |
-
return $parser->
|
322 |
}
|
323 |
|
324 |
/**
|
@@ -348,7 +347,7 @@ class Parser
|
|
348 |
*/
|
349 |
private function getCurrentLineIndentation()
|
350 |
{
|
351 |
-
return strlen($this->currentLine) - strlen(ltrim($this->currentLine, ' '));
|
352 |
}
|
353 |
|
354 |
/**
|
@@ -415,7 +414,7 @@ class Parser
|
|
415 |
$indent = $this->getCurrentLineIndentation();
|
416 |
|
417 |
// terminate all block scalars that are more indented than the current line
|
418 |
-
if (!empty($blockScalarIndentations) && $indent < $previousLineIndentation && trim($this->currentLine)
|
419 |
foreach ($blockScalarIndentations as $key => $blockScalarIndentation) {
|
420 |
if ($blockScalarIndentation >= $this->getCurrentLineIndentation()) {
|
421 |
unset($blockScalarIndentations[$key]);
|
@@ -473,7 +472,7 @@ class Parser
|
|
473 |
*/
|
474 |
private function moveToNextLine()
|
475 |
{
|
476 |
-
if ($this->currentLineNb >= count($this->lines) - 1) {
|
477 |
return false;
|
478 |
}
|
479 |
|
@@ -504,7 +503,7 @@ class Parser
|
|
504 |
* @param string $value A YAML value
|
505 |
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types false otherwise
|
506 |
* @param bool $objectSupport True if object support is enabled, false otherwise
|
507 |
-
* @param bool $objectForMap
|
508 |
* @param string $context The parser context (either sequence or mapping)
|
509 |
*
|
510 |
* @return mixed A PHP value
|
@@ -527,7 +526,7 @@ class Parser
|
|
527 |
return $this->refs[$value];
|
528 |
}
|
529 |
|
530 |
-
if (preg_match('/^'.self::BLOCK_SCALAR_HEADER_PATTERN.'$/', $value, $matches)) {
|
531 |
$modifiers = isset($matches['modifiers']) ? $matches['modifiers'] : '';
|
532 |
|
533 |
return $this->parseBlockScalar($matches['separator'], preg_replace('#\d+#', '', $modifiers), (int) abs($modifiers));
|
@@ -582,8 +581,8 @@ class Parser
|
|
582 |
|
583 |
// determine indentation if not specified
|
584 |
if (0 === $indentation) {
|
585 |
-
if (preg_match('/^ +/', $this->currentLine, $matches)) {
|
586 |
-
$indentation = strlen($matches[0]);
|
587 |
}
|
588 |
}
|
589 |
|
@@ -593,10 +592,10 @@ class Parser
|
|
593 |
while (
|
594 |
$notEOF && (
|
595 |
$isCurrentLineBlank ||
|
596 |
-
preg_match($pattern, $this->currentLine, $matches)
|
597 |
)
|
598 |
) {
|
599 |
-
if ($isCurrentLineBlank && strlen($this->currentLine) > $indentation) {
|
600 |
$blockLines[] = substr($this->currentLine, $indentation);
|
601 |
} elseif ($isCurrentLineBlank) {
|
602 |
$blockLines[] = '';
|
@@ -626,7 +625,7 @@ class Parser
|
|
626 |
$previousLineIndented = false;
|
627 |
$previousLineBlank = false;
|
628 |
|
629 |
-
for ($i = 0
|
630 |
if ('' === $blockLines[$i]) {
|
631 |
$text .= "\n";
|
632 |
$previousLineIndented = false;
|
@@ -681,10 +680,7 @@ class Parser
|
|
681 |
return false;
|
682 |
}
|
683 |
|
684 |
-
$ret =
|
685 |
-
if ($this->getCurrentLineIndentation() > $currentIndentation) {
|
686 |
-
$ret = true;
|
687 |
-
}
|
688 |
|
689 |
$this->moveToPreviousLine();
|
690 |
|
@@ -721,7 +717,7 @@ class Parser
|
|
721 |
//checking explicitly the first char of the trim is faster than loops or strpos
|
722 |
$ltrimmedLine = ltrim($this->currentLine, ' ');
|
723 |
|
724 |
-
return '' !== $ltrimmedLine && $ltrimmedLine[0]
|
725 |
}
|
726 |
|
727 |
private function isCurrentLineLastLineInDocument()
|
@@ -747,7 +743,7 @@ class Parser
|
|
747 |
|
748 |
// remove leading comments
|
749 |
$trimmedValue = preg_replace('#^(\#.*?\n)+#s', '', $value, -1, $count);
|
750 |
-
if (
|
751 |
// items have been removed, update the offset
|
752 |
$this->offset += substr_count($value, "\n") - substr_count($trimmedValue, "\n");
|
753 |
$value = $trimmedValue;
|
@@ -755,7 +751,7 @@ class Parser
|
|
755 |
|
756 |
// remove start of the document marker (---)
|
757 |
$trimmedValue = preg_replace('#^\-\-\-.*?\n#s', '', $value, -1, $count);
|
758 |
-
if (
|
759 |
// items have been removed, update the offset
|
760 |
$this->offset += substr_count($value, "\n") - substr_count($trimmedValue, "\n");
|
761 |
$value = $trimmedValue;
|
@@ -785,14 +781,7 @@ class Parser
|
|
785 |
return false;
|
786 |
}
|
787 |
|
788 |
-
$ret =
|
789 |
-
if (
|
790 |
-
$this->getCurrentLineIndentation() == $currentIndentation
|
791 |
-
&&
|
792 |
-
$this->isStringUnIndentedCollectionItem()
|
793 |
-
) {
|
794 |
-
$ret = true;
|
795 |
-
}
|
796 |
|
797 |
$this->moveToPreviousLine();
|
798 |
|
@@ -816,6 +805,48 @@ class Parser
|
|
816 |
*/
|
817 |
private function isBlockScalarHeader()
|
818 |
{
|
819 |
-
return (bool) preg_match('~'.self::BLOCK_SCALAR_HEADER_PATTERN.'$~', $this->currentLine);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
820 |
}
|
821 |
}
|
34 |
private $locallySkippedLineNumbers = array();
|
35 |
|
36 |
/**
|
|
|
|
|
37 |
* @param int $offset The offset of YAML document (used for line numbers in error messages)
|
38 |
* @param int|null $totalNumberOfLines The overall number of lines being parsed
|
39 |
* @param int[] $skippedLineNumbers Number of comment lines that have been skipped by the parser
|
49 |
* Parses a YAML string to a PHP value.
|
50 |
*
|
51 |
* @param string $value A YAML string
|
52 |
+
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
|
53 |
+
* @param bool $objectSupport True if object support is enabled, false otherwise
|
54 |
+
* @param bool $objectForMap True if maps should return a stdClass instead of array()
|
55 |
*
|
56 |
* @return mixed A PHP value
|
57 |
*
|
59 |
*/
|
60 |
public function parse($value, $exceptionOnInvalidType = false, $objectSupport = false, $objectForMap = false)
|
61 |
{
|
62 |
+
if (false === preg_match('//u', $value)) {
|
63 |
throw new ParseException('The YAML value does not appear to be valid UTF-8.');
|
64 |
}
|
65 |
+
|
66 |
+
$this->refs = array();
|
67 |
+
|
68 |
+
$mbEncoding = null;
|
69 |
+
$e = null;
|
70 |
+
$data = null;
|
71 |
+
|
72 |
+
if (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) {
|
73 |
+
$mbEncoding = mb_internal_encoding();
|
74 |
+
mb_internal_encoding('UTF-8');
|
75 |
+
}
|
76 |
+
|
77 |
+
try {
|
78 |
+
$data = $this->doParse($value, $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
79 |
+
} catch (\Exception $e) {
|
80 |
+
} catch (\Throwable $e) {
|
81 |
+
}
|
82 |
+
|
83 |
+
if (null !== $mbEncoding) {
|
84 |
+
mb_internal_encoding($mbEncoding);
|
85 |
+
}
|
86 |
+
|
87 |
+
$this->lines = array();
|
88 |
+
$this->currentLine = '';
|
89 |
+
$this->refs = array();
|
90 |
+
$this->skippedLineNumbers = array();
|
91 |
+
$this->locallySkippedLineNumbers = array();
|
92 |
+
|
93 |
+
if (null !== $e) {
|
94 |
+
throw $e;
|
95 |
+
}
|
96 |
+
|
97 |
+
return $data;
|
98 |
+
}
|
99 |
+
|
100 |
+
private function doParse($value, $exceptionOnInvalidType = false, $objectSupport = false, $objectForMap = false)
|
101 |
+
{
|
102 |
$this->currentLineNb = -1;
|
103 |
$this->currentLine = '';
|
104 |
$value = $this->cleanup($value);
|
105 |
$this->lines = explode("\n", $value);
|
106 |
+
$this->locallySkippedLineNumbers = array();
|
107 |
|
108 |
if (null === $this->totalNumberOfLines) {
|
109 |
+
$this->totalNumberOfLines = \count($this->lines);
|
|
|
|
|
|
|
|
|
|
|
110 |
}
|
111 |
|
112 |
$data = array();
|
113 |
$context = null;
|
114 |
$allowOverwrite = false;
|
115 |
+
|
116 |
while ($this->moveToNextLine()) {
|
117 |
if ($this->isCurrentLineEmpty()) {
|
118 |
continue;
|
124 |
}
|
125 |
|
126 |
$isRef = $mergeNode = false;
|
127 |
+
if (self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine), $values)) {
|
128 |
if ($context && 'mapping' == $context) {
|
129 |
throw new ParseException('You cannot define a sequence item when in a mapping', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
130 |
}
|
131 |
$context = 'sequence';
|
132 |
|
133 |
+
if (isset($values['value']) && self::preg_match('#^&(?P<ref>[^ ]+) *(?P<value>.*)#u', $values['value'], $matches)) {
|
134 |
$isRef = $matches['ref'];
|
135 |
$values['value'] = $matches['value'];
|
136 |
}
|
140 |
$data[] = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(null, true), $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
141 |
} else {
|
142 |
if (isset($values['leadspaces'])
|
143 |
+
&& self::preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\{\[].*?) *\:(\s+(?P<value>.+))?$#u', rtrim($values['value']), $matches)
|
144 |
) {
|
145 |
// this is a compact notation element, add to next block and parse
|
146 |
$block = $values['value'];
|
147 |
if ($this->isNextLineIndented()) {
|
148 |
+
$block .= "\n".$this->getNextEmbedBlock($this->getCurrentLineIndentation() + \strlen($values['leadspaces']) + 1);
|
149 |
}
|
150 |
|
151 |
$data[] = $this->parseBlock($this->getRealCurrentLineNb(), $block, $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
156 |
if ($isRef) {
|
157 |
$this->refs[$isRef] = end($data);
|
158 |
}
|
159 |
+
} elseif (
|
160 |
+
self::preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\[\{].*?) *\:(\s+(?P<value>.+))?$#u', rtrim($this->currentLine), $values)
|
161 |
+
&& (false === strpos($values['key'], ' #') || \in_array($values['key'][0], array('"', "'")))
|
162 |
+
) {
|
163 |
if ($context && 'sequence' == $context) {
|
164 |
throw new ParseException('You cannot define a mapping item when in a sequence', $this->currentLineNb + 1, $this->currentLine);
|
165 |
}
|
177 |
}
|
178 |
|
179 |
// Convert float keys to strings, to avoid being converted to integers by PHP
|
180 |
+
if (\is_float($key)) {
|
181 |
$key = (string) $key;
|
182 |
}
|
183 |
|
184 |
+
if ('<<' === $key && (!isset($values['value']) || !self::preg_match('#^&(?P<ref>[^ ]+)#u', $values['value'], $refMatches))) {
|
185 |
$mergeNode = true;
|
186 |
$allowOverwrite = true;
|
187 |
if (isset($values['value']) && 0 === strpos($values['value'], '*')) {
|
192 |
|
193 |
$refValue = $this->refs[$refName];
|
194 |
|
195 |
+
if (!\is_array($refValue)) {
|
196 |
throw new ParseException('YAML merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
197 |
}
|
198 |
|
199 |
+
$data += $refValue; // array union
|
|
|
|
|
|
|
|
|
200 |
} else {
|
201 |
+
if (isset($values['value']) && '' !== $values['value']) {
|
202 |
$value = $values['value'];
|
203 |
} else {
|
204 |
$value = $this->getNextEmbedBlock();
|
205 |
}
|
206 |
$parsed = $this->parseBlock($this->getRealCurrentLineNb() + 1, $value, $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
207 |
|
208 |
+
if (!\is_array($parsed)) {
|
209 |
throw new ParseException('YAML merge keys used with a scalar value instead of an array.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
210 |
}
|
211 |
|
214 |
// and each of these nodes is merged in turn according to its order in the sequence. Keys in mapping nodes earlier
|
215 |
// in the sequence override keys specified in later mapping nodes.
|
216 |
foreach ($parsed as $parsedItem) {
|
217 |
+
if (!\is_array($parsedItem)) {
|
218 |
throw new ParseException('Merge items must be arrays.', $this->getRealCurrentLineNb() + 1, $parsedItem);
|
219 |
}
|
220 |
|
221 |
+
$data += $parsedItem; // array union
|
|
|
|
|
|
|
|
|
222 |
}
|
223 |
} else {
|
224 |
// If the value associated with the key is a single mapping node, each of its key/value pairs is inserted into the
|
225 |
// current mapping, unless the key already exists in it.
|
226 |
+
$data += $parsed; // array union
|
|
|
|
|
|
|
|
|
227 |
}
|
228 |
}
|
229 |
+
} elseif ('<<' !== $key && isset($values['value']) && self::preg_match('#^&(?P<ref>[^ ]+) *(?P<value>.*)#u', $values['value'], $matches)) {
|
230 |
$isRef = $matches['ref'];
|
231 |
$values['value'] = $matches['value'];
|
232 |
}
|
233 |
|
234 |
if ($mergeNode) {
|
235 |
// Merge keys
|
236 |
+
} elseif (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], ' '), '#') || '<<' === $key) {
|
237 |
// hash
|
238 |
// if next line is less indented or equal, then it means that the current value is null
|
239 |
if (!$this->isNextLineIndented() && !$this->isNextLineUnIndentedCollection()) {
|
244 |
}
|
245 |
} else {
|
246 |
$value = $this->parseBlock($this->getRealCurrentLineNb() + 1, $this->getNextEmbedBlock(), $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
247 |
+
|
248 |
+
if ('<<' === $key) {
|
249 |
+
$this->refs[$refMatches['ref']] = $value;
|
250 |
+
$data += $value;
|
251 |
+
} elseif ($allowOverwrite || !isset($data[$key])) {
|
252 |
+
// Spec: Keys MUST be unique; first one wins.
|
253 |
+
// But overwriting is allowed when a merge node is used in current block.
|
254 |
$data[$key] = $value;
|
255 |
}
|
256 |
}
|
272 |
}
|
273 |
|
274 |
// 1-liner optionally followed by newline(s)
|
275 |
+
if (\is_string($value) && $this->lines[0] === trim($value)) {
|
276 |
try {
|
277 |
$value = Inline::parse($this->lines[0], $exceptionOnInvalidType, $objectSupport, $objectForMap, $this->refs);
|
278 |
} catch (ParseException $e) {
|
282 |
throw $e;
|
283 |
}
|
284 |
|
|
|
|
|
|
|
|
|
285 |
return $value;
|
286 |
}
|
287 |
|
288 |
+
throw new ParseException('Unable to parse.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
}
|
290 |
}
|
291 |
|
292 |
+
if ($objectForMap && !\is_object($data) && 'mapping' === $context) {
|
|
|
|
|
|
|
|
|
293 |
$object = new \stdClass();
|
294 |
|
295 |
foreach ($data as $key => $value) {
|
317 |
$parser = new self($offset, $this->totalNumberOfLines, $skippedLineNumbers);
|
318 |
$parser->refs = &$this->refs;
|
319 |
|
320 |
+
return $parser->doParse($yaml, $exceptionOnInvalidType, $objectSupport, $objectForMap);
|
321 |
}
|
322 |
|
323 |
/**
|
347 |
*/
|
348 |
private function getCurrentLineIndentation()
|
349 |
{
|
350 |
+
return \strlen($this->currentLine) - \strlen(ltrim($this->currentLine, ' '));
|
351 |
}
|
352 |
|
353 |
/**
|
414 |
$indent = $this->getCurrentLineIndentation();
|
415 |
|
416 |
// terminate all block scalars that are more indented than the current line
|
417 |
+
if (!empty($blockScalarIndentations) && $indent < $previousLineIndentation && '' !== trim($this->currentLine)) {
|
418 |
foreach ($blockScalarIndentations as $key => $blockScalarIndentation) {
|
419 |
if ($blockScalarIndentation >= $this->getCurrentLineIndentation()) {
|
420 |
unset($blockScalarIndentations[$key]);
|
472 |
*/
|
473 |
private function moveToNextLine()
|
474 |
{
|
475 |
+
if ($this->currentLineNb >= \count($this->lines) - 1) {
|
476 |
return false;
|
477 |
}
|
478 |
|
503 |
* @param string $value A YAML value
|
504 |
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types false otherwise
|
505 |
* @param bool $objectSupport True if object support is enabled, false otherwise
|
506 |
+
* @param bool $objectForMap True if maps should return a stdClass instead of array()
|
507 |
* @param string $context The parser context (either sequence or mapping)
|
508 |
*
|
509 |
* @return mixed A PHP value
|
526 |
return $this->refs[$value];
|
527 |
}
|
528 |
|
529 |
+
if (self::preg_match('/^'.self::BLOCK_SCALAR_HEADER_PATTERN.'$/', $value, $matches)) {
|
530 |
$modifiers = isset($matches['modifiers']) ? $matches['modifiers'] : '';
|
531 |
|
532 |
return $this->parseBlockScalar($matches['separator'], preg_replace('#\d+#', '', $modifiers), (int) abs($modifiers));
|
581 |
|
582 |
// determine indentation if not specified
|
583 |
if (0 === $indentation) {
|
584 |
+
if (self::preg_match('/^ +/', $this->currentLine, $matches)) {
|
585 |
+
$indentation = \strlen($matches[0]);
|
586 |
}
|
587 |
}
|
588 |
|
592 |
while (
|
593 |
$notEOF && (
|
594 |
$isCurrentLineBlank ||
|
595 |
+
self::preg_match($pattern, $this->currentLine, $matches)
|
596 |
)
|
597 |
) {
|
598 |
+
if ($isCurrentLineBlank && \strlen($this->currentLine) > $indentation) {
|
599 |
$blockLines[] = substr($this->currentLine, $indentation);
|
600 |
} elseif ($isCurrentLineBlank) {
|
601 |
$blockLines[] = '';
|
625 |
$previousLineIndented = false;
|
626 |
$previousLineBlank = false;
|
627 |
|
628 |
+
for ($i = 0, $blockLinesCount = \count($blockLines); $i < $blockLinesCount; ++$i) {
|
629 |
if ('' === $blockLines[$i]) {
|
630 |
$text .= "\n";
|
631 |
$previousLineIndented = false;
|
680 |
return false;
|
681 |
}
|
682 |
|
683 |
+
$ret = $this->getCurrentLineIndentation() > $currentIndentation;
|
|
|
|
|
|
|
684 |
|
685 |
$this->moveToPreviousLine();
|
686 |
|
717 |
//checking explicitly the first char of the trim is faster than loops or strpos
|
718 |
$ltrimmedLine = ltrim($this->currentLine, ' ');
|
719 |
|
720 |
+
return '' !== $ltrimmedLine && '#' === $ltrimmedLine[0];
|
721 |
}
|
722 |
|
723 |
private function isCurrentLineLastLineInDocument()
|
743 |
|
744 |
// remove leading comments
|
745 |
$trimmedValue = preg_replace('#^(\#.*?\n)+#s', '', $value, -1, $count);
|
746 |
+
if (1 == $count) {
|
747 |
// items have been removed, update the offset
|
748 |
$this->offset += substr_count($value, "\n") - substr_count($trimmedValue, "\n");
|
749 |
$value = $trimmedValue;
|
751 |
|
752 |
// remove start of the document marker (---)
|
753 |
$trimmedValue = preg_replace('#^\-\-\-.*?\n#s', '', $value, -1, $count);
|
754 |
+
if (1 == $count) {
|
755 |
// items have been removed, update the offset
|
756 |
$this->offset += substr_count($value, "\n") - substr_count($trimmedValue, "\n");
|
757 |
$value = $trimmedValue;
|
781 |
return false;
|
782 |
}
|
783 |
|
784 |
+
$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedCollectionItem();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
785 |
|
786 |
$this->moveToPreviousLine();
|
787 |
|
805 |
*/
|
806 |
private function isBlockScalarHeader()
|
807 |
{
|
808 |
+
return (bool) self::preg_match('~'.self::BLOCK_SCALAR_HEADER_PATTERN.'$~', $this->currentLine);
|
809 |
+
}
|
810 |
+
|
811 |
+
/**
|
812 |
+
* A local wrapper for `preg_match` which will throw a ParseException if there
|
813 |
+
* is an internal error in the PCRE engine.
|
814 |
+
*
|
815 |
+
* This avoids us needing to check for "false" every time PCRE is used
|
816 |
+
* in the YAML engine
|
817 |
+
*
|
818 |
+
* @throws ParseException on a PCRE internal error
|
819 |
+
*
|
820 |
+
* @see preg_last_error()
|
821 |
+
*
|
822 |
+
* @internal
|
823 |
+
*/
|
824 |
+
public static function preg_match($pattern, $subject, &$matches = null, $flags = 0, $offset = 0)
|
825 |
+
{
|
826 |
+
if (false === $ret = preg_match($pattern, $subject, $matches, $flags, $offset)) {
|
827 |
+
switch (preg_last_error()) {
|
828 |
+
case PREG_INTERNAL_ERROR:
|
829 |
+
$error = 'Internal PCRE error.';
|
830 |
+
break;
|
831 |
+
case PREG_BACKTRACK_LIMIT_ERROR:
|
832 |
+
$error = 'pcre.backtrack_limit reached.';
|
833 |
+
break;
|
834 |
+
case PREG_RECURSION_LIMIT_ERROR:
|
835 |
+
$error = 'pcre.recursion_limit reached.';
|
836 |
+
break;
|
837 |
+
case PREG_BAD_UTF8_ERROR:
|
838 |
+
$error = 'Malformed UTF-8 data.';
|
839 |
+
break;
|
840 |
+
case PREG_BAD_UTF8_OFFSET_ERROR:
|
841 |
+
$error = 'Offset doesn\'t correspond to the begin of a valid UTF-8 code point.';
|
842 |
+
break;
|
843 |
+
default:
|
844 |
+
$error = 'Error.';
|
845 |
+
}
|
846 |
+
|
847 |
+
throw new ParseException($error);
|
848 |
+
}
|
849 |
+
|
850 |
+
return $ret;
|
851 |
}
|
852 |
}
|
vendor/symfony/yaml/Unescaper.php
CHANGED
@@ -142,15 +142,15 @@ class Unescaper
|
|
142 |
private static function utf8chr($c)
|
143 |
{
|
144 |
if (0x80 > $c %= 0x200000) {
|
145 |
-
return chr($c);
|
146 |
}
|
147 |
if (0x800 > $c) {
|
148 |
-
return chr(0xC0 | $c >> 6)
|
149 |
}
|
150 |
if (0x10000 > $c) {
|
151 |
-
return chr(0xE0 | $c >> 12)
|
152 |
}
|
153 |
|
154 |
-
return chr(0xF0 | $c >> 18)
|
155 |
}
|
156 |
}
|
142 |
private static function utf8chr($c)
|
143 |
{
|
144 |
if (0x80 > $c %= 0x200000) {
|
145 |
+
return \chr($c);
|
146 |
}
|
147 |
if (0x800 > $c) {
|
148 |
+
return \chr(0xC0 | $c >> 6).\chr(0x80 | $c & 0x3F);
|
149 |
}
|
150 |
if (0x10000 > $c) {
|
151 |
+
return \chr(0xE0 | $c >> 12).\chr(0x80 | $c >> 6 & 0x3F).\chr(0x80 | $c & 0x3F);
|
152 |
}
|
153 |
|
154 |
+
return \chr(0xF0 | $c >> 18).\chr(0x80 | $c >> 12 & 0x3F).\chr(0x80 | $c >> 6 & 0x3F).\chr(0x80 | $c & 0x3F);
|
155 |
}
|
156 |
}
|
vendor/symfony/yaml/Yaml.php
CHANGED
@@ -23,17 +23,16 @@ class Yaml
|
|
23 |
/**
|
24 |
* Parses YAML into a PHP value.
|
25 |
*
|
26 |
-
*
|
27 |
-
*
|
28 |
-
*
|
29 |
-
*
|
30 |
-
* </code>
|
31 |
*
|
32 |
* As this method accepts both plain strings and file names as an input,
|
33 |
* you must validate the input before calling this method. Passing a file
|
34 |
* as an input is a deprecated feature and will be removed in 3.0.
|
35 |
*
|
36 |
-
* Note: the ability to pass file names to the Yaml::parse method is deprecated since
|
37 |
*
|
38 |
* @param string $input Path to a YAML file or a string containing YAML
|
39 |
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types false otherwise
|
@@ -48,8 +47,8 @@ class Yaml
|
|
48 |
{
|
49 |
// if input is a file, process it
|
50 |
$file = '';
|
51 |
-
if (strpos($input, "\n")
|
52 |
-
@trigger_error('The ability to pass file names to the '.__METHOD__.' method is deprecated since
|
53 |
|
54 |
if (false === is_readable($input)) {
|
55 |
throw new ParseException(sprintf('Unable to parse "%s" as the file is not readable.', $input));
|
@@ -81,8 +80,8 @@ class Yaml
|
|
81 |
* @param mixed $input The PHP value
|
82 |
* @param int $inline The level where you switch to inline YAML
|
83 |
* @param int $indent The amount of spaces to use for indentation of nested nodes
|
84 |
-
* @param bool $exceptionOnInvalidType
|
85 |
-
* @param bool $objectSupport
|
86 |
*
|
87 |
* @return string A YAML string representing the original PHP value
|
88 |
*/
|
23 |
/**
|
24 |
* Parses YAML into a PHP value.
|
25 |
*
|
26 |
+
* Usage:
|
27 |
+
*
|
28 |
+
* $array = Yaml::parse(file_get_contents('config.yml'));
|
29 |
+
* print_r($array);
|
|
|
30 |
*
|
31 |
* As this method accepts both plain strings and file names as an input,
|
32 |
* you must validate the input before calling this method. Passing a file
|
33 |
* as an input is a deprecated feature and will be removed in 3.0.
|
34 |
*
|
35 |
+
* Note: the ability to pass file names to the Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
|
36 |
*
|
37 |
* @param string $input Path to a YAML file or a string containing YAML
|
38 |
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types false otherwise
|
47 |
{
|
48 |
// if input is a file, process it
|
49 |
$file = '';
|
50 |
+
if (false === strpos($input, "\n") && is_file($input)) {
|
51 |
+
@trigger_error('The ability to pass file names to the '.__METHOD__.' method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.', E_USER_DEPRECATED);
|
52 |
|
53 |
if (false === is_readable($input)) {
|
54 |
throw new ParseException(sprintf('Unable to parse "%s" as the file is not readable.', $input));
|
80 |
* @param mixed $input The PHP value
|
81 |
* @param int $inline The level where you switch to inline YAML
|
82 |
* @param int $indent The amount of spaces to use for indentation of nested nodes
|
83 |
+
* @param bool $exceptionOnInvalidType True if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
|
84 |
+
* @param bool $objectSupport True if object support is enabled, false otherwise
|
85 |
*
|
86 |
* @return string A YAML string representing the original PHP value
|
87 |
*/
|
vendor/symfony/yaml/composer.json
CHANGED
@@ -16,7 +16,8 @@
|
|
16 |
}
|
17 |
],
|
18 |
"require": {
|
19 |
-
"php": ">=5.3.9"
|
|
|
20 |
},
|
21 |
"autoload": {
|
22 |
"psr-4": { "Symfony\\Component\\Yaml\\": "" },
|
16 |
}
|
17 |
],
|
18 |
"require": {
|
19 |
+
"php": ">=5.3.9",
|
20 |
+
"symfony/polyfill-ctype": "~1.8"
|
21 |
},
|
22 |
"autoload": {
|
23 |
"psr-4": { "Symfony\\Component\\Yaml\\": "" },
|
vendor/symfony/yaml/phpunit.xml.dist
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
3 |
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 |
-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/
|
5 |
backupGlobals="false"
|
6 |
colors="true"
|
7 |
bootstrap="vendor/autoload.php"
|
|
|
|
|
8 |
>
|
9 |
<php>
|
10 |
<ini name="error_reporting" value="-1" />
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
3 |
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 |
+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/phpunit.xsd"
|
5 |
backupGlobals="false"
|
6 |
colors="true"
|
7 |
bootstrap="vendor/autoload.php"
|
8 |
+
failOnRisky="true"
|
9 |
+
failOnWarning="true"
|
10 |
>
|
11 |
<php>
|
12 |
<ini name="error_reporting" value="-1" />
|