|
|
|
@ -193,16 +193,16 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "friendsofphp/php-cs-fixer",
|
|
|
|
|
"version": "v2.7.1",
|
|
|
|
|
"version": "v2.10.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
|
|
|
|
"reference": "ab2e189d94698178988f9732bc75bb4ce8d16f77"
|
|
|
|
|
"reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab2e189d94698178988f9732bc75bb4ce8d16f77",
|
|
|
|
|
"reference": "ab2e189d94698178988f9732bc75bb4ce8d16f77",
|
|
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1",
|
|
|
|
|
"reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -210,29 +210,32 @@
|
|
|
|
|
"doctrine/annotations": "^1.2",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
|
"gecko-packages/gecko-php-unit": "^2.0",
|
|
|
|
|
"gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
|
|
|
|
|
"php": "^5.6 || >=7.0 <7.3",
|
|
|
|
|
"php-cs-fixer/diff": "^1.0",
|
|
|
|
|
"symfony/console": "^3.2",
|
|
|
|
|
"symfony/event-dispatcher": "^3.0",
|
|
|
|
|
"symfony/filesystem": "^3.0",
|
|
|
|
|
"symfony/finder": "^3.0",
|
|
|
|
|
"symfony/options-resolver": "^3.0",
|
|
|
|
|
"php-cs-fixer/diff": "^1.2",
|
|
|
|
|
"symfony/console": "^3.2 || ^4.0",
|
|
|
|
|
"symfony/event-dispatcher": "^3.0 || ^4.0",
|
|
|
|
|
"symfony/filesystem": "^3.0 || ^4.0",
|
|
|
|
|
"symfony/finder": "^3.0 || ^4.0",
|
|
|
|
|
"symfony/options-resolver": "^3.0 || ^4.0",
|
|
|
|
|
"symfony/polyfill-php70": "^1.0",
|
|
|
|
|
"symfony/polyfill-php72": "^1.4",
|
|
|
|
|
"symfony/process": "^3.0",
|
|
|
|
|
"symfony/stopwatch": "^3.0"
|
|
|
|
|
"symfony/process": "^3.0 || ^4.0",
|
|
|
|
|
"symfony/stopwatch": "^3.0 || ^4.0"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"hhvm": "*"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"johnkary/phpunit-speedtrap": "^1.1",
|
|
|
|
|
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
|
|
|
|
|
"justinrainbow/json-schema": "^5.0",
|
|
|
|
|
"keradus/cli-executor": "^1.0",
|
|
|
|
|
"mikey179/vfsstream": "^1.6",
|
|
|
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
|
|
|
"php-cs-fixer/accessible-object": "^1.0",
|
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.4.3",
|
|
|
|
|
"satooshi/php-coveralls": "^1.0",
|
|
|
|
|
"symfony/phpunit-bridge": "^3.2.2"
|
|
|
|
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
|
|
|
"phpunitgoodpractices/traits": "^1.0",
|
|
|
|
|
"symfony/phpunit-bridge": "^3.2.2 || ^4.0"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
|
|
|
|
@ -247,11 +250,15 @@
|
|
|
|
|
"PhpCsFixer\\": "src/"
|
|
|
|
|
},
|
|
|
|
|
"classmap": [
|
|
|
|
|
"tests/Test/Assert/AssertTokensTrait.php",
|
|
|
|
|
"tests/Test/AbstractFixerTestCase.php",
|
|
|
|
|
"tests/Test/AbstractIntegrationCaseFactory.php",
|
|
|
|
|
"tests/Test/AbstractIntegrationTestCase.php",
|
|
|
|
|
"tests/Test/Assert/AssertTokensTrait.php",
|
|
|
|
|
"tests/Test/IntegrationCase.php",
|
|
|
|
|
"tests/Test/IntegrationCaseFactory.php"
|
|
|
|
|
"tests/Test/IntegrationCaseFactory.php",
|
|
|
|
|
"tests/Test/IntegrationCaseFactoryInterface.php",
|
|
|
|
|
"tests/Test/InternalIntegrationCaseFactory.php",
|
|
|
|
|
"tests/TestCase.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
@ -269,34 +276,42 @@
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "A tool to automatically fix PHP code style",
|
|
|
|
|
"time": "2017-10-02T12:16:05+00:00"
|
|
|
|
|
"time": "2018-02-03T08:30:06+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gecko-packages/gecko-php-unit",
|
|
|
|
|
"version": "v2.2",
|
|
|
|
|
"version": "v3.1.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
|
|
|
|
|
"reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1"
|
|
|
|
|
"reference": "8b0320158e34c3d85e5133c341d55c4d6ec5e927"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/ab525fac9a9ffea219687f261b02008b18ebf2d1",
|
|
|
|
|
"reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1",
|
|
|
|
|
"url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/8b0320158e34c3d85e5133c341d55c4d6ec5e927",
|
|
|
|
|
"reference": "8b0320158e34c3d85e5133c341d55c4d6ec5e927",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^5.3.6 || ^7.0"
|
|
|
|
|
"php": "^7.0"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"phpunit/phpunit": "<6.0 || >6.5"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.4.3"
|
|
|
|
|
"phpunit/phpunit": "^6.0"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-dom": "When testing with xml.",
|
|
|
|
|
"ext-libxml": "When testing with xml.",
|
|
|
|
|
"phpunit/phpunit": "This is an extension for it so make sure you have it some way."
|
|
|
|
|
"phpunit/phpunit": "This is an extension for PHPUnit so make sure you have that in some way."
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"GeckoPackages\\PHPUnit\\": "src/PHPUnit"
|
|
|
|
@ -313,7 +328,7 @@
|
|
|
|
|
"filesystem",
|
|
|
|
|
"phpunit"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-08-23T07:39:54+00:00"
|
|
|
|
|
"time": "2018-02-05T09:18:39+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "jakub-onderka/php-parallel-lint",
|
|
|
|
@ -412,23 +427,24 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "php-cs-fixer/diff",
|
|
|
|
|
"version": "v1.1.0",
|
|
|
|
|
"version": "v1.3.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/PHP-CS-Fixer/diff.git",
|
|
|
|
|
"reference": "d068edadcb8f7bc2ea3d3769cdbaf609026ec4f4"
|
|
|
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/d068edadcb8f7bc2ea3d3769cdbaf609026ec4f4",
|
|
|
|
|
"reference": "d068edadcb8f7bc2ea3d3769cdbaf609026ec4f4",
|
|
|
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
|
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.4.3"
|
|
|
|
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
|
|
|
"symfony/process": "^3.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
@ -448,6 +464,9 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "SpacePossum"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "sebastian/diff v2 backport support for PHP5.6",
|
|
|
|
@ -455,7 +474,7 @@
|
|
|
|
|
"keywords": [
|
|
|
|
|
"diff"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-09-23T16:02:08+00:00"
|
|
|
|
|
"time": "2018-02-15T16:58:55+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/log",
|
|
|
|
@ -506,44 +525,45 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/console",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
|
|
"reference": "116bc56e45a8e5572e51eb43ab58c769a352366c"
|
|
|
|
|
"reference": "26b6f419edda16c19775211987651cb27baea7f1"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c",
|
|
|
|
|
"reference": "116bc56e45a8e5572e51eb43ab58c769a352366c",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1",
|
|
|
|
|
"reference": "26b6f419edda16c19775211987651cb27baea7f1",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^5.5.9|>=7.0.8",
|
|
|
|
|
"symfony/debug": "~2.8|~3.0",
|
|
|
|
|
"symfony/debug": "~2.8|~3.0|~4.0",
|
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"symfony/dependency-injection": "<3.3"
|
|
|
|
|
"symfony/dependency-injection": "<3.4",
|
|
|
|
|
"symfony/process": "<3.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
|
"symfony/config": "~3.3",
|
|
|
|
|
"symfony/dependency-injection": "~3.3",
|
|
|
|
|
"symfony/event-dispatcher": "~2.8|~3.0",
|
|
|
|
|
"symfony/filesystem": "~2.8|~3.0",
|
|
|
|
|
"symfony/process": "~2.8|~3.0"
|
|
|
|
|
"symfony/config": "~3.3|~4.0",
|
|
|
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
|
|
|
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
|
|
|
|
"symfony/lock": "~3.4|~4.0",
|
|
|
|
|
"symfony/process": "~3.3|~4.0"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
|
"symfony/filesystem": "",
|
|
|
|
|
"symfony/lock": "",
|
|
|
|
|
"symfony/process": ""
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -570,20 +590,20 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony Console Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-02T06:42:24+00:00"
|
|
|
|
|
"time": "2018-01-29T09:03:43+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/debug",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/debug.git",
|
|
|
|
|
"reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
|
|
|
|
|
"reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
|
|
|
|
|
"reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
|
|
|
|
|
"reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -594,12 +614,12 @@
|
|
|
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"symfony/http-kernel": "~2.8|~3.0"
|
|
|
|
|
"symfony/http-kernel": "~2.8|~3.0|~4.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -626,20 +646,20 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony Debug Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-02T06:42:24+00:00"
|
|
|
|
|
"time": "2018-01-18T22:16:57+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
|
|
"reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
|
|
|
|
|
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
|
|
|
|
|
"reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
|
|
|
|
|
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -650,10 +670,10 @@
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
|
"symfony/config": "~2.8|~3.0",
|
|
|
|
|
"symfony/dependency-injection": "~3.3",
|
|
|
|
|
"symfony/expression-language": "~2.8|~3.0",
|
|
|
|
|
"symfony/stopwatch": "~2.8|~3.0"
|
|
|
|
|
"symfony/config": "~2.8|~3.0|~4.0",
|
|
|
|
|
"symfony/dependency-injection": "~3.3|~4.0",
|
|
|
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
|
|
|
|
"symfony/stopwatch": "~2.8|~3.0|~4.0"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
@ -662,7 +682,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -689,20 +709,20 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony EventDispatcher Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-02T06:42:24+00:00"
|
|
|
|
|
"time": "2018-01-03T07:37:34+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/filesystem",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
|
|
|
"reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
|
|
|
|
|
"reference": "e078773ad6354af38169faf31c21df0f18ace03d"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
|
|
|
|
|
"reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d",
|
|
|
|
|
"reference": "e078773ad6354af38169faf31c21df0f18ace03d",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -711,7 +731,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -738,20 +758,20 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony Filesystem Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-03T13:33:10+00:00"
|
|
|
|
|
"time": "2018-01-03T07:37:34+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/finder",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
|
|
|
|
"reference": "773e19a491d97926f236942484cb541560ce862d"
|
|
|
|
|
"reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
|
|
|
|
|
"reference": "773e19a491d97926f236942484cb541560ce862d",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f",
|
|
|
|
|
"reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -760,7 +780,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -787,20 +807,20 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony Finder Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-02T06:42:24+00:00"
|
|
|
|
|
"time": "2018-01-03T07:37:34+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/options-resolver",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
|
|
|
"reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6"
|
|
|
|
|
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
|
|
|
|
|
"reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e",
|
|
|
|
|
"reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -809,7 +829,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -841,20 +861,20 @@
|
|
|
|
|
"configuration",
|
|
|
|
|
"options"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-07-29T21:54:42+00:00"
|
|
|
|
|
"time": "2018-01-11T07:56:07+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
|
|
"version": "v1.5.0",
|
|
|
|
|
"version": "v1.7.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
|
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
|
|
|
|
|
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
|
|
|
|
|
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
|
|
|
|
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -866,7 +886,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.5-dev"
|
|
|
|
|
"dev-master": "1.7-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -900,20 +920,20 @@
|
|
|
|
|
"portable",
|
|
|
|
|
"shim"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-06-14T15:44:48+00:00"
|
|
|
|
|
"time": "2018-01-30T19:27:44+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/polyfill-php70",
|
|
|
|
|
"version": "v1.5.0",
|
|
|
|
|
"version": "v1.7.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
|
|
|
|
"reference": "b6482e68974486984f59449ecea1fbbb22ff840f"
|
|
|
|
|
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f",
|
|
|
|
|
"reference": "b6482e68974486984f59449ecea1fbbb22ff840f",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
|
|
|
|
|
"reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -923,7 +943,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.5-dev"
|
|
|
|
|
"dev-master": "1.7-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -959,20 +979,20 @@
|
|
|
|
|
"portable",
|
|
|
|
|
"shim"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-06-14T15:44:48+00:00"
|
|
|
|
|
"time": "2018-01-30T19:27:44+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/polyfill-php72",
|
|
|
|
|
"version": "v1.5.0",
|
|
|
|
|
"version": "v1.7.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
|
|
"reference": "8abc9097f5001d310f0edba727469c988acc6ea7"
|
|
|
|
|
"reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8abc9097f5001d310f0edba727469c988acc6ea7",
|
|
|
|
|
"reference": "8abc9097f5001d310f0edba727469c988acc6ea7",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
|
|
|
|
|
"reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -981,7 +1001,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.5-dev"
|
|
|
|
|
"dev-master": "1.7-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -1014,20 +1034,20 @@
|
|
|
|
|
"portable",
|
|
|
|
|
"shim"
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-07-11T13:25:55+00:00"
|
|
|
|
|
"time": "2018-01-31T17:43:24+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/process",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
|
|
|
|
"reference": "fdf89e57a723a29baf536e288d6e232c059697b1"
|
|
|
|
|
"reference": "09a5172057be8fc677840e591b17f385e58c7c0d"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1",
|
|
|
|
|
"reference": "fdf89e57a723a29baf536e288d6e232c059697b1",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/09a5172057be8fc677840e591b17f385e58c7c0d",
|
|
|
|
|
"reference": "09a5172057be8fc677840e591b17f385e58c7c0d",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -1036,7 +1056,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -1063,20 +1083,20 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony Process Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-02T06:42:24+00:00"
|
|
|
|
|
"time": "2018-01-29T09:03:43+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/stopwatch",
|
|
|
|
|
"version": "v3.3.10",
|
|
|
|
|
"version": "v3.4.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/stopwatch.git",
|
|
|
|
|
"reference": "170edf8b3247d7b6779eb6fa7428f342702ca184"
|
|
|
|
|
"reference": "c865551df7c17e63fc1f09f763db04387f91ae4d"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/170edf8b3247d7b6779eb6fa7428f342702ca184",
|
|
|
|
|
"reference": "170edf8b3247d7b6779eb6fa7428f342702ca184",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/c865551df7c17e63fc1f09f763db04387f91ae4d",
|
|
|
|
|
"reference": "c865551df7c17e63fc1f09f763db04387f91ae4d",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -1085,7 +1105,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -1112,7 +1132,7 @@
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony Stopwatch Component",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"time": "2017-10-02T06:42:24+00:00"
|
|
|
|
|
"time": "2018-01-03T07:37:34+00:00"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"aliases": [],
|
|
|
|
|