2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-01-26 03:07:37 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2017-12-08 19:37:49 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2020-01-20 05:36:42 +00:00
|
|
|
"content-hash": "a4e3a5e9da2703b2a1acc144e941a4ac",
|
|
|
|
"packages": [],
|
|
|
|
"packages-dev": [
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "consolidation/annotated-command",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "2.12.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/annotated-command.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "512a2e54c98f3af377589de76c43b24652bcb789"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789",
|
|
|
|
"reference": "512a2e54c98f3af377589de76c43b24652bcb789",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-11-22 18:36:25 +00:00
|
|
|
"consolidation/output-formatters": "^3.4",
|
2019-03-25 15:28:15 +00:00
|
|
|
"php": ">=5.4.5",
|
2017-12-08 19:37:49 +00:00
|
|
|
"psr/log": "^1",
|
|
|
|
"symfony/console": "^2.8|^3|^4",
|
|
|
|
"symfony/event-dispatcher": "^2.5|^3|^4",
|
|
|
|
"symfony/finder": "^2.5|^3|^4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"g1a/composer-test-scenarios": "^3",
|
|
|
|
"php-coveralls/php-coveralls": "^1",
|
2018-10-26 20:27:18 +00:00
|
|
|
"phpunit/phpunit": "^6",
|
2017-12-08 19:37:49 +00:00
|
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"scenarios": {
|
|
|
|
"symfony4": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^4.0"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony2": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^2.8"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"php-coveralls/php-coveralls"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.4.8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scenario-options": {
|
|
|
|
"create-lockfile": "false"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"phpunit4": {
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"php-coveralls/php-coveralls"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.4.8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\AnnotatedCommand\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-03-08T16:55:03+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/config",
|
2019-03-25 15:28:15 +00:00
|
|
|
"version": "1.2.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/config.git",
|
2019-03-25 15:28:15 +00:00
|
|
|
"reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-25 15:28:15 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
|
|
|
|
"reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"dflydev/dot-access-data": "^1.1.0",
|
2018-01-04 04:13:08 +00:00
|
|
|
"grasmash/expander": "^1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"g1a/composer-test-scenarios": "^3",
|
|
|
|
"php-coveralls/php-coveralls": "^1",
|
2018-10-26 20:27:18 +00:00
|
|
|
"phpunit/phpunit": "^5",
|
2017-12-08 19:37:49 +00:00
|
|
|
"squizlabs/php_codesniffer": "2.*",
|
2018-01-04 04:13:08 +00:00
|
|
|
"symfony/console": "^2.5|^3|^4",
|
|
|
|
"symfony/yaml": "^2.8.11|^3|^4"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"scenarios": {
|
|
|
|
"symfony4": {
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/console": "^4.0"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony2": {
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/console": "^2.8",
|
|
|
|
"symfony/event-dispatcher": "^2.8",
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"php-coveralls/php-coveralls"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.4.8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\Config\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provide configuration services for a commandline tool.",
|
2019-03-25 15:28:15 +00:00
|
|
|
"time": "2019-03-03T19:37:04+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/log",
|
2019-01-26 03:07:37 +00:00
|
|
|
"version": "1.1.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/log.git",
|
2019-01-26 03:07:37 +00:00
|
|
|
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-26 03:07:37 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
|
|
|
|
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"php": ">=5.4.5",
|
|
|
|
"psr/log": "^1.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"symfony/console": "^2.8|^3|^4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"g1a/composer-test-scenarios": "^3",
|
|
|
|
"php-coveralls/php-coveralls": "^1",
|
|
|
|
"phpunit/phpunit": "^6",
|
|
|
|
"squizlabs/php_codesniffer": "^2"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"scenarios": {
|
|
|
|
"symfony4": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^4.0"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony2": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^2.8"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"php-coveralls/php-coveralls"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.4.8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"phpunit4": {
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"php-coveralls/php-coveralls"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.4.8"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\Log\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
|
2019-01-26 03:07:37 +00:00
|
|
|
"time": "2019-01-01T17:30:51+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/output-formatters",
|
2019-06-20 19:57:49 +00:00
|
|
|
"version": "3.5.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/output-formatters.git",
|
2019-06-20 19:57:49 +00:00
|
|
|
"reference": "99ec998ffb697e0eada5aacf81feebfb13023605"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-06-20 19:57:49 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605",
|
|
|
|
"reference": "99ec998ffb697e0eada5aacf81feebfb13023605",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-10-26 20:27:18 +00:00
|
|
|
"dflydev/dot-access-data": "^1.1.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"php": ">=5.4.0",
|
|
|
|
"symfony/console": "^2.8|^3|^4",
|
|
|
|
"symfony/finder": "^2.5|^3|^4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"g1a/composer-test-scenarios": "^3",
|
|
|
|
"php-coveralls/php-coveralls": "^1",
|
2018-10-26 20:27:18 +00:00
|
|
|
"phpunit/phpunit": "^5.7.27",
|
2017-12-08 19:37:49 +00:00
|
|
|
"squizlabs/php_codesniffer": "^2.7",
|
2018-10-26 20:27:18 +00:00
|
|
|
"symfony/var-dumper": "^2.8|^3|^4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"victorjonsson/markdowndocs": "^1.3"
|
|
|
|
},
|
2018-10-26 20:27:18 +00:00
|
|
|
"suggest": {
|
|
|
|
"symfony/var-dumper": "For using the var_dump formatter"
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"scenarios": {
|
|
|
|
"symfony4": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony3": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^3.4",
|
|
|
|
"symfony/finder": "^3.4",
|
|
|
|
"symfony/var-dumper": "^3.4"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.6.32"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony2": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^2.8"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"php-coveralls/php-coveralls"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.4.8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scenario-options": {
|
|
|
|
"create-lockfile": "false"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\OutputFormatters\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Format text by applying transformations provided by plug-in formatters.",
|
2019-06-20 19:57:49 +00:00
|
|
|
"time": "2019-05-30T23:16:01+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/robo",
|
2019-12-03 00:12:48 +00:00
|
|
|
"version": "1.4.11",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/Robo.git",
|
2019-12-03 00:12:48 +00:00
|
|
|
"reference": "5fa1d901776a628167a325baa9db95d8edf13a80"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:12:48 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80",
|
|
|
|
"reference": "5fa1d901776a628167a325baa9db95d8edf13a80",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"consolidation/annotated-command": "^2.11.0",
|
2019-03-25 15:28:15 +00:00
|
|
|
"consolidation/config": "^1.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"consolidation/log": "~1",
|
2017-12-16 22:11:17 +00:00
|
|
|
"consolidation/output-formatters": "^3.1.13",
|
2018-10-26 20:27:18 +00:00
|
|
|
"consolidation/self-update": "^1",
|
2017-12-16 22:11:17 +00:00
|
|
|
"grasmash/yaml-expander": "^1.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"league/container": "^2.2",
|
|
|
|
"php": ">=5.5.0",
|
2017-12-16 22:11:17 +00:00
|
|
|
"symfony/console": "^2.8|^3|^4",
|
|
|
|
"symfony/event-dispatcher": "^2.5|^3|^4",
|
|
|
|
"symfony/filesystem": "^2.5|^3|^4",
|
|
|
|
"symfony/finder": "^2.5|^3|^4",
|
|
|
|
"symfony/process": "^2.5|^3|^4"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"codegyre/robo": "< 1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-12-16 22:11:17 +00:00
|
|
|
"codeception/aspect-mock": "^1|^2.1.1",
|
|
|
|
"codeception/base": "^2.3.7",
|
2017-12-08 19:37:49 +00:00
|
|
|
"codeception/verify": "^0.3.2",
|
2018-11-22 18:36:25 +00:00
|
|
|
"g1a/composer-test-scenarios": "^3",
|
2018-10-26 20:27:18 +00:00
|
|
|
"goaop/framework": "~2.1.2",
|
|
|
|
"goaop/parser-reflection": "^1.1.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"natxet/cssmin": "3.0.4",
|
2018-10-26 20:27:18 +00:00
|
|
|
"nikic/php-parser": "^3.1.5",
|
2017-12-08 19:37:49 +00:00
|
|
|
"patchwork/jsqueeze": "~2",
|
2019-03-25 15:28:15 +00:00
|
|
|
"pear/archive_tar": "^1.4.4",
|
2018-11-22 18:36:25 +00:00
|
|
|
"php-coveralls/php-coveralls": "^1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"phpunit/php-code-coverage": "~2|~4",
|
2019-12-03 00:12:48 +00:00
|
|
|
"sebastian/comparator": "^1.2.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"squizlabs/php_codesniffer": "^2.8"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
|
|
|
|
"natxet/CssMin": "For minifying CSS files in taskMinify",
|
|
|
|
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
|
|
|
|
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"robo"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2018-11-22 18:36:25 +00:00
|
|
|
"scenarios": {
|
|
|
|
"symfony4": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^4"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony2": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^2.8"
|
|
|
|
},
|
|
|
|
"remove": [
|
|
|
|
"goaop/framework"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.5.9"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scenario-options": {
|
|
|
|
"create-lockfile": "false"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"dev-master": "2.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Robo\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Davert",
|
|
|
|
"email": "davert.php@resend.cc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Modern task runner",
|
2019-12-03 00:12:48 +00:00
|
|
|
"time": "2019-10-29T15:50:02+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/self-update",
|
2018-11-02 14:02:49 +00:00
|
|
|
"version": "1.1.5",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/self-update.git",
|
2018-11-02 14:02:49 +00:00
|
|
|
"reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-02 14:02:49 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
|
|
|
|
"reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.0",
|
|
|
|
"symfony/console": "^2.8|^3|^4",
|
|
|
|
"symfony/filesystem": "^2.5|^3|^4"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"scripts/release"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SelfUpdate\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alexander Menk",
|
|
|
|
"email": "menk@mestrona.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a self:update command for Symfony Console applications.",
|
2018-11-02 14:02:49 +00:00
|
|
|
"time": "2018-10-28T01:52:03+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "container-interop/container-interop",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/container-interop/container-interop.git",
|
|
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
|
|
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Interop\\Container\\": "src/Interop/Container/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
|
|
|
"homepage": "https://github.com/container-interop/container-interop",
|
2019-12-03 00:12:48 +00:00
|
|
|
"abandoned": "psr/container",
|
2017-12-08 19:37:49 +00:00
|
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "dflydev/dot-access-data",
|
|
|
|
"version": "v1.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
|
|
|
|
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
|
|
|
|
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Dflydev\\DotAccessData": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dragonfly Development Inc.",
|
|
|
|
"email": "info@dflydev.com",
|
|
|
|
"homepage": "http://dflydev.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Beau Simensen",
|
|
|
|
"email": "beau@dflydev.com",
|
|
|
|
"homepage": "http://beausimensen.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Carlos Frutos",
|
|
|
|
"email": "carlos@kiwing.it",
|
|
|
|
"homepage": "https://github.com/cfrutos"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Given a deep data structure, access data by dot notation.",
|
|
|
|
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
|
|
|
|
"keywords": [
|
|
|
|
"access",
|
|
|
|
"data",
|
|
|
|
"dot",
|
|
|
|
"notation"
|
|
|
|
],
|
|
|
|
"time": "2017-01-20T21:14:22+00:00"
|
|
|
|
},
|
2018-01-04 04:13:08 +00:00
|
|
|
{
|
|
|
|
"name": "grasmash/expander",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/grasmash/expander.git",
|
|
|
|
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
|
|
|
|
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"dflydev/dot-access-data": "^1.1.0",
|
|
|
|
"php": ">=5.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"greg-1-anderson/composer-test-scenarios": "^1",
|
|
|
|
"phpunit/phpunit": "^4|^5.5.4",
|
|
|
|
"satooshi/php-coveralls": "^1.0.2|dev-master",
|
|
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Grasmash\\Expander\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthew Grasmick"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Expands internal property references in PHP arrays file.",
|
|
|
|
"time": "2017-12-21T22:14:55+00:00"
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "grasmash/yaml-expander",
|
2017-12-16 22:11:17 +00:00
|
|
|
"version": "1.4.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/grasmash/yaml-expander.git",
|
2017-12-16 22:11:17 +00:00
|
|
|
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-12-16 22:11:17 +00:00
|
|
|
"url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
|
|
|
|
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"dflydev/dot-access-data": "^1.1.0",
|
|
|
|
"php": ">=5.4",
|
2017-12-16 22:11:17 +00:00
|
|
|
"symfony/yaml": "^2.8.11|^3|^4"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-12-16 22:11:17 +00:00
|
|
|
"greg-1-anderson/composer-test-scenarios": "^1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"phpunit/phpunit": "^4.8|^5.5.4",
|
2017-12-16 22:11:17 +00:00
|
|
|
"satooshi/php-coveralls": "^1.0.2|dev-master",
|
2017-12-08 19:37:49 +00:00
|
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Grasmash\\YamlExpander\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthew Grasmick"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Expands internal property references in a yaml file.",
|
2017-12-16 22:11:17 +00:00
|
|
|
"time": "2017-12-16T16:06:03+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "league/container",
|
|
|
|
"version": "2.4.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/container.git",
|
|
|
|
"reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
|
|
|
|
"reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"container-interop/container-interop": "^1.2",
|
|
|
|
"php": "^5.4.0 || ^7.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"container-interop/container-interop-implementation": "^1.2",
|
|
|
|
"psr/container-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"orno/di": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-2.x": "2.x-dev",
|
|
|
|
"dev-1.x": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\Container\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Phil Bennett",
|
|
|
|
"email": "philipobenito@gmail.com",
|
|
|
|
"homepage": "http://www.philipobenito.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A fast and intuitive dependency injection container.",
|
|
|
|
"homepage": "https://github.com/thephpleague/container",
|
|
|
|
"keywords": [
|
|
|
|
"container",
|
|
|
|
"dependency",
|
|
|
|
"di",
|
|
|
|
"injection",
|
|
|
|
"league",
|
|
|
|
"provider",
|
|
|
|
"service"
|
|
|
|
],
|
|
|
|
"time": "2017-05-10T09:20:27+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/archive_tar",
|
2020-01-20 05:34:02 +00:00
|
|
|
"version": "1.4.9",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/Archive_Tar.git",
|
2020-01-20 05:34:02 +00:00
|
|
|
"reference": "c5b00053770e1d72128252c62c2c1a12c26639f0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-20 05:34:02 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0",
|
|
|
|
"reference": "c5b00053770e1d72128252c62c2c1a12c26639f0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"pear/pear-core-minimal": "^1.10.0alpha2",
|
|
|
|
"php": ">=5.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"ext-bz2": "Bz2 compression support.",
|
|
|
|
"ext-xz": "Lzma2 compression support.",
|
2017-12-08 19:37:49 +00:00
|
|
|
"ext-zlib": "Gzip compression support."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Archive_Tar": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"./"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Vincent Blavet",
|
|
|
|
"email": "vincent@phpconcept.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Beaver",
|
|
|
|
"email": "greg@chiaraquartet.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michiel Rook",
|
|
|
|
"email": "mrook@php.net"
|
|
|
|
}
|
|
|
|
],
|
2019-01-26 03:07:37 +00:00
|
|
|
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://github.com/pear/Archive_Tar",
|
|
|
|
"keywords": [
|
|
|
|
"archive",
|
|
|
|
"tar"
|
|
|
|
],
|
2020-01-20 05:34:02 +00:00
|
|
|
"time": "2019-12-04T10:17:28+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/console_getopt",
|
2019-12-03 00:12:48 +00:00
|
|
|
"version": "v1.4.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/Console_Getopt.git",
|
2019-12-03 00:12:48 +00:00
|
|
|
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:12:48 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
|
|
|
|
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Console": "./"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"./"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrei Zmievski",
|
|
|
|
"email": "andrei@php.net",
|
|
|
|
"role": "Lead"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Stig Bakken",
|
|
|
|
"email": "stig@php.net",
|
|
|
|
"role": "Developer"
|
2019-12-03 00:12:48 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Beaver",
|
|
|
|
"email": "cellog@php.net",
|
|
|
|
"role": "Helper"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
|
2019-12-03 00:12:48 +00:00
|
|
|
"time": "2019-11-20T18:27:48+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/pear-core-minimal",
|
2019-12-03 00:12:48 +00:00
|
|
|
"version": "v1.10.10",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/pear-core-minimal.git",
|
2019-12-03 00:12:48 +00:00
|
|
|
"reference": "625a3c429d9b2c1546438679074cac1b089116a7"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:12:48 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
|
|
|
|
"reference": "625a3c429d9b2c1546438679074cac1b089116a7",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"pear/console_getopt": "~1.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"pear/pear_exception": "~1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"rsky/pear-core-min": "self.version"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"src/"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christian Weiske",
|
|
|
|
"email": "cweiske@php.net",
|
|
|
|
"role": "Lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Minimal set of PEAR core files to be used as composer dependency",
|
2019-12-03 00:12:48 +00:00
|
|
|
"time": "2019-11-19T19:00:24+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/pear_exception",
|
2020-01-20 05:34:02 +00:00
|
|
|
"version": "v1.0.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/PEAR_Exception.git",
|
2020-01-20 05:34:02 +00:00
|
|
|
"reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-20 05:34:02 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
|
|
|
|
"reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=4.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "*"
|
|
|
|
},
|
|
|
|
"type": "class",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2020-01-20 05:34:02 +00:00
|
|
|
"classmap": [
|
|
|
|
"PEAR/"
|
|
|
|
]
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"."
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Helgi Thormar",
|
|
|
|
"email": "dufuz@php.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Beaver",
|
|
|
|
"email": "cellog@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The PEAR Exception base class.",
|
|
|
|
"homepage": "https://github.com/pear/PEAR_Exception",
|
|
|
|
"keywords": [
|
|
|
|
"exception"
|
|
|
|
],
|
2020-01-20 05:34:02 +00:00
|
|
|
"time": "2019-12-10T10:24:42+00:00"
|
2017-12-08 19:37:49 +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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2019-12-03 00:12:48 +00:00
|
|
|
"version": "1.1.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2019-12-03 00:12:48 +00:00
|
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:12:48 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "1.1.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2019-12-03 00:12:48 +00:00
|
|
|
"time": "2019-11-01T11:05:21+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v4.4.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2020-02-16 22:37:13 +00:00
|
|
|
"reference": "f512001679f37e6a042b51897ed24a2f05eba656"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-16 22:37:13 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/f512001679f37e6a042b51897ed24a2f05eba656",
|
|
|
|
"reference": "f512001679f37e6a042b51897ed24a2f05eba656",
|
2017-12-08 19:37:49 +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",
|
2019-12-03 00:12:48 +00:00
|
|
|
"symfony/service-contracts": "^1.1|^2"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.4",
|
2019-12-03 00:12:48 +00:00
|
|
|
"symfony/event-dispatcher": "<4.3|>=5",
|
|
|
|
"symfony/lock": "<4.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"symfony/process": "<3.3"
|
|
|
|
},
|
2019-03-25 15:28:15 +00:00
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0"
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2019-12-03 00:12:48 +00:00
|
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/event-dispatcher": "^4.3",
|
2019-12-03 00:12:48 +00:00
|
|
|
"symfony/lock": "^4.4|^5.0",
|
|
|
|
"symfony/process": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/var-dumper": "^4.3|^5.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"psr/log": "For using the console logger",
|
2017-12-08 19:37:49 +00:00
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/lock": "",
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "4.4-dev"
|
2017-12-08 19:37:49 +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",
|
2020-02-16 22:37:13 +00:00
|
|
|
"time": "2020-01-25T12:44:29+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v4.4.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2020-01-23 22:07:32 +00:00
|
|
|
"reference": "9e3de195e5bc301704dd6915df55892f6dfc208b"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-23 22:07:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9e3de195e5bc301704dd6915df55892f6dfc208b",
|
|
|
|
"reference": "9e3de195e5bc301704dd6915df55892f6dfc208b",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/event-dispatcher-contracts": "^1.1"
|
2017-12-08 19:37:49 +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",
|
2019-12-03 00:12:48 +00:00
|
|
|
"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"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "4.4-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
2019-06-20 19:57:49 +00:00
|
|
|
"/Tests/"
|
2017-12-08 19:37:49 +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-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2019-06-21 14:30:36 +00:00
|
|
|
"description": "Symfony EventDispatcher Component",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2020-01-23 22:07:32 +00:00
|
|
|
"time": "2020-01-10T21:54:01+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
2019-10-11 16:02:22 +00:00
|
|
|
"version": "v1.1.7",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2019-10-11 16:02:22 +00:00
|
|
|
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-10-11 16:02:22 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
|
|
|
|
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"psr/event-dispatcher": "",
|
|
|
|
"symfony/event-dispatcher-implementation": ""
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"dev-master": "1.1-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
2017-12-08 19:37:49 +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-08 19:37:49 +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-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2019-10-11 16:02:22 +00:00
|
|
|
"time": "2019-09-17T09:54:03+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v4.4.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2020-01-23 22:07:32 +00:00
|
|
|
"reference": "266c9540b475f26122b61ef8b23dd9198f5d1cfd"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-23 22:07:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/266c9540b475f26122b61ef8b23dd9198f5d1cfd",
|
|
|
|
"reference": "266c9540b475f26122b61ef8b23dd9198f5d1cfd",
|
2017-12-08 19:37:49 +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-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "4.4-dev"
|
2017-12-08 19:37:49 +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",
|
2020-01-23 22:07:32 +00:00
|
|
|
"time": "2020-01-21T08:20:44+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v4.4.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2020-01-23 22:07:32 +00:00
|
|
|
"reference": "3a50be43515590faf812fbd7708200aabc327ec3"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-23 22:07:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/3a50be43515590faf812fbd7708200aabc327ec3",
|
|
|
|
"reference": "3a50be43515590faf812fbd7708200aabc327ec3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"php": "^7.1.3"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "4.4-dev"
|
2017-12-08 19:37:49 +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",
|
2020-01-23 22:07:32 +00:00
|
|
|
"time": "2020-01-04T13:00:46+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v1.14.0",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2020-02-16 22:37:13 +00:00
|
|
|
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-16 22:37:13 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
|
|
|
|
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
|
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": {
|
2020-02-16 22:37:13 +00:00
|
|
|
"dev-master": "1.14-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": [
|
|
|
|
{
|
2019-10-11 16:02:22 +00:00
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
2019-10-11 16:02:22 +00:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2020-02-16 22:37:13 +00:00
|
|
|
"time": "2020-01-13T11:15:53+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v1.14.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2020-02-16 22:37:13 +00:00
|
|
|
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-16 22:37:13 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
|
|
|
|
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-02-16 22:37:13 +00:00
|
|
|
"dev-master": "1.14-dev"
|
2017-12-08 19:37:49 +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"
|
|
|
|
],
|
2020-02-16 22:37:13 +00:00
|
|
|
"time": "2020-01-13T11:15:53+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php73",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v1.14.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
2020-02-16 22:37:13 +00:00
|
|
|
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-16 22:37:13 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
|
|
|
|
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
|
2019-06-21 14:30:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-02-16 22:37:13 +00:00
|
|
|
"dev-master": "1.14-dev"
|
2019-06-21 14:30:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2020-02-16 22:37:13 +00:00
|
|
|
"time": "2020-01-13T11:15:53+00:00"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
2020-01-23 22:07:32 +00:00
|
|
|
"version": "v3.4.37",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
2020-01-23 22:07:32 +00:00
|
|
|
"reference": "5b9d2bcffe4678911a4c941c00b7c161252cf09a"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-23 22:07:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/5b9d2bcffe4678911a4c941c00b7c161252cf09a",
|
|
|
|
"reference": "5b9d2bcffe4678911a4c941c00b7c161252cf09a",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.5.9|>=7.0.8"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-12-16 22:11:17 +00:00
|
|
|
"dev-master": "3.4-dev"
|
2017-12-08 19:37:49 +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",
|
2020-01-23 22:07:32 +00:00
|
|
|
"time": "2020-01-01T11:03:25+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
2019-12-03 00:12:48 +00:00
|
|
|
"version": "v2.0.1",
|
2019-06-21 14:30:36 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2019-12-03 00:12:48 +00:00
|
|
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:12:48 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
|
|
|
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
|
2019-06-21 14:30:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"php": "^7.2.5",
|
2019-06-21 14:30:36 +00:00
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "2.0-dev"
|
2019-06-21 14:30:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2019-12-03 00:12:48 +00:00
|
|
|
"time": "2019-11-18T17:27:11+00:00"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2020-02-16 22:37:13 +00:00
|
|
|
"version": "v4.4.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2020-01-23 22:07:32 +00:00
|
|
|
"reference": "cd014e425b3668220adb865f53bff64b3ad21767"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-23 22:07:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/cd014e425b3668220adb865f53bff64b3ad21767",
|
|
|
|
"reference": "cd014e425b3668220adb865f53bff64b3ad21767",
|
2017-12-08 19:37:49 +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-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/console": "<3.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"symfony/console": "^3.4|^4.0|^5.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-03 00:12:48 +00:00
|
|
|
"dev-master": "4.4-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
|
|
},
|
|
|
|
"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 Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2020-01-23 22:07:32 +00:00
|
|
|
"time": "2020-01-21T11:12:16+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|