| @@ -4,20 +4,20 @@ | |||
| "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | |||
| "This file is @generated automatically" | |||
| ], | |||
| "content-hash": "76606ad3b0459daf70bf3a15bd7608a8", | |||
| "content-hash": "ee60272068de4ef2fea35d003f31be8d", | |||
| "packages": [ | |||
| { | |||
| "name": "psr/log", | |||
| "version": "1.1.3", | |||
| "name": "psr/container", | |||
| "version": "1.0.0", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/php-fig/log.git", | |||
| "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" | |||
| "url": "https://github.com/php-fig/container.git", | |||
| "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", | |||
| "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", | |||
| "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |||
| "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| @@ -26,12 +26,12 @@ | |||
| "type": "library", | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "1.1.x-dev" | |||
| "dev-master": "1.0.x-dev" | |||
| } | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Psr\\Log\\": "Psr/Log/" | |||
| "Psr\\Container\\": "src/" | |||
| } | |||
| }, | |||
| "notification-url": "https://packagist.org/downloads/", | |||
| @@ -44,48 +44,54 @@ | |||
| "homepage": "http://www.php-fig.org/" | |||
| } | |||
| ], | |||
| "description": "Common interface for logging libraries", | |||
| "homepage": "https://github.com/php-fig/log", | |||
| "description": "Common Container Interface (PHP FIG PSR-11)", | |||
| "homepage": "https://github.com/php-fig/container", | |||
| "keywords": [ | |||
| "log", | |||
| "psr", | |||
| "psr-3" | |||
| "PSR-11", | |||
| "container", | |||
| "container-interface", | |||
| "container-interop", | |||
| "psr" | |||
| ], | |||
| "time": "2020-03-23T09:12:05+00:00" | |||
| "time": "2017-02-14T16:28:37+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/console", | |||
| "version": "v3.4.39", | |||
| "version": "v5.0.7", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/symfony/console.git", | |||
| "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120" | |||
| "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120", | |||
| "reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120", | |||
| "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", | |||
| "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| "php": "^5.5.9|>=7.0.8", | |||
| "symfony/debug": "~2.8|~3.0|~4.0", | |||
| "symfony/polyfill-mbstring": "~1.0" | |||
| "php": "^7.2.5", | |||
| "symfony/polyfill-mbstring": "~1.0", | |||
| "symfony/polyfill-php73": "^1.8", | |||
| "symfony/service-contracts": "^1.1|^2" | |||
| }, | |||
| "conflict": { | |||
| "symfony/dependency-injection": "<3.4", | |||
| "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.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" | |||
| "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", | |||
| @@ -96,7 +102,7 @@ | |||
| "type": "library", | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "3.4-dev" | |||
| "dev-master": "5.0-dev" | |||
| } | |||
| }, | |||
| "autoload": { | |||
| @@ -123,58 +129,40 @@ | |||
| ], | |||
| "description": "Symfony Console Component", | |||
| "homepage": "https://symfony.com", | |||
| "funding": [ | |||
| { | |||
| "url": "https://symfony.com/sponsor", | |||
| "type": "custom" | |||
| }, | |||
| { | |||
| "url": "https://github.com/fabpot", | |||
| "type": "github" | |||
| }, | |||
| { | |||
| "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |||
| "type": "tidelift" | |||
| } | |||
| ], | |||
| "time": "2020-03-27T17:07:22+00:00" | |||
| "time": "2020-03-30T11:42:42+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/debug", | |||
| "version": "v4.4.7", | |||
| "name": "symfony/polyfill-ctype", | |||
| "version": "v1.15.0", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/symfony/debug.git", | |||
| "reference": "346636d2cae417992ecfd761979b2ab98b339a45" | |||
| "url": "https://github.com/symfony/polyfill-ctype.git", | |||
| "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45", | |||
| "reference": "346636d2cae417992ecfd761979b2ab98b339a45", | |||
| "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", | |||
| "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| "php": "^7.1.3", | |||
| "psr/log": "~1.0" | |||
| }, | |||
| "conflict": { | |||
| "symfony/http-kernel": "<3.4" | |||
| "php": ">=5.3.3" | |||
| }, | |||
| "require-dev": { | |||
| "symfony/http-kernel": "^3.4|^4.0|^5.0" | |||
| "suggest": { | |||
| "ext-ctype": "For best performance" | |||
| }, | |||
| "type": "library", | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "4.4-dev" | |||
| "dev-master": "1.15-dev" | |||
| } | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Symfony\\Component\\Debug\\": "" | |||
| "Symfony\\Polyfill\\Ctype\\": "" | |||
| }, | |||
| "exclude-from-classmap": [ | |||
| "/Tests/" | |||
| "files": [ | |||
| "bootstrap.php" | |||
| ] | |||
| }, | |||
| "notification-url": "https://packagist.org/downloads/", | |||
| @@ -183,16 +171,22 @@ | |||
| ], | |||
| "authors": [ | |||
| { | |||
| "name": "Fabien Potencier", | |||
| "email": "fabien@symfony.com" | |||
| "name": "Gert de Pagter", | |||
| "email": "BackEndTea@gmail.com" | |||
| }, | |||
| { | |||
| "name": "Symfony Community", | |||
| "homepage": "https://symfony.com/contributors" | |||
| } | |||
| ], | |||
| "description": "Symfony Debug Component", | |||
| "description": "Symfony polyfill for ctype functions", | |||
| "homepage": "https://symfony.com", | |||
| "keywords": [ | |||
| "compatibility", | |||
| "ctype", | |||
| "polyfill", | |||
| "portable" | |||
| ], | |||
| "funding": [ | |||
| { | |||
| "url": "https://symfony.com/sponsor", | |||
| @@ -207,27 +201,27 @@ | |||
| "type": "tidelift" | |||
| } | |||
| ], | |||
| "time": "2020-03-27T16:54:36+00:00" | |||
| "time": "2020-02-27T09:26:54+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/polyfill-ctype", | |||
| "name": "symfony/polyfill-mbstring", | |||
| "version": "v1.15.0", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/symfony/polyfill-ctype.git", | |||
| "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" | |||
| "url": "https://github.com/symfony/polyfill-mbstring.git", | |||
| "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", | |||
| "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", | |||
| "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", | |||
| "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| "php": ">=5.3.3" | |||
| }, | |||
| "suggest": { | |||
| "ext-ctype": "For best performance" | |||
| "ext-mbstring": "For best performance" | |||
| }, | |||
| "type": "library", | |||
| "extra": { | |||
| @@ -237,7 +231,7 @@ | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Symfony\\Polyfill\\Ctype\\": "" | |||
| "Symfony\\Polyfill\\Mbstring\\": "" | |||
| }, | |||
| "files": [ | |||
| "bootstrap.php" | |||
| @@ -249,21 +243,22 @@ | |||
| ], | |||
| "authors": [ | |||
| { | |||
| "name": "Gert de Pagter", | |||
| "email": "BackEndTea@gmail.com" | |||
| "name": "Nicolas Grekas", | |||
| "email": "p@tchwork.com" | |||
| }, | |||
| { | |||
| "name": "Symfony Community", | |||
| "homepage": "https://symfony.com/contributors" | |||
| } | |||
| ], | |||
| "description": "Symfony polyfill for ctype functions", | |||
| "description": "Symfony polyfill for the Mbstring extension", | |||
| "homepage": "https://symfony.com", | |||
| "keywords": [ | |||
| "compatibility", | |||
| "ctype", | |||
| "mbstring", | |||
| "polyfill", | |||
| "portable" | |||
| "portable", | |||
| "shim" | |||
| ], | |||
| "funding": [ | |||
| { | |||
| @@ -279,28 +274,25 @@ | |||
| "type": "tidelift" | |||
| } | |||
| ], | |||
| "time": "2020-02-27T09:26:54+00:00" | |||
| "time": "2020-03-09T19:04:49+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/polyfill-mbstring", | |||
| "name": "symfony/polyfill-php73", | |||
| "version": "v1.15.0", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/symfony/polyfill-mbstring.git", | |||
| "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" | |||
| "url": "https://github.com/symfony/polyfill-php73.git", | |||
| "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", | |||
| "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", | |||
| "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", | |||
| "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| "php": ">=5.3.3" | |||
| }, | |||
| "suggest": { | |||
| "ext-mbstring": "For best performance" | |||
| }, | |||
| "type": "library", | |||
| "extra": { | |||
| "branch-alias": { | |||
| @@ -309,10 +301,13 @@ | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Symfony\\Polyfill\\Mbstring\\": "" | |||
| "Symfony\\Polyfill\\Php73\\": "" | |||
| }, | |||
| "files": [ | |||
| "bootstrap.php" | |||
| ], | |||
| "classmap": [ | |||
| "Resources/stubs" | |||
| ] | |||
| }, | |||
| "notification-url": "https://packagist.org/downloads/", | |||
| @@ -329,11 +324,10 @@ | |||
| "homepage": "https://symfony.com/contributors" | |||
| } | |||
| ], | |||
| "description": "Symfony polyfill for the Mbstring extension", | |||
| "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", | |||
| "homepage": "https://symfony.com", | |||
| "keywords": [ | |||
| "compatibility", | |||
| "mbstring", | |||
| "polyfill", | |||
| "portable", | |||
| "shim" | |||
| @@ -352,7 +346,7 @@ | |||
| "type": "tidelift" | |||
| } | |||
| ], | |||
| "time": "2020-03-09T19:04:49+00:00" | |||
| "time": "2020-02-27T09:26:54+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/process", | |||
| @@ -401,45 +395,89 @@ | |||
| ], | |||
| "description": "Symfony Process Component", | |||
| "homepage": "https://symfony.com", | |||
| "funding": [ | |||
| { | |||
| "url": "https://symfony.com/sponsor", | |||
| "type": "custom" | |||
| }, | |||
| "time": "2020-03-27T16:56:45+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/service-contracts", | |||
| "version": "v2.0.1", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/symfony/service-contracts.git", | |||
| "reference": "144c5e51266b281231e947b51223ba14acf1a749" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749", | |||
| "reference": "144c5e51266b281231e947b51223ba14acf1a749", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| "php": "^7.2.5", | |||
| "psr/container": "^1.0" | |||
| }, | |||
| "suggest": { | |||
| "symfony/service-implementation": "" | |||
| }, | |||
| "type": "library", | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "2.0-dev" | |||
| } | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Symfony\\Contracts\\Service\\": "" | |||
| } | |||
| }, | |||
| "notification-url": "https://packagist.org/downloads/", | |||
| "license": [ | |||
| "MIT" | |||
| ], | |||
| "authors": [ | |||
| { | |||
| "url": "https://github.com/fabpot", | |||
| "type": "github" | |||
| "name": "Nicolas Grekas", | |||
| "email": "p@tchwork.com" | |||
| }, | |||
| { | |||
| "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |||
| "type": "tidelift" | |||
| "name": "Symfony Community", | |||
| "homepage": "https://symfony.com/contributors" | |||
| } | |||
| ], | |||
| "time": "2020-03-27T16:56:45+00:00" | |||
| "description": "Generic abstractions related to writing services", | |||
| "homepage": "https://symfony.com", | |||
| "keywords": [ | |||
| "abstractions", | |||
| "contracts", | |||
| "decoupling", | |||
| "interfaces", | |||
| "interoperability", | |||
| "standards" | |||
| ], | |||
| "time": "2019-11-18T17:27:11+00:00" | |||
| }, | |||
| { | |||
| "name": "symfony/yaml", | |||
| "version": "v3.4.39", | |||
| "version": "v5.0.7", | |||
| "source": { | |||
| "type": "git", | |||
| "url": "https://github.com/symfony/yaml.git", | |||
| "reference": "e701b47e11749970f63803879c4febb520f07b6c" | |||
| "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd" | |||
| }, | |||
| "dist": { | |||
| "type": "zip", | |||
| "url": "https://api.github.com/repos/symfony/yaml/zipball/e701b47e11749970f63803879c4febb520f07b6c", | |||
| "reference": "e701b47e11749970f63803879c4febb520f07b6c", | |||
| "url": "https://api.github.com/repos/symfony/yaml/zipball/ad5e9c83ade5bbb3a96a3f30588a0622708caefd", | |||
| "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd", | |||
| "shasum": "" | |||
| }, | |||
| "require": { | |||
| "php": "^5.5.9|>=7.0.8", | |||
| "php": "^7.2.5", | |||
| "symfony/polyfill-ctype": "~1.8" | |||
| }, | |||
| "conflict": { | |||
| "symfony/console": "<3.4" | |||
| "symfony/console": "<4.4" | |||
| }, | |||
| "require-dev": { | |||
| "symfony/console": "~3.4|~4.0" | |||
| "symfony/console": "^4.4|^5.0" | |||
| }, | |||
| "suggest": { | |||
| "symfony/console": "For validating YAML files using the lint command" | |||
| @@ -447,7 +485,7 @@ | |||
| "type": "library", | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "3.4-dev" | |||
| "dev-master": "5.0-dev" | |||
| } | |||
| }, | |||
| "autoload": { | |||
| @@ -488,7 +526,7 @@ | |||
| "type": "tidelift" | |||
| } | |||
| ], | |||
| "time": "2020-03-25T12:02:26+00:00" | |||
| "time": "2020-03-30T11:42:42+00:00" | |||
| } | |||
| ], | |||
| "packages-dev": [ | |||
| @@ -1018,20 +1056,6 @@ | |||
| "MIT" | |||
| ], | |||
| "description": "PHPStan - PHP Static Analysis Tool", | |||
| "funding": [ | |||
| { | |||
| "url": "https://github.com/ondrejmirtes", | |||
| "type": "github" | |||
| }, | |||
| { | |||
| "url": "https://www.patreon.com/phpstan", | |||
| "type": "patreon" | |||
| }, | |||
| { | |||
| "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", | |||
| "type": "tidelift" | |||
| } | |||
| ], | |||
| "time": "2020-03-22T16:51:47+00:00" | |||
| }, | |||
| { | |||
| @@ -1367,16 +1391,6 @@ | |||
| "testing", | |||
| "xunit" | |||
| ], | |||
| "funding": [ | |||
| { | |||
| "url": "https://phpunit.de/donate.html", | |||
| "type": "custom" | |||
| }, | |||
| { | |||
| "url": "https://github.com/sebastianbergmann", | |||
| "type": "github" | |||
| } | |||
| ], | |||
| "time": "2020-03-31T08:52:04+00:00" | |||
| }, | |||
| { | |||