composer update
This commit is contained in:
parent
f6abc3dce2
commit
71dfaca858
1753 changed files with 45274 additions and 14619 deletions
|
@ -28,7 +28,7 @@
|
|||
"league/container": "^2.2",
|
||||
"consolidation/log": "~1",
|
||||
"consolidation/config": "^1.0.10",
|
||||
"consolidation/annotated-command": "^2.8.2",
|
||||
"consolidation/annotated-command": "^2.10.2",
|
||||
"consolidation/output-formatters": "^3.1.13",
|
||||
"consolidation/self-update": "^1",
|
||||
"grasmash/yaml-expander": "^1.3",
|
||||
|
@ -77,7 +77,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"league/container": "^2.2",
|
||||
"consolidation/log": "~1",
|
||||
"consolidation/config": "^1.0.10",
|
||||
"consolidation/annotated-command": "^2.8.2",
|
||||
"consolidation/annotated-command": "^2.10.2",
|
||||
"consolidation/output-formatters": "^3.1.13",
|
||||
"consolidation/self-update": "^1",
|
||||
"grasmash/yaml-expander": "^1.3",
|
||||
|
@ -78,7 +78,7 @@
|
|||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
|
|
461
vendor/consolidation/robo/.scenarios.lock/symfony4/composer.lock
generated
vendored
461
vendor/consolidation/robo/.scenarios.lock/symfony4/composer.lock
generated
vendored
|
@ -4,20 +4,20 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "7dc7608acabca5feeb8dc77bfe4e8584",
|
||||
"content-hash": "1a9adc60403e6c6b6117a465e9afca9f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "consolidation/annotated-command",
|
||||
"version": "2.10.0",
|
||||
"version": "2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/annotated-command.git",
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873"
|
||||
"reference": "edea407f57104ed518cc3c3b47d5b84403ee267a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/edea407f57104ed518cc3c3b47d5b84403ee267a",
|
||||
"reference": "edea407f57104ed518cc3c3b47d5b84403ee267a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -29,13 +29,57 @@
|
|||
"symfony/finder": "^2.5|^3|^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"g1a/composer-test-scenarios": "^2",
|
||||
"g1a/composer-test-scenarios": "^3",
|
||||
"php-coveralls/php-coveralls": "^1",
|
||||
"phpunit/phpunit": "^6",
|
||||
"satooshi/php-coveralls": "^2",
|
||||
"squizlabs/php_codesniffer": "^2.7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
|
@ -56,7 +100,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||
"time": "2018-11-15T01:46:18+00:00"
|
||||
"time": "2018-12-29T04:43:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/config",
|
||||
|
@ -114,31 +158,72 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/log",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/log.git",
|
||||
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
|
||||
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
|
||||
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
|
||||
"url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
|
||||
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"psr/log": "~1.0",
|
||||
"php": ">=5.4.5",
|
||||
"psr/log": "^1.0",
|
||||
"symfony/console": "^2.8|^3|^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"g1a/composer-test-scenarios": "^1",
|
||||
"phpunit/phpunit": "4.*",
|
||||
"satooshi/php-coveralls": "^2",
|
||||
"squizlabs/php_codesniffer": "2.*"
|
||||
"g1a/composer-test-scenarios": "^3",
|
||||
"php-coveralls/php-coveralls": "^1",
|
||||
"phpunit/phpunit": "^6",
|
||||
"squizlabs/php_codesniffer": "^2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
|
@ -159,7 +244,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
|
||||
"time": "2018-05-25T18:14:39+00:00"
|
||||
"time": "2019-01-01T17:30:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/output-formatters",
|
||||
|
@ -615,20 +700,21 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "432122af37d8cd52fba1b294b11976e0d20df595"
|
||||
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/432122af37d8cd52fba1b294b11976e0d20df595",
|
||||
"reference": "432122af37d8cd52fba1b294b11976e0d20df595",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
|
||||
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/contracts": "^1.0",
|
||||
"symfony/polyfill-mbstring": "~1.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -652,7 +738,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -679,25 +765,94 @@
|
|||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-31T09:30:44+00:00"
|
||||
"time": "2018-11-27T07:40:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v4.1.7",
|
||||
"name": "symfony/contracts",
|
||||
"version": "v1.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "552541dad078c85d9414b09c041ede488b456cd5"
|
||||
"url": "https://github.com/symfony/contracts.git",
|
||||
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/552541dad078c85d9414b09c041ede488b456cd5",
|
||||
"reference": "552541dad078c85d9414b09c041ede488b456cd5",
|
||||
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
|
||||
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"psr/cache": "^1.0",
|
||||
"psr/container": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/cache": "When using the Cache contracts",
|
||||
"psr/container": "When using the Service contracts",
|
||||
"symfony/cache-contracts-implementation": "",
|
||||
"symfony/service-contracts-implementation": "",
|
||||
"symfony/translation-contracts-implementation": ""
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Contracts\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"**/Tests/"
|
||||
]
|
||||
},
|
||||
"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": "A set of abstractions extracted out of the Symfony components",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"abstractions",
|
||||
"contracts",
|
||||
"decoupling",
|
||||
"interfaces",
|
||||
"interoperability",
|
||||
"standards"
|
||||
],
|
||||
"time": "2018-12-05T08:06:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
|
||||
"reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/contracts": "^1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/dependency-injection": "<3.4"
|
||||
},
|
||||
|
@ -715,7 +870,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -742,20 +897,20 @@
|
|||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-10T13:52:42+00:00"
|
||||
"time": "2018-12-01T08:52:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "fd7bd6535beb1f0a0a9e3ee960666d0598546981"
|
||||
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fd7bd6535beb1f0a0a9e3ee960666d0598546981",
|
||||
"reference": "fd7bd6535beb1f0a0a9e3ee960666d0598546981",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
|
||||
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -765,7 +920,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -792,20 +947,20 @@
|
|||
],
|
||||
"description": "Symfony Filesystem Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-30T13:18:25+00:00"
|
||||
"time": "2018-11-11T19:52:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
|
||||
"reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
|
||||
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442",
|
||||
"reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -841,7 +996,7 @@
|
|||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-03T08:46:40+00:00"
|
||||
"time": "2018-11-11T19:48:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
|
@ -962,16 +1117,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "3e83acef94d979b1de946599ef86b3a352abcdc9"
|
||||
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/3e83acef94d979b1de946599ef86b3a352abcdc9",
|
||||
"reference": "3e83acef94d979b1de946599ef86b3a352abcdc9",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0",
|
||||
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -980,7 +1135,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1007,20 +1162,20 @@
|
|||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-14T20:48:13+00:00"
|
||||
"time": "2018-11-20T16:22:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "367e689b2fdc19965be435337b50bc8adf2746c9"
|
||||
"reference": "c41175c801e3edfda90f32e292619d10c27103d7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/367e689b2fdc19965be435337b50bc8adf2746c9",
|
||||
"reference": "367e689b2fdc19965be435337b50bc8adf2746c9",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/c41175c801e3edfda90f32e292619d10c27103d7",
|
||||
"reference": "c41175c801e3edfda90f32e292619d10c27103d7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1039,7 +1194,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1066,7 +1221,7 @@
|
|||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T16:36:10+00:00"
|
||||
"time": "2018-11-11T19:52:12+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
@ -1174,16 +1329,16 @@
|
|||
},
|
||||
{
|
||||
"name": "codeception/base",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeception/base.git",
|
||||
"reference": "ec6b7bd4d78c1adba3dbd5c3c52fc683e8aef6de"
|
||||
"reference": "50aaf8bc032823018aed8d14114843b4a2c52a48"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeception/base/zipball/ec6b7bd4d78c1adba3dbd5c3c52fc683e8aef6de",
|
||||
"reference": "ec6b7bd4d78c1adba3dbd5c3c52fc683e8aef6de",
|
||||
"url": "https://api.github.com/repos/Codeception/base/zipball/50aaf8bc032823018aed8d14114843b4a2c52a48",
|
||||
"reference": "50aaf8bc032823018aed8d14114843b4a2c52a48",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1260,25 +1415,25 @@
|
|||
"functional testing",
|
||||
"unit testing"
|
||||
],
|
||||
"time": "2018-10-29T21:37:15+00:00"
|
||||
"time": "2019-01-01T21:20:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeception/phpunit-wrapper",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
||||
"reference": "de922c760dfddf8a33c4a066efcd0cd93576d957"
|
||||
"reference": "d25db254173582bc27aa8c37cb04ce2481675bcd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/de922c760dfddf8a33c4a066efcd0cd93576d957",
|
||||
"reference": "de922c760dfddf8a33c4a066efcd0cd93576d957",
|
||||
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/d25db254173582bc27aa8c37cb04ce2481675bcd",
|
||||
"reference": "d25db254173582bc27aa8c37cb04ce2481675bcd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
|
||||
"phpunit/phpunit": ">=5.7.27 <7.0",
|
||||
"phpunit/phpunit": ">=5.7.27 <6.5.13",
|
||||
"sebastian/comparator": ">=1.2.4 <3.0",
|
||||
"sebastian/diff": ">=1.4 <4.0"
|
||||
},
|
||||
|
@ -1306,7 +1461,7 @@
|
|||
}
|
||||
],
|
||||
"description": "PHPUnit classes used by Codeception",
|
||||
"time": "2018-09-12T20:19:47+00:00"
|
||||
"time": "2019-01-01T15:39:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeception/stub",
|
||||
|
@ -1552,16 +1707,16 @@
|
|||
},
|
||||
{
|
||||
"name": "g1a/composer-test-scenarios",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/g1a/composer-test-scenarios.git",
|
||||
"reference": "2a7156f1572898888ea50ad1d48a6b4d3f9fbf78"
|
||||
"reference": "224531e20d13a07942a989a70759f726cd2df9a1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/2a7156f1572898888ea50ad1d48a6b4d3f9fbf78",
|
||||
"reference": "2a7156f1572898888ea50ad1d48a6b4d3f9fbf78",
|
||||
"url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/224531e20d13a07942a989a70759f726cd2df9a1",
|
||||
"reference": "224531e20d13a07942a989a70759f726cd2df9a1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1600,7 +1755,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Useful scripts for testing multiple sets of Composer dependencies.",
|
||||
"time": "2018-11-22T05:10:20+00:00"
|
||||
"time": "2018-11-27T05:58:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "goaop/framework",
|
||||
|
@ -1811,32 +1966,33 @@
|
|||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "1.4.2",
|
||||
"version": "1.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
|
||||
"reference": "9f83dded91781a01c63574e387eaa769be769115"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
||||
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
|
||||
"reference": "9f83dded91781a01c63574e387eaa769be769115",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"psr/http-message": "~1.0"
|
||||
"psr/http-message": "~1.0",
|
||||
"ralouphie/getallheaders": "^2.0.5"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0"
|
||||
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
"dev-master": "1.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1866,13 +2022,14 @@
|
|||
"keywords": [
|
||||
"http",
|
||||
"message",
|
||||
"psr-7",
|
||||
"request",
|
||||
"response",
|
||||
"stream",
|
||||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2017-03-20T17:10:46+00:00"
|
||||
"time": "2018-12-04T20:46:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jakubledl/dissect",
|
||||
|
@ -2124,16 +2281,16 @@
|
|||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/Archive_Tar.git",
|
||||
"reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb"
|
||||
"reference": "b005152d4ed8f23bcc93637611fa94f39ef5b904"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
|
||||
"reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b005152d4ed8f23bcc93637611fa94f39ef5b904",
|
||||
"reference": "b005152d4ed8f23bcc93637611fa94f39ef5b904",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2144,8 +2301,8 @@
|
|||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-bz2": "bz2 compression support.",
|
||||
"ext-xz": "lzma2 compression support.",
|
||||
"ext-bz2": "Bz2 compression support.",
|
||||
"ext-xz": "Lzma2 compression support.",
|
||||
"ext-zlib": "Gzip compression support."
|
||||
},
|
||||
"type": "library",
|
||||
|
@ -2180,13 +2337,13 @@
|
|||
"email": "mrook@php.net"
|
||||
}
|
||||
],
|
||||
"description": "Tar file management class",
|
||||
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
|
||||
"homepage": "https://github.com/pear/Archive_Tar",
|
||||
"keywords": [
|
||||
"archive",
|
||||
"tar"
|
||||
],
|
||||
"time": "2017-06-11T17:28:11+00:00"
|
||||
"time": "2018-12-20T20:47:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/console_getopt",
|
||||
|
@ -2237,20 +2394,20 @@
|
|||
},
|
||||
{
|
||||
"name": "pear/pear-core-minimal",
|
||||
"version": "v1.10.6",
|
||||
"version": "v1.10.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/pear-core-minimal.git",
|
||||
"reference": "052868b244d31f822796e7e9981f62557eb256d4"
|
||||
"reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/052868b244d31f822796e7e9981f62557eb256d4",
|
||||
"reference": "052868b244d31f822796e7e9981f62557eb256d4",
|
||||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
|
||||
"reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pear/console_getopt": "~1.3",
|
||||
"pear/console_getopt": "~1.4",
|
||||
"pear/pear_exception": "~1.0"
|
||||
},
|
||||
"replace": {
|
||||
|
@ -2277,7 +2434,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Minimal set of PEAR core files to be used as composer dependency",
|
||||
"time": "2018-08-22T19:28:09+00:00"
|
||||
"time": "2018-12-05T20:03:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/pear_exception",
|
||||
|
@ -3050,6 +3207,46 @@
|
|||
],
|
||||
"time": "2016-08-06T14:39:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ralouphie/getallheaders",
|
||||
"version": "2.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ralouphie/getallheaders.git",
|
||||
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
||||
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~3.7.0",
|
||||
"satooshi/php-coveralls": ">=1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/getallheaders.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ralph Khattar",
|
||||
"email": "ralph.khattar@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A polyfill for getallheaders.",
|
||||
"time": "2016-02-11T07:05:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
"version": "1.0.1",
|
||||
|
@ -3643,16 +3840,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/browser-kit",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/browser-kit.git",
|
||||
"reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd"
|
||||
"reference": "db7e59fec9c82d45e745eb500e6ede2d96f4a6e9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
|
||||
"reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/db7e59fec9c82d45e745eb500e6ede2d96f4a6e9",
|
||||
"reference": "db7e59fec9c82d45e745eb500e6ede2d96f4a6e9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3669,7 +3866,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -3696,20 +3893,20 @@
|
|||
],
|
||||
"description": "Symfony BrowserKit Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-07-26T09:10:45+00:00"
|
||||
"time": "2018-11-26T11:49:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "991fec8bbe77367fc8b48ecbaa8a4bd6e905a238"
|
||||
"reference": "005d9a083d03f588677d15391a716b1ac9b887c0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/991fec8bbe77367fc8b48ecbaa8a4bd6e905a238",
|
||||
"reference": "991fec8bbe77367fc8b48ecbaa8a4bd6e905a238",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/005d9a083d03f588677d15391a716b1ac9b887c0",
|
||||
"reference": "005d9a083d03f588677d15391a716b1ac9b887c0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3732,7 +3929,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -3759,20 +3956,20 @@
|
|||
],
|
||||
"description": "Symfony Config Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-31T09:09:42+00:00"
|
||||
"time": "2018-11-30T22:21:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a"
|
||||
"reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/d67de79a70a27d93c92c47f37ece958bf8de4d8a",
|
||||
"reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
|
||||
"reference": "aa9fa526ba1b2ec087ffdfb32753803d999fcfcd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3781,7 +3978,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -3812,20 +4009,20 @@
|
|||
],
|
||||
"description": "Symfony CssSelector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T16:36:10+00:00"
|
||||
"time": "2018-11-11T19:52:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "80e60271bb288de2a2259662cff125cff4f93f95"
|
||||
"reference": "7438a32108fdd555295f443605d6de2cce473159"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95",
|
||||
"reference": "80e60271bb288de2a2259662cff125cff4f93f95",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7438a32108fdd555295f443605d6de2cce473159",
|
||||
"reference": "7438a32108fdd555295f443605d6de2cce473159",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3842,7 +4039,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -3869,29 +4066,30 @@
|
|||
],
|
||||
"description": "Symfony DomCrawler Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T12:40:59+00:00"
|
||||
"time": "2018-11-26T10:55:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/stopwatch",
|
||||
"version": "v4.1.7",
|
||||
"version": "v4.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/stopwatch.git",
|
||||
"reference": "5bfc064125b73ff81229e19381ce1c34d3416f4b"
|
||||
"reference": "ec076716412274e51f8a7ea675d9515e5c311123"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/5bfc064125b73ff81229e19381ce1c34d3416f4b",
|
||||
"reference": "5bfc064125b73ff81229e19381ce1c34d3416f4b",
|
||||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/ec076716412274e51f8a7ea675d9515e5c311123",
|
||||
"reference": "ec076716412274e51f8a7ea675d9515e5c311123",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/contracts": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.1-dev"
|
||||
"dev-master": "4.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -3918,24 +4116,25 @@
|
|||
],
|
||||
"description": "Symfony Stopwatch Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T12:40:59+00:00"
|
||||
"time": "2018-11-11T19:52:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webmozart/assert.git",
|
||||
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
||||
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
||||
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
||||
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
|
||||
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.3.3 || ^7.0"
|
||||
"php": "^5.3.3 || ^7.0",
|
||||
"symfony/polyfill-ctype": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.6",
|
||||
|
@ -3968,7 +4167,7 @@
|
|||
"check",
|
||||
"validate"
|
||||
],
|
||||
"time": "2018-01-29T19:49:41+00:00"
|
||||
"time": "2018-12-25T11:19:39+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
|
15
vendor/consolidation/robo/CHANGELOG.md
vendored
15
vendor/consolidation/robo/CHANGELOG.md
vendored
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
### 1.4.0 - 1.4.3 1/2/2019
|
||||
|
||||
* BUGFIX: Back out 1.3.5, which contained breaking changes. Create a 1.x branch for continuation of compatible versions, and move breaking code to 2.x development (on master branch).
|
||||
|
||||
### 1.3.4 12/20/2018
|
||||
|
||||
* Allow for aborting completions or rollbacks by James Sansbury (#815)
|
||||
* BUGFIX: Allow commands to declare '@param InputInterface' to satisfy code style checks
|
||||
|
||||
### 1.3.3 12/13/2018
|
||||
|
||||
* Add StdinHandler to the standard Robo DI container (#814)
|
||||
* BUGFIX: Add test to ensure rollback order is in reverse by James Sansbury (#812)
|
||||
* BUGFIX: Fix the main Robo script entrypoint to work as a phar. (#811)
|
||||
|
||||
### 1.3.2 11/21/2018
|
||||
|
||||
* Update to Composer Test Scenarios 3 (#803)
|
||||
|
|
18
vendor/consolidation/robo/LICENSE
vendored
18
vendor/consolidation/robo/LICENSE
vendored
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2018 Codegyre Developers Team, Consolidation Team
|
||||
Copyright (c) 2014-2019 Codegyre Developers Team, Consolidation Team
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
@ -22,9 +22,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
DEPENDENCY LICENSES:
|
||||
|
||||
Name Version License
|
||||
consolidation/annotated-command 2.10.0 MIT
|
||||
consolidation/annotated-command 2.11.0 MIT
|
||||
consolidation/config 1.1.1 MIT
|
||||
consolidation/log 1.0.6 MIT
|
||||
consolidation/log 1.1.1 MIT
|
||||
consolidation/output-formatters 3.4.0 MIT
|
||||
consolidation/self-update 1.1.5 MIT
|
||||
container-interop/container-interop 1.2.0 MIT
|
||||
|
@ -34,11 +34,11 @@ grasmash/yaml-expander 1.4.0 MIT
|
|||
league/container 2.4.1 MIT
|
||||
psr/container 1.0.0 MIT
|
||||
psr/log 1.1.0 MIT
|
||||
symfony/console v4.1.7 MIT
|
||||
symfony/event-dispatcher v4.1.7 MIT
|
||||
symfony/filesystem v4.1.7 MIT
|
||||
symfony/finder v3.4.18 MIT
|
||||
symfony/console v4.2.1 MIT
|
||||
symfony/event-dispatcher v4.2.1 MIT
|
||||
symfony/filesystem v4.2.1 MIT
|
||||
symfony/finder v3.4.20 MIT
|
||||
symfony/polyfill-ctype v1.10.0 MIT
|
||||
symfony/polyfill-mbstring v1.10.0 MIT
|
||||
symfony/process v4.1.7 MIT
|
||||
symfony/yaml v4.1.7 MIT
|
||||
symfony/process v4.2.1 MIT
|
||||
symfony/yaml v4.2.1 MIT
|
6
vendor/consolidation/robo/README.md
vendored
6
vendor/consolidation/robo/README.md
vendored
|
@ -1,8 +1,10 @@
|
|||
# RoboTask
|
||||
|
||||
_This is the 1.x (stable) branch of the Robo task runner. Development for Robo 2.x (future) is happening on the [master](https://github.com/consolidation/Robo/tree/master) branch._
|
||||
|
||||
**Modern and simple PHP task runner** inspired by Gulp and Rake aimed to automate common tasks:
|
||||
|
||||
[](https://gitter.im/consolidation-org/Robo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://gitter.im/consolidation/Robo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://packagist.org/packages/consolidation/robo)
|
||||
[](https://packagist.org/packages/consolidation/robo)
|
||||
[](https://packagist.org/packages/consolidation/robo)
|
||||
|
@ -56,7 +58,7 @@ All protected methods in traits that start with `task` prefix are tasks and can
|
|||
|
||||
## Examples
|
||||
|
||||
The best way to learn Robo by example is to take a look into [its own RoboFile](https://github.com/consolidation-org/Robo/blob/master/RoboFile.php)
|
||||
The best way to learn Robo by example is to take a look into [its own RoboFile](https://github.com/consolidation/Robo/blob/master/RoboFile.php)
|
||||
or [RoboFile of Codeception project](https://github.com/Codeception/Codeception/blob/2.4/RoboFile.php). There are also some basic example commands in examples/RoboFile.php.
|
||||
|
||||
Here are some snippets from them:
|
||||
|
|
6
vendor/consolidation/robo/RoboFile.php
vendored
6
vendor/consolidation/robo/RoboFile.php
vendored
|
@ -101,7 +101,7 @@ class RoboFile extends \Robo\Tasks
|
|||
|
||||
$this->taskGitStack()
|
||||
->tag($version)
|
||||
->push('origin master --tags')
|
||||
->push('origin 1.x --tags')
|
||||
->run();
|
||||
|
||||
if ($stable) {
|
||||
|
@ -320,7 +320,7 @@ class RoboFile extends \Robo\Tasks
|
|||
return $this->collectionBuilder()
|
||||
->taskGitStack()
|
||||
->checkout('site')
|
||||
->merge('master')
|
||||
->merge('1.x')
|
||||
->completion($this->taskGitStack()->checkout($current_branch))
|
||||
->taskFilesystemStack()
|
||||
->copy('CHANGELOG.md', 'docs/changelog.md')
|
||||
|
@ -467,7 +467,7 @@ class RoboFile extends \Robo\Tasks
|
|||
->add('robotheme/robo.phar')
|
||||
->commit('Update robo.phar to ' . \Robo\Robo::VERSION)
|
||||
->push('origin site')
|
||||
->checkout('master')
|
||||
->checkout('1.x')
|
||||
->run();
|
||||
}
|
||||
}
|
||||
|
|
4
vendor/consolidation/robo/composer.json
vendored
4
vendor/consolidation/robo/composer.json
vendored
|
@ -25,7 +25,7 @@
|
|||
"league/container": "^2.2",
|
||||
"consolidation/log": "~1",
|
||||
"consolidation/config": "^1.0.10",
|
||||
"consolidation/annotated-command": "^2.8.2",
|
||||
"consolidation/annotated-command": "^2.10.2",
|
||||
"consolidation/output-formatters": "^3.1.13",
|
||||
"consolidation/self-update": "^1",
|
||||
"grasmash/yaml-expander": "^1.3",
|
||||
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
|
|
374
vendor/consolidation/robo/composer.lock
generated
vendored
374
vendor/consolidation/robo/composer.lock
generated
vendored
|
@ -4,20 +4,20 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "07b63861fb5a551c082ad59662288f07",
|
||||
"content-hash": "9c5c482a5c2448a1c439a441f3da2529",
|
||||
"packages": [
|
||||
{
|
||||
"name": "consolidation/annotated-command",
|
||||
"version": "2.10.0",
|
||||
"version": "2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/annotated-command.git",
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873"
|
||||
"reference": "edea407f57104ed518cc3c3b47d5b84403ee267a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/edea407f57104ed518cc3c3b47d5b84403ee267a",
|
||||
"reference": "edea407f57104ed518cc3c3b47d5b84403ee267a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -29,13 +29,57 @@
|
|||
"symfony/finder": "^2.5|^3|^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"g1a/composer-test-scenarios": "^2",
|
||||
"g1a/composer-test-scenarios": "^3",
|
||||
"php-coveralls/php-coveralls": "^1",
|
||||
"phpunit/phpunit": "^6",
|
||||
"satooshi/php-coveralls": "^2",
|
||||
"squizlabs/php_codesniffer": "^2.7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
|
@ -56,7 +100,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||
"time": "2018-11-15T01:46:18+00:00"
|
||||
"time": "2018-12-29T04:43:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/config",
|
||||
|
@ -114,31 +158,72 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/log",
|
||||
"version": "1.0.6",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/log.git",
|
||||
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
|
||||
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
|
||||
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
|
||||
"url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
|
||||
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"psr/log": "~1.0",
|
||||
"php": ">=5.4.5",
|
||||
"psr/log": "^1.0",
|
||||
"symfony/console": "^2.8|^3|^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"g1a/composer-test-scenarios": "^1",
|
||||
"phpunit/phpunit": "4.*",
|
||||
"satooshi/php-coveralls": "^2",
|
||||
"squizlabs/php_codesniffer": "2.*"
|
||||
"g1a/composer-test-scenarios": "^3",
|
||||
"php-coveralls/php-coveralls": "^1",
|
||||
"phpunit/phpunit": "^6",
|
||||
"squizlabs/php_codesniffer": "^2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
|
@ -159,7 +244,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
|
||||
"time": "2018-05-25T18:14:39+00:00"
|
||||
"time": "2019-01-01T17:30:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/output-formatters",
|
||||
|
@ -615,16 +700,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
|
||||
"reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
|
||||
"reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
|
||||
"reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -680,20 +765,20 @@
|
|||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-30T16:50:50+00:00"
|
||||
"time": "2018-11-26T12:48:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "fe9793af008b651c5441bdeab21ede8172dab097"
|
||||
"reference": "a2233f555ddf55e5600f386fba7781cea1cb82d3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
|
||||
"reference": "fe9793af008b651c5441bdeab21ede8172dab097",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/a2233f555ddf55e5600f386fba7781cea1cb82d3",
|
||||
"reference": "a2233f555ddf55e5600f386fba7781cea1cb82d3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -736,20 +821,20 @@
|
|||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-31T09:06:03+00:00"
|
||||
"time": "2018-11-27T12:43:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
|
||||
"reference": "cc35e84adbb15c26ae6868e1efbf705a917be6b5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
|
||||
"reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc35e84adbb15c26ae6868e1efbf705a917be6b5",
|
||||
"reference": "cc35e84adbb15c26ae6868e1efbf705a917be6b5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -799,20 +884,20 @@
|
|||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-30T16:50:50+00:00"
|
||||
"time": "2018-11-30T18:07:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "d69930fc337d767607267d57c20a7403d0a822a4"
|
||||
"reference": "b49b1ca166bd109900e6a1683d9bb1115727ef2d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
|
||||
"reference": "d69930fc337d767607267d57c20a7403d0a822a4",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b49b1ca166bd109900e6a1683d9bb1115727ef2d",
|
||||
"reference": "b49b1ca166bd109900e6a1683d9bb1115727ef2d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -849,20 +934,20 @@
|
|||
],
|
||||
"description": "Symfony Filesystem Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T12:28:39+00:00"
|
||||
"time": "2018-11-11T19:48:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
|
||||
"reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
|
||||
"reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442",
|
||||
"reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -898,7 +983,7 @@
|
|||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-03T08:46:40+00:00"
|
||||
"time": "2018-11-11T19:48:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
|
@ -1019,16 +1104,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
|
||||
"reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
|
||||
"reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2",
|
||||
"reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1064,20 +1149,20 @@
|
|||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-14T17:33:21+00:00"
|
||||
"time": "2018-11-20T16:10:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
|
||||
"reference": "291e13d808bec481eab83f301f7bff3e699ef603"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
|
||||
"reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603",
|
||||
"reference": "291e13d808bec481eab83f301f7bff3e699ef603",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1123,7 +1208,7 @@
|
|||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T16:33:53+00:00"
|
||||
"time": "2018-11-11T19:48:54+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
@ -1231,16 +1316,16 @@
|
|||
},
|
||||
{
|
||||
"name": "codeception/base",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeception/base.git",
|
||||
"reference": "ec6b7bd4d78c1adba3dbd5c3c52fc683e8aef6de"
|
||||
"reference": "50aaf8bc032823018aed8d14114843b4a2c52a48"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeception/base/zipball/ec6b7bd4d78c1adba3dbd5c3c52fc683e8aef6de",
|
||||
"reference": "ec6b7bd4d78c1adba3dbd5c3c52fc683e8aef6de",
|
||||
"url": "https://api.github.com/repos/Codeception/base/zipball/50aaf8bc032823018aed8d14114843b4a2c52a48",
|
||||
"reference": "50aaf8bc032823018aed8d14114843b4a2c52a48",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1317,25 +1402,25 @@
|
|||
"functional testing",
|
||||
"unit testing"
|
||||
],
|
||||
"time": "2018-10-29T21:37:15+00:00"
|
||||
"time": "2019-01-01T21:20:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeception/phpunit-wrapper",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
||||
"reference": "de922c760dfddf8a33c4a066efcd0cd93576d957"
|
||||
"reference": "d25db254173582bc27aa8c37cb04ce2481675bcd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/de922c760dfddf8a33c4a066efcd0cd93576d957",
|
||||
"reference": "de922c760dfddf8a33c4a066efcd0cd93576d957",
|
||||
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/d25db254173582bc27aa8c37cb04ce2481675bcd",
|
||||
"reference": "d25db254173582bc27aa8c37cb04ce2481675bcd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"phpunit/php-code-coverage": ">=4.0.4 <6.0",
|
||||
"phpunit/phpunit": ">=5.7.27 <7.0",
|
||||
"phpunit/phpunit": ">=5.7.27 <6.5.13",
|
||||
"sebastian/comparator": ">=1.2.4 <3.0",
|
||||
"sebastian/diff": ">=1.4 <4.0"
|
||||
},
|
||||
|
@ -1363,7 +1448,7 @@
|
|||
}
|
||||
],
|
||||
"description": "PHPUnit classes used by Codeception",
|
||||
"time": "2018-09-12T20:19:47+00:00"
|
||||
"time": "2019-01-01T15:39:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeception/stub",
|
||||
|
@ -1609,16 +1694,16 @@
|
|||
},
|
||||
{
|
||||
"name": "g1a/composer-test-scenarios",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/g1a/composer-test-scenarios.git",
|
||||
"reference": "2a7156f1572898888ea50ad1d48a6b4d3f9fbf78"
|
||||
"reference": "224531e20d13a07942a989a70759f726cd2df9a1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/2a7156f1572898888ea50ad1d48a6b4d3f9fbf78",
|
||||
"reference": "2a7156f1572898888ea50ad1d48a6b4d3f9fbf78",
|
||||
"url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/224531e20d13a07942a989a70759f726cd2df9a1",
|
||||
"reference": "224531e20d13a07942a989a70759f726cd2df9a1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1657,7 +1742,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Useful scripts for testing multiple sets of Composer dependencies.",
|
||||
"time": "2018-11-22T05:10:20+00:00"
|
||||
"time": "2018-11-27T05:58:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "goaop/framework",
|
||||
|
@ -1868,32 +1953,33 @@
|
|||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "1.4.2",
|
||||
"version": "1.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
|
||||
"reference": "9f83dded91781a01c63574e387eaa769be769115"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
||||
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
|
||||
"reference": "9f83dded91781a01c63574e387eaa769be769115",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"psr/http-message": "~1.0"
|
||||
"psr/http-message": "~1.0",
|
||||
"ralouphie/getallheaders": "^2.0.5"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0"
|
||||
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
"dev-master": "1.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1923,13 +2009,14 @@
|
|||
"keywords": [
|
||||
"http",
|
||||
"message",
|
||||
"psr-7",
|
||||
"request",
|
||||
"response",
|
||||
"stream",
|
||||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2017-03-20T17:10:46+00:00"
|
||||
"time": "2018-12-04T20:46:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jakubledl/dissect",
|
||||
|
@ -2178,16 +2265,16 @@
|
|||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/Archive_Tar.git",
|
||||
"reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb"
|
||||
"reference": "b005152d4ed8f23bcc93637611fa94f39ef5b904"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
|
||||
"reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b005152d4ed8f23bcc93637611fa94f39ef5b904",
|
||||
"reference": "b005152d4ed8f23bcc93637611fa94f39ef5b904",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2198,8 +2285,8 @@
|
|||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-bz2": "bz2 compression support.",
|
||||
"ext-xz": "lzma2 compression support.",
|
||||
"ext-bz2": "Bz2 compression support.",
|
||||
"ext-xz": "Lzma2 compression support.",
|
||||
"ext-zlib": "Gzip compression support."
|
||||
},
|
||||
"type": "library",
|
||||
|
@ -2234,13 +2321,13 @@
|
|||
"email": "mrook@php.net"
|
||||
}
|
||||
],
|
||||
"description": "Tar file management class",
|
||||
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
|
||||
"homepage": "https://github.com/pear/Archive_Tar",
|
||||
"keywords": [
|
||||
"archive",
|
||||
"tar"
|
||||
],
|
||||
"time": "2017-06-11T17:28:11+00:00"
|
||||
"time": "2018-12-20T20:47:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/console_getopt",
|
||||
|
@ -2291,20 +2378,20 @@
|
|||
},
|
||||
{
|
||||
"name": "pear/pear-core-minimal",
|
||||
"version": "v1.10.6",
|
||||
"version": "v1.10.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/pear-core-minimal.git",
|
||||
"reference": "052868b244d31f822796e7e9981f62557eb256d4"
|
||||
"reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/052868b244d31f822796e7e9981f62557eb256d4",
|
||||
"reference": "052868b244d31f822796e7e9981f62557eb256d4",
|
||||
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
|
||||
"reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pear/console_getopt": "~1.3",
|
||||
"pear/console_getopt": "~1.4",
|
||||
"pear/pear_exception": "~1.0"
|
||||
},
|
||||
"replace": {
|
||||
|
@ -2331,7 +2418,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Minimal set of PEAR core files to be used as composer dependency",
|
||||
"time": "2018-08-22T19:28:09+00:00"
|
||||
"time": "2018-12-05T20:03:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/pear_exception",
|
||||
|
@ -3098,6 +3185,46 @@
|
|||
],
|
||||
"time": "2016-08-06T14:39:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ralouphie/getallheaders",
|
||||
"version": "2.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ralouphie/getallheaders.git",
|
||||
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
||||
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~3.7.0",
|
||||
"satooshi/php-coveralls": ">=1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/getallheaders.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ralph Khattar",
|
||||
"email": "ralph.khattar@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A polyfill for getallheaders.",
|
||||
"time": "2016-02-11T07:05:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
"version": "1.0.1",
|
||||
|
@ -3691,16 +3818,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/browser-kit",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/browser-kit.git",
|
||||
"reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
|
||||
"reference": "49465af22d94c8d427c51facbf8137eb285b9726"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
|
||||
"reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/49465af22d94c8d427c51facbf8137eb285b9726",
|
||||
"reference": "49465af22d94c8d427c51facbf8137eb285b9726",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3744,20 +3871,20 @@
|
|||
],
|
||||
"description": "Symfony BrowserKit Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-07-26T09:06:28+00:00"
|
||||
"time": "2018-11-26T10:17:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
|
||||
"reference": "8a660daeb65dedbe0b099529f65e61866c055081"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
|
||||
"reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/8a660daeb65dedbe0b099529f65e61866c055081",
|
||||
"reference": "8a660daeb65dedbe0b099529f65e61866c055081",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3808,20 +3935,20 @@
|
|||
],
|
||||
"description": "Symfony Config Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-31T09:06:03+00:00"
|
||||
"time": "2018-11-26T10:17:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb"
|
||||
"reference": "345b9a48595d1ab9630db791dbc3e721bf0233e8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
|
||||
"reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/345b9a48595d1ab9630db791dbc3e721bf0233e8",
|
||||
"reference": "345b9a48595d1ab9630db791dbc3e721bf0233e8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3861,20 +3988,20 @@
|
|||
],
|
||||
"description": "Symfony CssSelector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T16:33:53+00:00"
|
||||
"time": "2018-11-11T19:48:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
|
||||
"reference": "b6e94248eb4f8602a5825301b0bea1eb8cc82cfa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
|
||||
"reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b6e94248eb4f8602a5825301b0bea1eb8cc82cfa",
|
||||
"reference": "b6e94248eb4f8602a5825301b0bea1eb8cc82cfa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3918,20 +4045,20 @@
|
|||
],
|
||||
"description": "Symfony DomCrawler Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T12:28:39+00:00"
|
||||
"time": "2018-11-26T10:17:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/stopwatch",
|
||||
"version": "v3.4.18",
|
||||
"version": "v3.4.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/stopwatch.git",
|
||||
"reference": "05e52a39de52ba690aebaed462b2bc8a9649f0a4"
|
||||
"reference": "0f43969ab2718de55c1c1158dce046668079788d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/05e52a39de52ba690aebaed462b2bc8a9649f0a4",
|
||||
"reference": "05e52a39de52ba690aebaed462b2bc8a9649f0a4",
|
||||
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f43969ab2718de55c1c1158dce046668079788d",
|
||||
"reference": "0f43969ab2718de55c1c1158dce046668079788d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3967,24 +4094,25 @@
|
|||
],
|
||||
"description": "Symfony Stopwatch Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-10-02T12:28:39+00:00"
|
||||
"time": "2018-11-11T19:48:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webmozart/assert.git",
|
||||
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
||||
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
||||
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
||||
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
|
||||
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.3.3 || ^7.0"
|
||||
"php": "^5.3.3 || ^7.0",
|
||||
"symfony/polyfill-ctype": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.6",
|
||||
|
@ -4017,7 +4145,7 @@
|
|||
"check",
|
||||
"validate"
|
||||
],
|
||||
"time": "2018-01-29T19:49:41+00:00"
|
||||
"time": "2018-12-25T11:19:39+00:00"
|
||||
}
|
||||
],
|
||||
"aliases": [],
|
||||
|
|
42
vendor/consolidation/robo/robo
vendored
42
vendor/consolidation/robo/robo
vendored
|
@ -1,21 +1,41 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* if we're running from phar load the phar autoload,
|
||||
* If we're running from phar load the phar autoload,
|
||||
* else let the script 'robo' search for the autoloader.
|
||||
* If we cannot find a vendor/autoload.php file, then
|
||||
* we will go ahead and try the phar.
|
||||
*/
|
||||
$pharPath = \Phar::running(true);
|
||||
if ($pharPath) {
|
||||
$autoloaderPath = "$pharPath/vendor/autoload.php";
|
||||
} else {
|
||||
if (file_exists(__DIR__.'/vendor/autoload.php')) {
|
||||
$autoloaderPath = __DIR__.'/vendor/autoload.php';
|
||||
} elseif (file_exists(__DIR__.'/../../autoload.php')) {
|
||||
$autoloaderPath = __DIR__ . '/../../autoload.php';
|
||||
|
||||
// Hack: \Phar::running() cannot be used reliably here to determine
|
||||
// if we are running as a phar or not (works when phar is built with
|
||||
// box, but does not work when phar is built with the Robo phar task.)
|
||||
// We will use __FILE__ to determine our phar path; however, we cannot
|
||||
// distinguish whether a __FILE__ of "/path/robo" is this file, or a
|
||||
// 'robo.phar' that has been renamed to 'robo'. We will use the file
|
||||
// size to differentiate.
|
||||
// Recommendation: Use box to build your phar. See https://github.com/g1a/starter
|
||||
$isPhar = (filesize(__FILE__) > 500000);
|
||||
|
||||
// Non-phar autoloader paths
|
||||
$candidates = [
|
||||
__DIR__.'/vendor/autoload.php',
|
||||
__DIR__.'/../../autoload.php',
|
||||
];
|
||||
|
||||
// Use our phar alias path
|
||||
if ($isPhar) {
|
||||
array_unshift($candidates, 'phar://robo.phar/vendor/autoload.php');
|
||||
}
|
||||
|
||||
$autoloaderPath = false;
|
||||
foreach ($candidates as $candidate) {
|
||||
if (file_exists($candidate)) {
|
||||
$autoloaderPath = $candidate;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!$autoloaderPath) {
|
||||
die("Could not find autoloader. Run 'composer install'.");
|
||||
}
|
||||
$classLoader = require $autoloaderPath;
|
||||
$configFilePath = getenv('ROBO_CONFIG') ?: getenv('HOME') . '/.robo/robo.yml';
|
||||
$runner = new \Robo\Runner();
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
namespace Robo\Collection;
|
||||
|
||||
use Robo\Exception\AbortTasksException;
|
||||
use Robo\Result;
|
||||
use Robo\State\Data;
|
||||
use Psr\Log\LogLevel;
|
||||
|
@ -254,6 +255,8 @@ class Collection extends BaseTask implements CollectionInterface, CommandInterfa
|
|||
$message = $result->getMessage();
|
||||
$data = $result->getData();
|
||||
$data['exitcode'] = $result->getExitCode();
|
||||
} catch (AbortTasksException $abortTasksException) {
|
||||
throw $abortTasksException;
|
||||
} catch (\Exception $e) {
|
||||
$message = $e->getMessage();
|
||||
}
|
||||
|
@ -419,7 +422,7 @@ class Collection extends BaseTask implements CollectionInterface, CommandInterfa
|
|||
return $this->parentCollection->registerRollback($rollbackTask);
|
||||
}
|
||||
if ($rollbackTask) {
|
||||
$this->rollbackStack[] = $rollbackTask;
|
||||
array_unshift($this->rollbackStack, $rollbackTask);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -735,6 +738,10 @@ class Collection extends BaseTask implements CollectionInterface, CommandInterfa
|
|||
|
||||
/**
|
||||
* Run all of the tasks in a provided list, ignoring failures.
|
||||
*
|
||||
* You may force a failure by throwing a ForcedException in your rollback or
|
||||
* completion task or callback.
|
||||
*
|
||||
* This is used to roll back or complete.
|
||||
*
|
||||
* @param TaskInterface[] $taskList
|
||||
|
@ -744,6 +751,12 @@ class Collection extends BaseTask implements CollectionInterface, CommandInterfa
|
|||
foreach ($taskList as $task) {
|
||||
try {
|
||||
$this->runSubtask($task);
|
||||
} catch (AbortTasksException $abortTasksException) {
|
||||
// If there's a forced exception, end the loop of tasks.
|
||||
if ($message = $abortTasksException->getMessage()) {
|
||||
$this->logger()->notice($message);
|
||||
}
|
||||
break;
|
||||
} catch (\Exception $e) {
|
||||
// Ignore rollback failures.
|
||||
}
|
||||
|
|
13
vendor/consolidation/robo/src/Exception/AbortTasksException.php
vendored
Normal file
13
vendor/consolidation/robo/src/Exception/AbortTasksException.php
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
namespace Robo\Exception;
|
||||
|
||||
/**
|
||||
* By default, rollbacks and completions tasks or callbacks continue even if
|
||||
* errors occur. If you would like to explicitly cancel or abort the rollback or
|
||||
* completion, you may throw this exception to abort the subsequent tasks in the
|
||||
* rollback or completion task list.
|
||||
*/
|
||||
class AbortTasksException extends \Exception
|
||||
{
|
||||
|
||||
}
|
5
vendor/consolidation/robo/src/Robo.php
vendored
5
vendor/consolidation/robo/src/Robo.php
vendored
|
@ -20,7 +20,7 @@ use Symfony\Component\Process\Process;
|
|||
class Robo
|
||||
{
|
||||
const APPLICATION_NAME = 'Robo';
|
||||
const VERSION = '1.3.2';
|
||||
const VERSION = '1.4.3';
|
||||
|
||||
/**
|
||||
* The currently active container object, or NULL if not initialized yet.
|
||||
|
@ -250,6 +250,7 @@ class Robo
|
|||
}
|
||||
]
|
||||
);
|
||||
$container->share('stdinHandler', \Consolidation\AnnotatedCommand\Input\StdinHandler::class);
|
||||
$container->share('commandFactory', \Consolidation\AnnotatedCommand\AnnotatedCommandFactory::class)
|
||||
->withMethodCall('setCommandProcessor', ['commandProcessor']);
|
||||
$container->share('relativeNamespaceDiscovery', \Robo\ClassDiscovery\RelativeNamespaceDiscovery::class)
|
||||
|
@ -307,6 +308,8 @@ class Robo
|
|||
->invokeMethod('setHookManager', ['hookManager']);
|
||||
$container->inflector(\Robo\Contract\VerbosityThresholdInterface::class)
|
||||
->invokeMethod('setOutputAdapter', ['outputAdapter']);
|
||||
$container->inflector(\Consolidation\AnnotatedCommand\Input\StdinAwareInterface::class)
|
||||
->invokeMethod('setStdinHandler', ['stdinHandler']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue