@@ -70,24 +70,24 @@ | |||
}, | |||
{ | |||
"name": "composer/xdebug-handler", | |||
"version": "1.3.3", | |||
"version": "1.4.0", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/composer/xdebug-handler.git", | |||
"reference": "46867cbf8ca9fb8d60c506895449eb799db1184f" | |||
"reference": "cbe23383749496fe0f373345208b79568e4bc248" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f", | |||
"reference": "46867cbf8ca9fb8d60c506895449eb799db1184f", | |||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248", | |||
"reference": "cbe23383749496fe0f373345208b79568e4bc248", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^5.3.2 || ^7.0", | |||
"php": "^5.3.2 || ^7.0 || ^8.0", | |||
"psr/log": "^1.0" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" | |||
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" | |||
}, | |||
"type": "library", | |||
"autoload": { | |||
@@ -105,12 +105,12 @@ | |||
"email": "john-stevenson@blueyonder.co.uk" | |||
} | |||
], | |||
"description": "Restarts a process without xdebug.", | |||
"description": "Restarts a process without Xdebug.", | |||
"keywords": [ | |||
"Xdebug", | |||
"performance" | |||
], | |||
"time": "2019-05-27T17:52:04+00:00" | |||
"time": "2019-11-06T16:40:04+00:00" | |||
}, | |||
{ | |||
"name": "doctrine/annotations", | |||
@@ -182,16 +182,16 @@ | |||
}, | |||
{ | |||
"name": "doctrine/lexer", | |||
"version": "1.1.0", | |||
"version": "1.2.0", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/doctrine/lexer.git", | |||
"reference": "e17f069ede36f7534b95adec71910ed1b49c74ea" | |||
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea", | |||
"reference": "e17f069ede36f7534b95adec71910ed1b49c74ea", | |||
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", | |||
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -205,7 +205,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.1.x-dev" | |||
"dev-master": "1.2.x-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -240,20 +240,20 @@ | |||
"parser", | |||
"php" | |||
], | |||
"time": "2019-07-30T19:33:28+00:00" | |||
"time": "2019-10-30T14:39:59+00:00" | |||
}, | |||
{ | |||
"name": "friendsofphp/php-cs-fixer", | |||
"version": "v2.15.3", | |||
"version": "v2.16.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", | |||
"reference": "705490b0f282f21017d73561e9498d2b622ee34c" | |||
"reference": "c8afb599858876e95e8ebfcd97812d383fa23f02" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c", | |||
"reference": "705490b0f282f21017d73561e9498d2b622ee34c", | |||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02", | |||
"reference": "c8afb599858876e95e8ebfcd97812d383fa23f02", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -264,15 +264,15 @@ | |||
"ext-tokenizer": "*", | |||
"php": "^5.6 || ^7.0", | |||
"php-cs-fixer/diff": "^1.3", | |||
"symfony/console": "^3.4.17 || ^4.1.6", | |||
"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/console": "^3.4.17 || ^4.1.6 || ^5.0", | |||
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", | |||
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0", | |||
"symfony/finder": "^3.0 || ^4.0 || ^5.0", | |||
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", | |||
"symfony/polyfill-php70": "^1.0", | |||
"symfony/polyfill-php72": "^1.4", | |||
"symfony/process": "^3.0 || ^4.0", | |||
"symfony/stopwatch": "^3.0 || ^4.0" | |||
"symfony/process": "^3.0 || ^4.0 || ^5.0", | |||
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" | |||
}, | |||
"require-dev": { | |||
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", | |||
@@ -285,8 +285,8 @@ | |||
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", | |||
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", | |||
"phpunitgoodpractices/traits": "^1.8", | |||
"symfony/phpunit-bridge": "^4.3", | |||
"symfony/yaml": "^3.0 || ^4.0" | |||
"symfony/phpunit-bridge": "^4.3 || ^5.0", | |||
"symfony/yaml": "^3.0 || ^4.0 || ^5.0" | |||
}, | |||
"suggest": { | |||
"ext-mbstring": "For handling non-UTF8 characters in cache signature.", | |||
@@ -329,7 +329,7 @@ | |||
} | |||
], | |||
"description": "A tool to automatically fix PHP code style", | |||
"time": "2019-08-31T12:51:54+00:00" | |||
"time": "2019-11-25T22:10:32+00:00" | |||
}, | |||
{ | |||
"name": "paragonie/random_compat", | |||
@@ -476,18 +476,64 @@ | |||
], | |||
"time": "2017-02-14T16:28:37+00:00" | |||
}, | |||
{ | |||
"name": "psr/event-dispatcher", | |||
"version": "1.0.0", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/php-fig/event-dispatcher.git", | |||
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", | |||
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": ">=7.2.0" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.0.x-dev" | |||
} | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Psr\\EventDispatcher\\": "src/" | |||
} | |||
}, | |||
"notification-url": "https://packagist.org/downloads/", | |||
"license": [ | |||
"MIT" | |||
], | |||
"authors": [ | |||
{ | |||
"name": "PHP-FIG", | |||
"homepage": "http://www.php-fig.org/" | |||
} | |||
], | |||
"description": "Standard interfaces for event handling.", | |||
"keywords": [ | |||
"events", | |||
"psr", | |||
"psr-14" | |||
], | |||
"time": "2019-01-08T18:20:26+00:00" | |||
}, | |||
{ | |||
"name": "psr/log", | |||
"version": "1.1.0", | |||
"version": "1.1.2", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/php-fig/log.git", | |||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" | |||
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |||
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", | |||
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -496,7 +542,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.0.x-dev" | |||
"dev-master": "1.1.x-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -521,44 +567,45 @@ | |||
"psr", | |||
"psr-3" | |||
], | |||
"time": "2018-11-20T15:27:04+00:00" | |||
"time": "2019-11-01T11:05:21+00:00" | |||
}, | |||
{ | |||
"name": "symfony/console", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/console.git", | |||
"reference": "929ddf360d401b958f611d44e726094ab46a7369" | |||
"reference": "dae5ef273d700771168ab889d9f8a19b2d206656" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369", | |||
"reference": "929ddf360d401b958f611d44e726094ab46a7369", | |||
"url": "https://api.github.com/repos/symfony/console/zipball/dae5ef273d700771168ab889d9f8a19b2d206656", | |||
"reference": "dae5ef273d700771168ab889d9f8a19b2d206656", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"php": "^7.2.5", | |||
"symfony/polyfill-mbstring": "~1.0", | |||
"symfony/polyfill-php73": "^1.8", | |||
"symfony/service-contracts": "^1.1" | |||
"symfony/service-contracts": "^1.1|^2" | |||
}, | |||
"conflict": { | |||
"symfony/dependency-injection": "<3.4", | |||
"symfony/event-dispatcher": "<4.3", | |||
"symfony/process": "<3.3" | |||
"symfony/dependency-injection": "<4.4", | |||
"symfony/event-dispatcher": "<4.4", | |||
"symfony/lock": "<4.4", | |||
"symfony/process": "<4.4" | |||
}, | |||
"provide": { | |||
"psr/log-implementation": "1.0" | |||
}, | |||
"require-dev": { | |||
"psr/log": "~1.0", | |||
"symfony/config": "~3.4|~4.0", | |||
"symfony/dependency-injection": "~3.4|~4.0", | |||
"symfony/event-dispatcher": "^4.3", | |||
"symfony/lock": "~3.4|~4.0", | |||
"symfony/process": "~3.4|~4.0", | |||
"symfony/var-dumper": "^4.3" | |||
"symfony/config": "^4.4|^5.0", | |||
"symfony/dependency-injection": "^4.4|^5.0", | |||
"symfony/event-dispatcher": "^4.4|^5.0", | |||
"symfony/lock": "^4.4|^5.0", | |||
"symfony/process": "^4.4|^5.0", | |||
"symfony/var-dumper": "^4.4|^5.0" | |||
}, | |||
"suggest": { | |||
"psr/log": "For using the console logger", | |||
@@ -569,7 +616,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -596,41 +643,41 @@ | |||
], | |||
"description": "Symfony Console Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-10-07T12:36:49+00:00" | |||
"time": "2019-12-01T10:51:15+00:00" | |||
}, | |||
{ | |||
"name": "symfony/event-dispatcher", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/event-dispatcher.git", | |||
"reference": "6229f58993e5a157f6096fc7145c0717d0be8807" | |||
"reference": "7b738a51645e10f864cc25c24d232fb03f37b475" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6229f58993e5a157f6096fc7145c0717d0be8807", | |||
"reference": "6229f58993e5a157f6096fc7145c0717d0be8807", | |||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7b738a51645e10f864cc25c24d232fb03f37b475", | |||
"reference": "7b738a51645e10f864cc25c24d232fb03f37b475", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/event-dispatcher-contracts": "^1.1" | |||
"php": "^7.2.5", | |||
"symfony/event-dispatcher-contracts": "^2" | |||
}, | |||
"conflict": { | |||
"symfony/dependency-injection": "<3.4" | |||
"symfony/dependency-injection": "<4.4" | |||
}, | |||
"provide": { | |||
"psr/event-dispatcher-implementation": "1.0", | |||
"symfony/event-dispatcher-implementation": "1.1" | |||
"symfony/event-dispatcher-implementation": "2.0" | |||
}, | |||
"require-dev": { | |||
"psr/log": "~1.0", | |||
"symfony/config": "~3.4|~4.0", | |||
"symfony/dependency-injection": "~3.4|~4.0", | |||
"symfony/expression-language": "~3.4|~4.0", | |||
"symfony/http-foundation": "^3.4|^4.0", | |||
"symfony/service-contracts": "^1.1", | |||
"symfony/stopwatch": "~3.4|~4.0" | |||
"symfony/config": "^4.4|^5.0", | |||
"symfony/dependency-injection": "^4.4|^5.0", | |||
"symfony/expression-language": "^4.4|^5.0", | |||
"symfony/http-foundation": "^4.4|^5.0", | |||
"symfony/service-contracts": "^1.1|^2", | |||
"symfony/stopwatch": "^4.4|^5.0" | |||
}, | |||
"suggest": { | |||
"symfony/dependency-injection": "", | |||
@@ -639,7 +686,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -666,33 +713,33 @@ | |||
], | |||
"description": "Symfony EventDispatcher Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-10-01T16:40:32+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/event-dispatcher-contracts", | |||
"version": "v1.1.7", | |||
"version": "v2.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/event-dispatcher-contracts.git", | |||
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18" | |||
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18", | |||
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18", | |||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd", | |||
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3" | |||
"php": "^7.2.5", | |||
"psr/event-dispatcher": "^1" | |||
}, | |||
"suggest": { | |||
"psr/event-dispatcher": "", | |||
"symfony/event-dispatcher-implementation": "" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.1-dev" | |||
"dev-master": "2.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -724,30 +771,30 @@ | |||
"interoperability", | |||
"standards" | |||
], | |||
"time": "2019-09-17T09:54:03+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/filesystem", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/filesystem.git", | |||
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263" | |||
"reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263", | |||
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263", | |||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/1d71f670bc5a07b9ccc97dc44f932177a322d4e6", | |||
"reference": "1d71f670bc5a07b9ccc97dc44f932177a322d4e6", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"php": "^7.2.5", | |||
"symfony/polyfill-ctype": "~1.8" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -774,29 +821,29 @@ | |||
], | |||
"description": "Symfony Filesystem Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-08-20T14:07:54+00:00" | |||
"time": "2019-11-26T23:25:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/finder", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/finder.git", | |||
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1" | |||
"reference": "17874dd8ab9a19422028ad56172fb294287a701b" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1", | |||
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1", | |||
"url": "https://api.github.com/repos/symfony/finder/zipball/17874dd8ab9a19422028ad56172fb294287a701b", | |||
"reference": "17874dd8ab9a19422028ad56172fb294287a701b", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3" | |||
"php": "^7.2.5" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -823,29 +870,29 @@ | |||
], | |||
"description": "Symfony Finder Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-09-16T11:29:48+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/options-resolver", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/options-resolver.git", | |||
"reference": "81c2e120522a42f623233968244baebd6b36cb6a" | |||
"reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/81c2e120522a42f623233968244baebd6b36cb6a", | |||
"reference": "81c2e120522a42f623233968244baebd6b36cb6a", | |||
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68", | |||
"reference": "1ad3d0ffc00cc1990e5c9c7bb6b81578ec3f5f68", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3" | |||
"php": "^7.2.5" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -877,20 +924,20 @@ | |||
"configuration", | |||
"options" | |||
], | |||
"time": "2019-08-08T09:29:19+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-ctype", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-ctype.git", | |||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4" | |||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", | |||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4", | |||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", | |||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -902,7 +949,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -935,20 +982,20 @@ | |||
"polyfill", | |||
"portable" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-mbstring", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-mbstring.git", | |||
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" | |||
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", | |||
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", | |||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", | |||
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -960,7 +1007,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -994,20 +1041,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T14:18:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-php70", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-php70.git", | |||
"reference": "54b4c428a0054e254223797d2713c31e08610831" | |||
"reference": "af23c7bb26a73b850840823662dda371484926c4" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831", | |||
"reference": "54b4c428a0054e254223797d2713c31e08610831", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4", | |||
"reference": "af23c7bb26a73b850840823662dda371484926c4", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1017,7 +1064,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1053,20 +1100,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-php72", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-php72.git", | |||
"reference": "04ce3335667451138df4307d6a9b61565560199e" | |||
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", | |||
"reference": "04ce3335667451138df4307d6a9b61565560199e", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038", | |||
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1075,7 +1122,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1108,20 +1155,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-php73", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-php73.git", | |||
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" | |||
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", | |||
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f", | |||
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1130,7 +1177,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1166,29 +1213,29 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T16:25:15+00:00" | |||
}, | |||
{ | |||
"name": "symfony/process", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/process.git", | |||
"reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b" | |||
"reference": "1568a2e8370fbc7416ef64eb5a698e4a05db5ff4" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/process/zipball/50556892f3cc47d4200bfd1075314139c4c9ff4b", | |||
"reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b", | |||
"url": "https://api.github.com/repos/symfony/process/zipball/1568a2e8370fbc7416ef64eb5a698e4a05db5ff4", | |||
"reference": "1568a2e8370fbc7416ef64eb5a698e4a05db5ff4", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3" | |||
"php": "^7.2.5" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1215,24 +1262,24 @@ | |||
], | |||
"description": "Symfony Process Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-09-26T21:17:10+00:00" | |||
"time": "2019-11-28T14:20:16+00:00" | |||
}, | |||
{ | |||
"name": "symfony/service-contracts", | |||
"version": "v1.1.7", | |||
"version": "v2.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/service-contracts.git", | |||
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0" | |||
"reference": "144c5e51266b281231e947b51223ba14acf1a749" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffcde9615dc5bb4825b9f6aed07716f1f57faae0", | |||
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0", | |||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749", | |||
"reference": "144c5e51266b281231e947b51223ba14acf1a749", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"php": "^7.2.5", | |||
"psr/container": "^1.0" | |||
}, | |||
"suggest": { | |||
@@ -1241,7 +1288,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.1-dev" | |||
"dev-master": "2.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1273,30 +1320,30 @@ | |||
"interoperability", | |||
"standards" | |||
], | |||
"time": "2019-09-17T11:12:18+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/stopwatch", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/stopwatch.git", | |||
"reference": "1e4ff456bd625be5032fac9be4294e60442e9b71" | |||
"reference": "d410282956706e0b08681a5527447a8e6b6f421e" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/1e4ff456bd625be5032fac9be4294e60442e9b71", | |||
"reference": "1e4ff456bd625be5032fac9be4294e60442e9b71", | |||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/d410282956706e0b08681a5527447a8e6b6f421e", | |||
"reference": "d410282956706e0b08681a5527447a8e6b6f421e", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/service-contracts": "^1.0" | |||
"php": "^7.2.5", | |||
"symfony/service-contracts": "^1.0|^2" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1323,7 +1370,7 @@ | |||
], | |||
"description": "Symfony Stopwatch Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-08-07T11:52:19+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
} | |||
], | |||
"packages-dev": [], |
@@ -79,27 +79,28 @@ | |||
}, | |||
{ | |||
"name": "guzzlehttp/guzzle", | |||
"version": "6.3.3", | |||
"version": "6.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/guzzle/guzzle.git", | |||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" | |||
"reference": "0895c932405407fd3a7368b6910c09a24d26db11" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", | |||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", | |||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11", | |||
"reference": "0895c932405407fd3a7368b6910c09a24d26db11", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"ext-json": "*", | |||
"guzzlehttp/promises": "^1.0", | |||
"guzzlehttp/psr7": "^1.4", | |||
"guzzlehttp/psr7": "^1.6.1", | |||
"php": ">=5.5" | |||
}, | |||
"require-dev": { | |||
"ext-curl": "*", | |||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | |||
"psr/log": "^1.0" | |||
"psr/log": "^1.1" | |||
}, | |||
"suggest": { | |||
"psr/log": "Required for using the Log middleware" | |||
@@ -111,12 +112,12 @@ | |||
} | |||
}, | |||
"autoload": { | |||
"files": [ | |||
"src/functions_include.php" | |||
], | |||
"psr-4": { | |||
"GuzzleHttp\\": "src/" | |||
} | |||
}, | |||
"files": [ | |||
"src/functions_include.php" | |||
] | |||
}, | |||
"notification-url": "https://packagist.org/downloads/", | |||
"license": [ | |||
@@ -140,7 +141,7 @@ | |||
"rest", | |||
"web service" | |||
], | |||
"time": "2018-04-22T15:46:56+00:00" | |||
"time": "2019-10-23T15:58:00+00:00" | |||
}, | |||
{ | |||
"name": "guzzlehttp/promises", | |||
@@ -644,27 +645,28 @@ | |||
}, | |||
{ | |||
"name": "symfony/console", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/console.git", | |||
"reference": "929ddf360d401b958f611d44e726094ab46a7369" | |||
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369", | |||
"reference": "929ddf360d401b958f611d44e726094ab46a7369", | |||
"url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201", | |||
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/polyfill-mbstring": "~1.0", | |||
"symfony/polyfill-php73": "^1.8", | |||
"symfony/service-contracts": "^1.1" | |||
"symfony/service-contracts": "^1.1|^2" | |||
}, | |||
"conflict": { | |||
"symfony/dependency-injection": "<3.4", | |||
"symfony/event-dispatcher": "<4.3", | |||
"symfony/event-dispatcher": "<4.3|>=5", | |||
"symfony/lock": "<4.4", | |||
"symfony/process": "<3.3" | |||
}, | |||
"provide": { | |||
@@ -672,12 +674,12 @@ | |||
}, | |||
"require-dev": { | |||
"psr/log": "~1.0", | |||
"symfony/config": "~3.4|~4.0", | |||
"symfony/dependency-injection": "~3.4|~4.0", | |||
"symfony/config": "^3.4|^4.0|^5.0", | |||
"symfony/dependency-injection": "^3.4|^4.0|^5.0", | |||
"symfony/event-dispatcher": "^4.3", | |||
"symfony/lock": "~3.4|~4.0", | |||
"symfony/process": "~3.4|~4.0", | |||
"symfony/var-dumper": "^4.3" | |||
"symfony/lock": "^4.4|^5.0", | |||
"symfony/process": "^3.4|^4.0|^5.0", | |||
"symfony/var-dumper": "^4.3|^5.0" | |||
}, | |||
"suggest": { | |||
"psr/log": "For using the console logger", | |||
@@ -688,7 +690,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -715,35 +717,35 @@ | |||
], | |||
"description": "Symfony Console Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-10-07T12:36:49+00:00" | |||
"time": "2019-12-01T10:06:17+00:00" | |||
}, | |||
{ | |||
"name": "symfony/http-foundation", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/http-foundation.git", | |||
"reference": "76590ced16d4674780863471bae10452b79210a5" | |||
"reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/76590ced16d4674780863471bae10452b79210a5", | |||
"reference": "76590ced16d4674780863471bae10452b79210a5", | |||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", | |||
"reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/mime": "^4.3", | |||
"symfony/mime": "^4.3|^5.0", | |||
"symfony/polyfill-mbstring": "~1.1" | |||
}, | |||
"require-dev": { | |||
"predis/predis": "~1.0", | |||
"symfony/expression-language": "~3.4|~4.0" | |||
"symfony/expression-language": "^3.4|^4.0|^5.0" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -770,28 +772,28 @@ | |||
], | |||
"description": "Symfony HttpFoundation Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-10-04T19:48:13+00:00" | |||
"time": "2019-11-28T13:33:56+00:00" | |||
}, | |||
{ | |||
"name": "symfony/intl", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/intl.git", | |||
"reference": "818771ff6acef04cdce05023ddfc39b7078014bf" | |||
"reference": "41f910d47883c6ab37087ca4a3332e21e1d682f4" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/intl/zipball/818771ff6acef04cdce05023ddfc39b7078014bf", | |||
"reference": "818771ff6acef04cdce05023ddfc39b7078014bf", | |||
"url": "https://api.github.com/repos/symfony/intl/zipball/41f910d47883c6ab37087ca4a3332e21e1d682f4", | |||
"reference": "41f910d47883c6ab37087ca4a3332e21e1d682f4", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"php": "^7.2.5", | |||
"symfony/polyfill-intl-icu": "~1.0" | |||
}, | |||
"require-dev": { | |||
"symfony/filesystem": "~3.4|~4.0" | |||
"symfony/filesystem": "^4.4|^5.0" | |||
}, | |||
"suggest": { | |||
"ext-intl": "to use the component with locales other than \"en\"" | |||
@@ -799,7 +801,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -845,35 +847,38 @@ | |||
"l10n", | |||
"localization" | |||
], | |||
"time": "2019-10-04T21:18:34+00:00" | |||
"time": "2019-11-26T23:25:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/mime", | |||
"version": "v4.3.5", | |||
"version": "v5.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/mime.git", | |||
"reference": "32f71570547b91879fdbd9cf50317d556ae86916" | |||
"reference": "0e6a4ced216e49d457eddcefb61132173a876d79" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916", | |||
"reference": "32f71570547b91879fdbd9cf50317d556ae86916", | |||
"url": "https://api.github.com/repos/symfony/mime/zipball/0e6a4ced216e49d457eddcefb61132173a876d79", | |||
"reference": "0e6a4ced216e49d457eddcefb61132173a876d79", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"php": "^7.2.5", | |||
"symfony/polyfill-intl-idn": "^1.10", | |||
"symfony/polyfill-mbstring": "^1.0" | |||
}, | |||
"conflict": { | |||
"symfony/mailer": "<4.4" | |||
}, | |||
"require-dev": { | |||
"egulias/email-validator": "^2.1.10", | |||
"symfony/dependency-injection": "~3.4|^4.1" | |||
"symfony/dependency-injection": "^4.4|^5.0" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "5.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -904,20 +909,20 @@ | |||
"mime", | |||
"mime-type" | |||
], | |||
"time": "2019-09-19T17:00:15+00:00" | |||
"time": "2019-11-30T14:12:50+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-ctype", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-ctype.git", | |||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4" | |||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", | |||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4", | |||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", | |||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -929,7 +934,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -962,20 +967,20 @@ | |||
"polyfill", | |||
"portable" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-intl-icu", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-intl-icu.git", | |||
"reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" | |||
"reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", | |||
"reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", | |||
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", | |||
"reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -988,7 +993,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1020,20 +1025,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-intl-idn", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-intl-idn.git", | |||
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" | |||
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", | |||
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", | |||
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46", | |||
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1047,7 +1052,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1082,20 +1087,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-mbstring", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-mbstring.git", | |||
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" | |||
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", | |||
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", | |||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", | |||
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1107,7 +1112,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1141,20 +1146,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T14:18:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-php72", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-php72.git", | |||
"reference": "04ce3335667451138df4307d6a9b61565560199e" | |||
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", | |||
"reference": "04ce3335667451138df4307d6a9b61565560199e", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038", | |||
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1163,7 +1168,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1196,20 +1201,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "symfony/polyfill-php73", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-php73.git", | |||
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" | |||
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", | |||
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", | |||
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f", | |||
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1218,7 +1223,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1254,20 +1259,20 @@ | |||
"portable", | |||
"shim" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T16:25:15+00:00" | |||
}, | |||
{ | |||
"name": "symfony/process", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/process.git", | |||
"reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b" | |||
"reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/process/zipball/50556892f3cc47d4200bfd1075314139c4c9ff4b", | |||
"reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b", | |||
"url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726", | |||
"reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1276,7 +1281,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1303,24 +1308,24 @@ | |||
], | |||
"description": "Symfony Process Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-09-26T21:17:10+00:00" | |||
"time": "2019-11-28T13:33:56+00:00" | |||
}, | |||
{ | |||
"name": "symfony/service-contracts", | |||
"version": "v1.1.7", | |||
"version": "v2.0.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/service-contracts.git", | |||
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0" | |||
"reference": "144c5e51266b281231e947b51223ba14acf1a749" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffcde9615dc5bb4825b9f6aed07716f1f57faae0", | |||
"reference": "ffcde9615dc5bb4825b9f6aed07716f1f57faae0", | |||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749", | |||
"reference": "144c5e51266b281231e947b51223ba14acf1a749", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"php": "^7.2.5", | |||
"psr/container": "^1.0" | |||
}, | |||
"suggest": { | |||
@@ -1329,7 +1334,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.1-dev" | |||
"dev-master": "2.0-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1361,20 +1366,20 @@ | |||
"interoperability", | |||
"standards" | |||
], | |||
"time": "2019-09-17T11:12:18+00:00" | |||
"time": "2019-11-18T17:27:11+00:00" | |||
}, | |||
{ | |||
"name": "symfony/yaml", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/yaml.git", | |||
"reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178" | |||
"reference": "76de473358fe802578a415d5bb43c296cf09d211" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/yaml/zipball/41e16350a2a1c7383c4735aa2f9fce74cf3d1178", | |||
"reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178", | |||
"url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211", | |||
"reference": "76de473358fe802578a415d5bb43c296cf09d211", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1385,7 +1390,7 @@ | |||
"symfony/console": "<3.4" | |||
}, | |||
"require-dev": { | |||
"symfony/console": "~3.4|~4.0" | |||
"symfony/console": "^3.4|^4.0|^5.0" | |||
}, | |||
"suggest": { | |||
"symfony/console": "For validating YAML files using the lint command" | |||
@@ -1393,7 +1398,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1420,7 +1425,7 @@ | |||
], | |||
"description": "Symfony Yaml Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-09-11T15:41:19+00:00" | |||
"time": "2019-11-12T14:51:11+00:00" | |||
}, | |||
{ | |||
"name": "webuni/commonmark-table-extension", |
@@ -58,16 +58,16 @@ | |||
}, | |||
{ | |||
"name": "doctrine/instantiator", | |||
"version": "1.2.0", | |||
"version": "1.3.0", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/doctrine/instantiator.git", | |||
"reference": "a2c590166b2133a4633738648b6b064edae0814a" | |||
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", | |||
"reference": "a2c590166b2133a4633738648b6b064edae0814a", | |||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", | |||
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -110,20 +110,20 @@ | |||
"constructor", | |||
"instantiate" | |||
], | |||
"time": "2019-03-17T17:37:11+00:00" | |||
"time": "2019-10-21T16:45:58+00:00" | |||
}, | |||
{ | |||
"name": "mikey179/vfsstream", | |||
"version": "v1.6.7", | |||
"version": "v1.6.8", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/bovigo/vfsStream.git", | |||
"reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb" | |||
"reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", | |||
"reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", | |||
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe", | |||
"reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -156,7 +156,7 @@ | |||
], | |||
"description": "Virtual file system to mock the real file system in unit tests.", | |||
"homepage": "http://vfs.bovigo.org/", | |||
"time": "2019-08-01T01:38:37+00:00" | |||
"time": "2019-10-30T15:31:00+00:00" | |||
}, | |||
{ | |||
"name": "myclabs/deep-copy", | |||
@@ -833,16 +833,16 @@ | |||
}, | |||
{ | |||
"name": "phpunit/phpunit", | |||
"version": "7.5.16", | |||
"version": "7.5.17", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/sebastianbergmann/phpunit.git", | |||
"reference": "316afa6888d2562e04aeb67ea7f2017a0eb41661" | |||
"reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316afa6888d2562e04aeb67ea7f2017a0eb41661", | |||
"reference": "316afa6888d2562e04aeb67ea7f2017a0eb41661", | |||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4c92a15296e58191a4cd74cff3b34fc8e374174a", | |||
"reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -913,7 +913,7 @@ | |||
"testing", | |||
"xunit" | |||
], | |||
"time": "2019-09-14T09:08:39+00:00" | |||
"time": "2019-10-28T10:37:36+00:00" | |||
}, | |||
{ | |||
"name": "sebastian/code-unit-reverse-lookup", | |||
@@ -1082,16 +1082,16 @@ | |||
}, | |||
{ | |||
"name": "sebastian/environment", | |||
"version": "4.2.2", | |||
"version": "4.2.3", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/sebastianbergmann/environment.git", | |||
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" | |||
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", | |||
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", | |||
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", | |||
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1131,7 +1131,7 @@ | |||
"environment", | |||
"hhvm" | |||
], | |||
"time": "2019-05-05T09:05:15+00:00" | |||
"time": "2019-11-20T08:46:58+00:00" | |||
}, | |||
{ | |||
"name": "sebastian/exporter", | |||
@@ -1483,16 +1483,16 @@ | |||
}, | |||
{ | |||
"name": "symfony/polyfill-ctype", | |||
"version": "v1.12.0", | |||
"version": "v1.13.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/polyfill-ctype.git", | |||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4" | |||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", | |||
"reference": "550ebaac289296ce228a706d0867afc34687e3f4", | |||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", | |||
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1504,7 +1504,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.12-dev" | |||
"dev-master": "1.13-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1537,7 +1537,7 @@ | |||
"polyfill", | |||
"portable" | |||
], | |||
"time": "2019-08-06T08:03:45+00:00" | |||
"time": "2019-11-27T13:56:44+00:00" | |||
}, | |||
{ | |||
"name": "theseer/tokenizer", | |||
@@ -1581,31 +1581,29 @@ | |||
}, | |||
{ | |||
"name": "webmozart/assert", | |||
"version": "1.5.0", | |||
"version": "1.6.0", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/webmozart/assert.git", | |||
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" | |||
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", | |||
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", | |||
"url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925", | |||
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^5.3.3 || ^7.0", | |||
"symfony/polyfill-ctype": "^1.8" | |||
}, | |||
"conflict": { | |||
"vimeo/psalm": "<3.6.0" | |||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^4.8.36 || ^7.5.13" | |||
}, | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.3-dev" | |||
} | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Webmozart\\Assert\\": "src/" | |||
@@ -1627,7 +1625,7 @@ | |||
"check", | |||
"validate" | |||
], | |||
"time": "2019-08-24T08:43:50+00:00" | |||
"time": "2019-11-24T13:36:37+00:00" | |||
}, | |||
{ | |||
"name": "webmozart/glob", |
@@ -376,20 +376,20 @@ | |||
}, | |||
{ | |||
"name": "consolidation/robo", | |||
"version": "1.4.10", | |||
"version": "1.4.11", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/consolidation/Robo.git", | |||
"reference": "e5a6ca64cf1324151873672e484aceb21f365681" | |||
"reference": "5fa1d901776a628167a325baa9db95d8edf13a80" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/consolidation/Robo/zipball/e5a6ca64cf1324151873672e484aceb21f365681", | |||
"reference": "e5a6ca64cf1324151873672e484aceb21f365681", | |||
"url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80", | |||
"reference": "5fa1d901776a628167a325baa9db95d8edf13a80", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"consolidation/annotated-command": "^2.10.2", | |||
"consolidation/annotated-command": "^2.11.0", | |||
"consolidation/config": "^1.2", | |||
"consolidation/log": "~1", | |||
"consolidation/output-formatters": "^3.1.13", | |||
@@ -419,6 +419,7 @@ | |||
"pear/archive_tar": "^1.4.4", | |||
"php-coveralls/php-coveralls": "^1", | |||
"phpunit/php-code-coverage": "~2|~4", | |||
"sebastian/comparator": "^1.2.4", | |||
"squizlabs/php_codesniffer": "^2.8" | |||
}, | |||
"suggest": { | |||
@@ -480,7 +481,7 @@ | |||
} | |||
], | |||
"description": "Modern task runner", | |||
"time": "2019-07-29T15:40:50+00:00" | |||
"time": "2019-10-29T15:50:02+00:00" | |||
}, | |||
{ | |||
"name": "consolidation/self-update", | |||
@@ -561,6 +562,7 @@ | |||
], | |||
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)", | |||
"homepage": "https://github.com/container-interop/container-interop", | |||
"abandoned": "psr/container", | |||
"time": "2017-02-14T19:40:03+00:00" | |||
}, | |||
{ | |||
@@ -784,16 +786,16 @@ | |||
}, | |||
{ | |||
"name": "pear/archive_tar", | |||
"version": "1.4.7", | |||
"version": "1.4.8", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/pear/Archive_Tar.git", | |||
"reference": "7e48add6f8edc3027dd98ad15964b1a28fd0c845" | |||
"reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/7e48add6f8edc3027dd98ad15964b1a28fd0c845", | |||
"reference": "7e48add6f8edc3027dd98ad15964b1a28fd0c845", | |||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/442bdffb7edb84c898cfd94f7ac8500e49d5bbb5", | |||
"reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -846,20 +848,20 @@ | |||
"archive", | |||
"tar" | |||
], | |||
"time": "2019-04-08T13:15:55+00:00" | |||
"time": "2019-10-21T13:31:24+00:00" | |||
}, | |||
{ | |||
"name": "pear/console_getopt", | |||
"version": "v1.4.2", | |||
"version": "v1.4.3", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/pear/Console_Getopt.git", | |||
"reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" | |||
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", | |||
"reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", | |||
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", | |||
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", | |||
"shasum": "" | |||
}, | |||
"type": "library", | |||
@@ -876,11 +878,6 @@ | |||
"BSD-2-Clause" | |||
], | |||
"authors": [ | |||
{ | |||
"name": "Greg Beaver", | |||
"email": "cellog@php.net", | |||
"role": "Helper" | |||
}, | |||
{ | |||
"name": "Andrei Zmievski", | |||
"email": "andrei@php.net", | |||
@@ -890,23 +887,28 @@ | |||
"name": "Stig Bakken", | |||
"email": "stig@php.net", | |||
"role": "Developer" | |||
}, | |||
{ | |||
"name": "Greg Beaver", | |||
"email": "cellog@php.net", | |||
"role": "Helper" | |||
} | |||
], | |||
"description": "More info available on: http://pear.php.net/package/Console_Getopt", | |||
"time": "2019-02-06T16:52:33+00:00" | |||
"time": "2019-11-20T18:27:48+00:00" | |||
}, | |||
{ | |||
"name": "pear/pear-core-minimal", | |||
"version": "v1.10.9", | |||
"version": "v1.10.10", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/pear/pear-core-minimal.git", | |||
"reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f" | |||
"reference": "625a3c429d9b2c1546438679074cac1b089116a7" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f", | |||
"reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f", | |||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", | |||
"reference": "625a3c429d9b2c1546438679074cac1b089116a7", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -937,7 +939,7 @@ | |||
} | |||
], | |||
"description": "Minimal set of PEAR core files to be used as composer dependency", | |||
"time": "2019-03-13T18:15:44+00:00" | |||
"time": "2019-11-19T19:00:24+00:00" | |||
}, | |||
{ | |||
"name": "pear/pear_exception", | |||
@@ -1045,16 +1047,16 @@ | |||
}, | |||
{ | |||
"name": "psr/log", | |||
"version": "1.1.0", | |||
"version": "1.1.2", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/php-fig/log.git", | |||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" | |||
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |||
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", | |||
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1063,7 +1065,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "1.0.x-dev" | |||
"dev-master": "1.1.x-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1088,31 +1090,32 @@ | |||
"psr", | |||
"psr-3" | |||
], | |||
"time": "2018-11-20T15:27:04+00:00" | |||
"time": "2019-11-01T11:05:21+00:00" | |||
}, | |||
{ | |||
"name": "symfony/console", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/console.git", | |||
"reference": "929ddf360d401b958f611d44e726094ab46a7369" | |||
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369", | |||
"reference": "929ddf360d401b958f611d44e726094ab46a7369", | |||
"url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201", | |||
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/polyfill-mbstring": "~1.0", | |||
"symfony/polyfill-php73": "^1.8", | |||
"symfony/service-contracts": "^1.1" | |||
"symfony/service-contracts": "^1.1|^2" | |||
}, | |||
"conflict": { | |||
"symfony/dependency-injection": "<3.4", | |||
"symfony/event-dispatcher": "<4.3", | |||
"symfony/event-dispatcher": "<4.3|>=5", | |||
"symfony/lock": "<4.4", | |||
"symfony/process": "<3.3" | |||
}, | |||
"provide": { | |||
@@ -1120,12 +1123,12 @@ | |||
}, | |||
"require-dev": { | |||
"psr/log": "~1.0", | |||
"symfony/config": "~3.4|~4.0", | |||
"symfony/dependency-injection": "~3.4|~4.0", | |||
"symfony/config": "^3.4|^4.0|^5.0", | |||
"symfony/dependency-injection": "^3.4|^4.0|^5.0", | |||
"symfony/event-dispatcher": "^4.3", | |||
"symfony/lock": "~3.4|~4.0", | |||
"symfony/process": "~3.4|~4.0", | |||
"symfony/var-dumper": "^4.3" | |||
"symfony/lock": "^4.4|^5.0", | |||
"symfony/process": "^3.4|^4.0|^5.0", | |||
"symfony/var-dumper": "^4.3|^5.0" | |||
}, | |||
"suggest": { | |||
"psr/log": "For using the console logger", | |||
@@ -1136,7 +1139,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1163,20 +1166,20 @@ | |||
], | |||
"description": "Symfony Console Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-10-07T12:36:49+00:00" | |||
"time": "2019-12-01T10:06:17+00:00" | |||
}, | |||
{ | |||
"name": "symfony/event-dispatcher", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/event-dispatcher.git", | |||
"reference": "6229f58993e5a157f6096fc7145c0717d0be8807" | |||
"reference": "b3c3068a72623287550fe20b84a2b01dcba2686f" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6229f58993e5a157f6096fc7145c0717d0be8807", | |||
"reference": "6229f58993e5a157f6096fc7145c0717d0be8807", | |||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f", | |||
"reference": "b3c3068a72623287550fe20b84a2b01dcba2686f", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1192,12 +1195,12 @@ | |||
}, | |||
"require-dev": { | |||
"psr/log": "~1.0", | |||
"symfony/config": "~3.4|~4.0", | |||
"symfony/dependency-injection": "~3.4|~4.0", | |||
"symfony/expression-language": "~3.4|~4.0", | |||
"symfony/http-foundation": "^3.4|^4.0", | |||
"symfony/service-contracts": "^1.1", | |||
"symfony/stopwatch": "~3.4|~4.0" | |||
"symfony/config": "^3.4|^4.0|^5.0", | |||
"symfony/dependency-injection": "^3.4|^4.0|^5.0", | |||
"symfony/expression-language": "^3.4|^4.0|^5.0", | |||
"symfony/http-foundation": "^3.4|^4.0|^5.0", | |||
"symfony/service-contracts": "^1.1|^2", | |||
"symfony/stopwatch": "^3.4|^4.0|^5.0" | |||
}, | |||
"suggest": { | |||
"symfony/dependency-injection": "", | |||
@@ -1206,7 +1209,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1233,7 +1236,7 @@ | |||
], | |||
"description": "Symfony EventDispatcher Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-10-01T16:40:32+00:00" | |||
"time": "2019-11-28T13:33:56+00:00" | |||
}, | |||
{ | |||
"name": "symfony/event-dispatcher-contracts", | |||
@@ -1295,16 +1298,16 @@ | |||
}, | |||
{ | |||
"name": "symfony/filesystem", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/filesystem.git", | |||
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263" | |||
"reference": "40c2606131d56eff6f193b6e2ceb92414653b591" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263", | |||
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263", | |||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/40c2606131d56eff6f193b6e2ceb92414653b591", | |||
"reference": "40c2606131d56eff6f193b6e2ceb92414653b591", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
@@ -1314,7 +1317,7 @@ | |||
"type": "library", | |||
"extra": { | |||
"branch-alias": { | |||
"dev-master": "4.3-dev" | |||
"dev-master": "4.4-dev" | |||
} | |||
}, | |||
"autoload": { | |||
@@ -1341,20 +1344,20 @@ | |||
], | |||
"description": "Symfony Filesystem Component", | |||
"homepage": "https://symfony.com", | |||
"time": "2019-08-20T14:07:54+00:00" | |||
"time": "2019-11-26T23:16:41+00:00" | |||
}, | |||
{ | |||
"name": "symfony/finder", | |||
"version": "v4.3.5", | |||
"version": "v4.4.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/symfony/finder.git", | |||
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1" | |||
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1", | |||
"reference": "5e575faa95548d0586f6bedaeabec259714e44d1", | |||
"url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e", | |||
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e", | |||
"shasum": "" | |||
}, | |||
"require": { | |||