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",
|
2020-12-28 16:42:36 +00:00
|
|
|
"version": "4.2.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/annotated-command.git",
|
2020-12-28 16:42:36 +00:00
|
|
|
"reference": "ec297e05cb86557671c2d6cbb1bebba6c7ae2c60"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-12-28 16:42:36 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/ec297e05cb86557671c2d6cbb1bebba6c7ae2c60",
|
|
|
|
"reference": "ec297e05cb86557671c2d6cbb1bebba6c7ae2c60",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"consolidation/output-formatters": "^4.1.1",
|
|
|
|
"php": ">=7.1.3",
|
|
|
|
"psr/log": "^1|^2",
|
2020-12-28 16:42:36 +00:00
|
|
|
"symfony/console": "^4.4.8|~5.1.0",
|
2020-09-09 14:59:28 +00:00
|
|
|
"symfony/event-dispatcher": "^4.4.8|^5",
|
|
|
|
"symfony/finder": "^4.4.8|^5"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"phpunit/phpunit": ">=7.5.20",
|
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"dev-main": "4.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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.",
|
2020-12-28 16:42:36 +00:00
|
|
|
"time": "2020-12-10T16:56:39+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",
|
2020-12-28 16:42:36 +00:00
|
|
|
"version": "2.0.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/log.git",
|
2020-12-28 16:42:36 +00:00
|
|
|
"reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-12-28 16:42:36 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1",
|
|
|
|
"reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"php": ">=7.1.3",
|
2019-01-26 03:07:37 +00:00
|
|
|
"psr/log": "^1.0",
|
2020-09-09 14:59:28 +00:00
|
|
|
"symfony/console": "^4|^5"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"phpunit/phpunit": ">=7.5.20",
|
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"dev-main": "2.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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.",
|
2020-12-28 16:42:36 +00:00
|
|
|
"time": "2020-12-10T16:26:23+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/output-formatters",
|
2020-12-28 16:42:36 +00:00
|
|
|
"version": "4.1.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/output-formatters.git",
|
2020-12-28 16:42:36 +00:00
|
|
|
"reference": "5821e6ae076bf690058a4de6c94dce97398a69c9"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-12-28 16:42:36 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9",
|
|
|
|
"reference": "5821e6ae076bf690058a4de6c94dce97398a69c9",
|
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",
|
2020-09-09 14:59:28 +00:00
|
|
|
"php": ">=7.1.3",
|
|
|
|
"symfony/console": "^4|^5",
|
|
|
|
"symfony/finder": "^4|^5"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"php-coveralls/php-coveralls": "^2.4.2",
|
|
|
|
"phpunit/phpunit": ">=7",
|
2020-09-09 14:59:28 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"symfony/var-dumper": "^4",
|
2020-12-28 16:42:36 +00:00
|
|
|
"symfony/yaml": "^4",
|
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
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": {
|
|
|
|
"branch-alias": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"dev-main": "4.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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.",
|
2020-12-28 16:42:36 +00:00
|
|
|
"time": "2020-12-12T19:04:59+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/robo",
|
2020-10-26 18:44:54 +00:00
|
|
|
"version": "1.4.13",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/Robo.git",
|
2020-10-26 18:44:54 +00:00
|
|
|
"reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-10-26 18:44:54 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/Robo/zipball/fd28dcca1b935950ece26e63541fbdeeb09f7343",
|
|
|
|
"reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"consolidation/annotated-command": "^2.12.1|^4.1",
|
2020-09-09 14:59:28 +00:00
|
|
|
"consolidation/config": "^1.2.1",
|
|
|
|
"consolidation/log": "^1.1.1|^2",
|
2020-10-26 18:44:54 +00:00
|
|
|
"consolidation/output-formatters": "^3.5.1|^4.1",
|
2020-09-09 14:59:28 +00:00
|
|
|
"consolidation/self-update": "^1.1.5",
|
|
|
|
"grasmash/yaml-expander": "^1.4",
|
|
|
|
"league/container": "^2.4.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"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",
|
2020-10-26 18:44:54 +00:00
|
|
|
"symfony/finder": "^2.5|^3|^4|^5",
|
2017-12-16 22:11:17 +00:00
|
|
|
"symfony/process": "^2.5|^3|^4"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"codegyre/robo": "< 1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-11-22 18:36:25 +00:00
|
|
|
"g1a/composer-test-scenarios": "^3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"natxet/cssmin": "3.0.4",
|
2020-09-09 14:59:28 +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",
|
2020-09-09 14:59:28 +00:00
|
|
|
"phpunit/phpunit": "^5.7.27",
|
|
|
|
"squizlabs/php_codesniffer": "^3"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"finder5": {
|
|
|
|
"require": {
|
|
|
|
"symfony/finder": "^5"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.2.5"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2018-11-22 18:36:25 +00:00
|
|
|
"symfony4": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^4"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.1.3"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"symfony2": {
|
|
|
|
"require": {
|
|
|
|
"symfony/console": "^2.8"
|
|
|
|
},
|
2020-09-09 14:59:28 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.36"
|
|
|
|
},
|
2018-11-22 18:36:25 +00:00
|
|
|
"remove": [
|
2020-09-09 14:59:28 +00:00
|
|
|
"php-coveralls/php-coveralls"
|
2018-11-22 18:36:25 +00:00
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.5.9"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scenario-options": {
|
|
|
|
"create-lockfile": "false"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"dev-master": "1.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",
|
2020-10-26 18:44:54 +00:00
|
|
|
"time": "2020-10-11T04:51:34+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/self-update",
|
2020-09-09 14:59:28 +00:00
|
|
|
"version": "1.2.0",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/self-update.git",
|
2020-09-09 14:59:28 +00:00
|
|
|
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 14:59:28 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4",
|
|
|
|
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.0",
|
2020-09-09 14:59:28 +00:00
|
|
|
"symfony/console": "^2.8|^3|^4|^5",
|
|
|
|
"symfony/filesystem": "^2.5|^3|^4|^5"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"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": "Alexander Menk",
|
|
|
|
"email": "menk@mestrona.net"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a self:update command for Symfony Console applications.",
|
2020-09-09 14:59:28 +00:00
|
|
|
"time": "2020-04-13T02:49:20+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",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "1.4.12",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/Archive_Tar.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
|
|
|
|
"reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
|
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"
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-18T19:32:54+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",
|
2020-09-09 14:59:28 +00:00
|
|
|
"version": "1.1.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2020-09-09 14:59:28 +00:00
|
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 14:59:28 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
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"
|
|
|
|
],
|
2020-09-09 14:59:28 +00:00
|
|
|
"time": "2020-03-23T09:12:05+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v4.4.19",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "24026c44fc37099fa145707fecd43672831b837a"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a",
|
|
|
|
"reference": "24026c44fc37099fa145707fecd43672831b837a",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"php": ">=7.1.3",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php73": "^1.8",
|
2020-09-09 14:59:28 +00:00
|
|
|
"symfony/polyfill-php80": "^1.15",
|
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",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-27T09:09:26+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v4.4.19",
|
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",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
|
|
|
|
"reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"php": ">=7.1.3",
|
2019-06-21 14:30:36 +00:00
|
|
|
"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",
|
2020-10-26 18:44:54 +00:00
|
|
|
"symfony/error-handler": "~3.4|~4.4",
|
2019-12-03 00:12:48 +00:00
|
|
|
"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",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-27T09:09:26+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
2020-09-09 14:59:28 +00:00
|
|
|
"version": "v1.1.9",
|
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",
|
2020-09-09 14:59:28 +00:00
|
|
|
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 14:59:28 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
|
|
|
|
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +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"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
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"
|
|
|
|
],
|
2020-09-09 14:59:28 +00:00
|
|
|
"time": "2020-07-06T13:19:58+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v4.4.19",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "83a6feed14846d2d9f3916adbaf838819e4e3380"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/83a6feed14846d2d9f3916adbaf838819e4e3380",
|
|
|
|
"reference": "83a6feed14846d2d9f3916adbaf838819e4e3380",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +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",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Provides basic utilities for the filesystem",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-27T09:09:26+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v5.2.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "4adc8d172d602008c204c2e16956f99257248e03"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/4adc8d172d602008c204c2e16956f99257248e03",
|
|
|
|
"reference": "4adc8d172d602008c204c2e16956f99257248e03",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.2.5"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-28T22:06:19+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v1.22.0",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
|
|
|
|
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.1"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-07 02:48:27 +00:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
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"
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-07T16:49:33+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v1.22.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
|
|
|
|
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-07 02:48:27 +00:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
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"
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-07T16:49:33+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php73",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v1.22.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
|
|
|
|
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
|
2019-06-21 14:30:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.1"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-07 02:48:27 +00:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
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"
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-07T16:49:33+00:00"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php80",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v1.22.0",
|
2020-09-09 14:59:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
|
|
|
|
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
|
2020-09-09 14:59:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.1"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-07 02:48:27 +00:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ion Bazan",
|
|
|
|
"email": "ion.bazan@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-07T16:49:33+00:00"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
2020-11-30 15:51:39 +00:00
|
|
|
"version": "v3.4.47",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
2020-11-30 15:51:39 +00:00
|
|
|
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-11-30 15:51:39 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
|
|
|
|
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.5.9|>=7.0.8"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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-11-30 15:51:39 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/process/tree/v3.4.47"
|
|
|
|
},
|
|
|
|
"time": "2020-10-24T10:57:07+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
2020-09-09 14:59:28 +00:00
|
|
|
"version": "v2.2.0",
|
2019-06-21 14:30:36 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2020-09-09 14:59:28 +00:00
|
|
|
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 14:59:28 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
|
|
|
|
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
|
2019-06-21 14:30:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +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": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"dev-master": "2.2-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
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"
|
|
|
|
],
|
2020-09-09 14:59:28 +00:00
|
|
|
"time": "2020-09-07T11:33:47+00:00"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2021-02-07 02:48:27 +00:00
|
|
|
"version": "v4.4.19",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2021-02-07 02:48:27 +00:00
|
|
|
"reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-07 02:48:27 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
|
|
|
|
"reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +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",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Loads and dumps YAML files",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-07 02:48:27 +00:00
|
|
|
"time": "2021-01-27T09:09:26+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
2020-12-28 16:42:36 +00:00
|
|
|
"platform-dev": []
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|