2017-12-07 20:09:03 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-01-23 17:36:43 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2017-12-07 20:09:03 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
|
|
|
"content-hash": "3fb53f1e3b4dd21c4d1e88c3ffd570ca",
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "composer/semver",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "1.5.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/semver.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
|
|
|
|
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.3.2 || ^7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
|
|
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer\\Semver\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nils Adermann",
|
|
|
|
"email": "naderman@naderman.de",
|
|
|
|
"homepage": "http://www.naderman.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be",
|
|
|
|
"homepage": "http://seld.be"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Rob Bast",
|
|
|
|
"email": "rob.bast@gmail.com",
|
|
|
|
"homepage": "http://robbast.nl"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
|
"keywords": [
|
|
|
|
"semantic",
|
|
|
|
"semver",
|
|
|
|
"validation",
|
|
|
|
"versioning"
|
|
|
|
],
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-03-19T17:25:45+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
2018-10-26 20:27:18 +00:00
|
|
|
{
|
|
|
|
"name": "composer/xdebug-handler",
|
2019-06-20 19:57:49 +00:00
|
|
|
"version": "1.3.3",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
2019-06-20 19:57:49 +00:00
|
|
|
"reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-20 19:57:49 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
|
|
|
|
"reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.3.2 || ^7.0",
|
|
|
|
"psr/log": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer\\XdebugHandler\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "John Stevenson",
|
|
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Restarts a process without xdebug.",
|
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"performance"
|
|
|
|
],
|
2019-06-20 19:57:49 +00:00
|
|
|
"time": "2019-05-27T17:52:04+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
2017-12-07 20:09:03 +00:00
|
|
|
{
|
|
|
|
"name": "doctrine/annotations",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v1.6.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
|
|
|
|
"reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/lexer": "1.*",
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/cache": "1.*",
|
2019-06-21 14:30:36 +00:00
|
|
|
"phpunit/phpunit": "^6.4"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "1.6.x-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Docblock Annotations Parser",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"docblock",
|
|
|
|
"parser"
|
|
|
|
],
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-03-25T19:12:02+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/lexer",
|
2019-06-20 19:57:49 +00:00
|
|
|
"version": "1.0.2",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/lexer.git",
|
2019-06-20 19:57:49 +00:00
|
|
|
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-20 19:57:49 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
|
|
|
|
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
2019-06-20 19:57:49 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.5"
|
|
|
|
},
|
2017-12-07 20:09:03 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2019-06-20 19:57:49 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2019-06-20 19:57:49 +00:00
|
|
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
2017-12-07 20:09:03 +00:00
|
|
|
"keywords": [
|
2019-06-20 19:57:49 +00:00
|
|
|
"annotations",
|
|
|
|
"docblock",
|
2017-12-07 20:09:03 +00:00
|
|
|
"lexer",
|
2019-06-20 19:57:49 +00:00
|
|
|
"parser",
|
|
|
|
"php"
|
2017-12-07 20:09:03 +00:00
|
|
|
],
|
2019-06-20 19:57:49 +00:00
|
|
|
"time": "2019-06-08T11:03:04+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "friendsofphp/php-cs-fixer",
|
2019-06-20 19:57:49 +00:00
|
|
|
"version": "v2.15.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
2019-06-20 19:57:49 +00:00
|
|
|
"reference": "20064511ab796593a3990669eff5f5b535001f7c"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-20 19:57:49 +00:00
|
|
|
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/20064511ab796593a3990669eff5f5b535001f7c",
|
|
|
|
"reference": "20064511ab796593a3990669eff5f5b535001f7c",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer/semver": "^1.4",
|
2018-10-26 20:27:18 +00:00
|
|
|
"composer/xdebug-handler": "^1.2",
|
2017-12-07 20:09:03 +00:00
|
|
|
"doctrine/annotations": "^1.2",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-tokenizer": "*",
|
2019-01-23 17:36:43 +00:00
|
|
|
"php": "^5.6 || ^7.0",
|
2018-10-26 20:27:18 +00:00
|
|
|
"php-cs-fixer/diff": "^1.3",
|
|
|
|
"symfony/console": "^3.4.17 || ^4.1.6",
|
2017-12-07 20:09:03 +00:00
|
|
|
"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 || ^4.0",
|
|
|
|
"symfony/stopwatch": "^3.0 || ^4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-10-26 20:27:18 +00:00
|
|
|
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"justinrainbow/json-schema": "^5.0",
|
2019-01-23 17:36:43 +00:00
|
|
|
"keradus/cli-executor": "^1.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"mikey179/vfsstream": "^1.6",
|
2018-10-26 20:27:18 +00:00
|
|
|
"php-coveralls/php-coveralls": "^2.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"php-cs-fixer/accessible-object": "^1.0",
|
2019-06-20 19:57:49 +00:00
|
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
|
|
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
|
2018-10-26 20:27:18 +00:00
|
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
|
2019-06-20 19:57:49 +00:00
|
|
|
"phpunitgoodpractices/traits": "^1.8",
|
|
|
|
"symfony/phpunit-bridge": "^4.3"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
|
2018-10-26 20:27:18 +00:00
|
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
|
|
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
|
2017-12-07 20:09:03 +00:00
|
|
|
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"php-cs-fixer"
|
|
|
|
],
|
|
|
|
"type": "application",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpCsFixer\\": "src/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"tests/Test/AbstractFixerTestCase.php",
|
2018-10-26 20:27:18 +00:00
|
|
|
"tests/Test/AbstractIntegrationCaseFactory.php",
|
2017-12-07 20:09:03 +00:00
|
|
|
"tests/Test/AbstractIntegrationTestCase.php",
|
2018-10-26 20:27:18 +00:00
|
|
|
"tests/Test/Assert/AssertTokensTrait.php",
|
2017-12-07 20:09:03 +00:00
|
|
|
"tests/Test/IntegrationCase.php",
|
2018-10-26 20:27:18 +00:00
|
|
|
"tests/Test/IntegrationCaseFactory.php",
|
|
|
|
"tests/Test/IntegrationCaseFactoryInterface.php",
|
|
|
|
"tests/Test/InternalIntegrationCaseFactory.php",
|
|
|
|
"tests/TestCase.php"
|
2017-12-07 20:09:03 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dariusz Rumiński",
|
|
|
|
"email": "dariusz.ruminski@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A tool to automatically fix PHP code style",
|
2019-06-20 19:57:49 +00:00
|
|
|
"time": "2019-06-01T10:32:12+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "paragonie/random_compat",
|
2018-10-26 20:27:18 +00:00
|
|
|
"version": "v9.99.99",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
2018-10-26 20:27:18 +00:00
|
|
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-10-26 20:27:18 +00:00
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-10-26 20:27:18 +00:00
|
|
|
"php": "^7"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-10-26 20:27:18 +00:00
|
|
|
"phpunit/phpunit": "4.*|5.*",
|
|
|
|
"vimeo/psalm": "^1"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Paragon Initiative Enterprises",
|
|
|
|
"email": "security@paragonie.com",
|
|
|
|
"homepage": "https://paragonie.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
|
"keywords": [
|
|
|
|
"csprng",
|
2018-10-26 20:27:18 +00:00
|
|
|
"polyfill",
|
2017-12-07 20:09:03 +00:00
|
|
|
"pseudorandom",
|
|
|
|
"random"
|
|
|
|
],
|
2018-10-26 20:27:18 +00:00
|
|
|
"time": "2018-07-02T15:55:56+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-cs-fixer/diff",
|
2018-10-26 20:27:18 +00:00
|
|
|
"version": "v1.3.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-CS-Fixer/diff.git",
|
2018-10-26 20:27:18 +00:00
|
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-10-26 20:27:18 +00:00
|
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
|
|
|
|
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-10-26 20:27:18 +00:00
|
|
|
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
2017-12-07 20:09:03 +00:00
|
|
|
"symfony/process": "^3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2018-10-26 20:27:18 +00:00
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
2017-12-07 20:09:03 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "SpacePossum"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "sebastian/diff v2 backport support for PHP5.6",
|
|
|
|
"homepage": "https://github.com/PHP-CS-Fixer",
|
|
|
|
"keywords": [
|
|
|
|
"diff"
|
|
|
|
],
|
2018-10-26 20:27:18 +00:00
|
|
|
"time": "2018-02-15T16:58:55+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "psr/container",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
|
},
|
2017-12-07 20:09:03 +00:00
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2018-11-22 18:36:25 +00:00
|
|
|
"version": "1.1.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2018-11-22 18:36:25 +00:00
|
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-22 18:36:25 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
|
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2018-11-22 18:36:25 +00:00
|
|
|
"time": "2018-11-20T15:27:04+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "d50bbeeb0e17e6dd4124ea391eff235e932cbf64"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/d50bbeeb0e17e6dd4124ea391eff235e932cbf64",
|
|
|
|
"reference": "d50bbeeb0e17e6dd4124ea391eff235e932cbf64",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php73": "^1.8",
|
|
|
|
"symfony/service-contracts": "^1.1"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.4",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/event-dispatcher": "<4.3",
|
2017-12-07 20:09:03 +00:00
|
|
|
"symfony/process": "<3.3"
|
|
|
|
},
|
2019-03-25 15:28:15 +00:00
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0"
|
|
|
|
},
|
2017-12-07 20:09:03 +00:00
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/config": "~3.4|~4.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/event-dispatcher": "^4.3",
|
2017-12-07 20:09:03 +00:00
|
|
|
"symfony/lock": "~3.4|~4.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/process": "~3.4|~4.0",
|
|
|
|
"symfony/var-dumper": "^4.3"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"psr/log": "For using the console logger",
|
2017-12-07 20:09:03 +00:00
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/lock": "",
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Console Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-06-05T13:25:51+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
|
"reference": "4e6c670af81c4fb0b6c08b035530a9915d0b691f"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4e6c670af81c4fb0b6c08b035530a9915d0b691f",
|
|
|
|
"reference": "4e6c670af81c4fb0b6c08b035530a9915d0b691f",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/event-dispatcher-contracts": "^1.1"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
2019-06-20 19:57:49 +00:00
|
|
|
"conflict": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/dependency-injection": "<3.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
|
|
"symfony/event-dispatcher-implementation": "1.1"
|
2019-01-26 03:07:37 +00:00
|
|
|
},
|
2019-06-20 19:57:49 +00:00
|
|
|
"require-dev": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
2019-06-20 19:57:49 +00:00
|
|
|
"/Tests/"
|
2017-12-07 20:09:03 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-06-20 19:57:49 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2019-06-21 14:30:36 +00:00
|
|
|
"description": "Symfony EventDispatcher Component",
|
2017-12-07 20:09:03 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-05-30T16:10:05+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
|
|
"version": "v1.1.5",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
|
"reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
|
|
|
|
"reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"psr/event-dispatcher": "",
|
|
|
|
"symfony/event-dispatcher-implementation": ""
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "1.1-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2019-06-21 14:30:36 +00:00
|
|
|
"description": "Generic abstractions related to dispatching event",
|
2017-12-07 20:09:03 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"time": "2019-06-20T06:46:26+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "bf2af40d738dec5e433faea7b00daa4431d0a4cf"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/bf2af40d738dec5e433faea7b00daa4431d0a4cf",
|
|
|
|
"reference": "bf2af40d738dec5e433faea7b00daa4431d0a4cf",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3",
|
2018-10-26 20:27:18 +00:00
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Filesystem Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-06-03T20:27:40+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "b3d4f4c0e4eadfdd8b296af9ca637cfbf51d8176"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/b3d4f4c0e4eadfdd8b296af9ca637cfbf51d8176",
|
|
|
|
"reference": "b3d4f4c0e4eadfdd8b296af9ca637cfbf51d8176",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Finder Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-05-26T20:47:49+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/options-resolver",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "914e0edcb7cd0c9f494bc023b1d47534f4542332"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/914e0edcb7cd0c9f494bc023b1d47534f4542332",
|
|
|
|
"reference": "914e0edcb7cd0c9f494bc023b1d47534f4542332",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony OptionsResolver Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"config",
|
|
|
|
"configuration",
|
|
|
|
"options"
|
|
|
|
],
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-05-10T05:38:46+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "v1.11.0",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "82ebae02209c21113908c229e9883c419720738a"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
|
|
|
|
"reference": "82ebae02209c21113908c229e9883c419720738a",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"dev-master": "1.11-dev"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
2019-03-25 15:28:15 +00:00
|
|
|
"email": "backendtea@gmail.com"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-02-06T07:57:58+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "v1.11.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
|
|
|
|
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"dev-master": "1.11-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-02-06T07:57:58+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php70",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "v1.11.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "bc4858fb611bda58719124ca079baff854149c89"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
|
|
|
|
"reference": "bc4858fb611bda58719124ca079baff854149c89",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-10-26 20:27:18 +00:00
|
|
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
2017-12-07 20:09:03 +00:00
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"dev-master": "1.11-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php70\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-02-06T07:57:58+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php72",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "v1.11.0",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
|
|
|
|
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"dev-master": "1.11-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-02-06T07:57:58+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php73",
|
|
|
|
"version": "v1.11.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
|
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
|
|
|
|
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.11-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"time": "2019-02-06T07:57:58+00:00"
|
|
|
|
},
|
2017-12-07 20:09:03 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c",
|
|
|
|
"reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Process Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-05-30T16:10:05+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
|
|
|
"version": "v1.1.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
|
|
"reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
|
|
|
|
"reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to writing services",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"time": "2019-06-13T11:15:36+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/stopwatch",
|
2019-06-21 14:30:36 +00:00
|
|
|
"version": "v4.3.1",
|
2017-12-07 20:09:03 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/stopwatch.git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"reference": "6b100e9309e8979cf1978ac1778eb155c1f7d93b"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/6b100e9309e8979cf1978ac1778eb155c1f7d93b",
|
|
|
|
"reference": "6b100e9309e8979cf1978ac1778eb155c1f7d93b",
|
2017-12-07 20:09:03 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/service-contracts": "^1.0"
|
2017-12-07 20:09:03 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "4.3-dev"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Stopwatch\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Stopwatch Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"time": "2019-05-27T08:16:38+00:00"
|
2017-12-07 20:09:03 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|