Update annotated-command
To fix PHP 8 compatibility issues: https://github.com/consolidation/annotated-command/pull/210
This commit is contained in:
parent
64ac180a53
commit
e567f9c9fa
1 changed files with 14 additions and 26 deletions
40
composer.lock
generated
40
composer.lock
generated
|
@ -3434,48 +3434,36 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "consolidation/annotated-command",
|
"name": "consolidation/annotated-command",
|
||||||
"version": "4.1.1",
|
"version": "4.5.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/consolidation/annotated-command.git",
|
"url": "https://github.com/consolidation/annotated-command.git",
|
||||||
"reference": "efc58dc0f34a45539787c5190b41b5d2a50a08da"
|
"reference": "701a7abe8505abe89520837be798e15a3953a367"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/efc58dc0f34a45539787c5190b41b5d2a50a08da",
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/701a7abe8505abe89520837be798e15a3953a367",
|
||||||
"reference": "efc58dc0f34a45539787c5190b41b5d2a50a08da",
|
"reference": "701a7abe8505abe89520837be798e15a3953a367",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"consolidation/output-formatters": "^4.1.1",
|
"consolidation/output-formatters": "^4.1.1",
|
||||||
"php": ">=7.1.3",
|
"php": ">=7.1.3",
|
||||||
"psr/log": "^1|^2",
|
"psr/log": "^1|^2",
|
||||||
"symfony/console": "^4.4.8|^5",
|
"symfony/console": "^4.4.8|^5|^6",
|
||||||
"symfony/event-dispatcher": "^4.4.8|^5",
|
"symfony/event-dispatcher": "^4.4.8|^5|^6",
|
||||||
"symfony/finder": "^4.4.8|^5"
|
"symfony/finder": "^4.4.8|^5|^6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"g1a/composer-test-scenarios": "^3",
|
"composer-runtime-api": "^2.0",
|
||||||
"php-coveralls/php-coveralls": "^2.2",
|
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
|
||||||
"phpunit/phpunit": "^6",
|
"squizlabs/php_codesniffer": "^3",
|
||||||
"squizlabs/php_codesniffer": "^3"
|
"yoast/phpunit-polyfills": "^0.2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"scenarios": {
|
|
||||||
"symfony4": {
|
|
||||||
"require": {
|
|
||||||
"symfony/console": "^4.0"
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"platform": {
|
|
||||||
"php": "7.1.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "4.x-dev"
|
"dev-main": "4.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -3496,9 +3484,9 @@
|
||||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/consolidation/annotated-command/issues",
|
"issues": "https://github.com/consolidation/annotated-command/issues",
|
||||||
"source": "https://github.com/consolidation/annotated-command/tree/master"
|
"source": "https://github.com/consolidation/annotated-command/tree/4.5.1"
|
||||||
},
|
},
|
||||||
"time": "2020-05-27T21:11:36+00:00"
|
"time": "2021-12-30T04:00:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "consolidation/config",
|
"name": "consolidation/config",
|
||||||
|
|
Loading…
Reference in a new issue