Update to Drush 10

References #112
This commit is contained in:
Oliver Davies 2020-11-01 21:58:24 +00:00
parent c92f6ee5d6
commit 693fc53fcb
2 changed files with 25 additions and 38 deletions

View file

@ -42,7 +42,7 @@
"drupal/simple_sitemap": "^3.6", "drupal/simple_sitemap": "^3.6",
"drupal/speakerdeck_field": "^2.0", "drupal/speakerdeck_field": "^2.0",
"drupal/stage_file_proxy": "^1.0", "drupal/stage_file_proxy": "^1.0",
"drush/drush": "^9", "drush/drush": "^10",
"illuminate/support": "^7.10", "illuminate/support": "^7.10",
"nesbot/carbon": "^2.33", "nesbot/carbon": "^2.33",
"topfloor/composer-cleanup-vcs-dirs": "^1.0" "topfloor/composer-cleanup-vcs-dirs": "^1.0"

61
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5f574c3fae8719fd68761a97b35582cc", "content-hash": "86f0f570075a32699d88dcfdba2a57e3",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -3698,56 +3698,50 @@
}, },
{ {
"name": "drush/drush", "name": "drush/drush",
"version": "9.7.2", "version": "10.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drush-ops/drush.git", "url": "https://github.com/drush-ops/drush.git",
"reference": "ab5e345a72c9187a7d770486a09691f6526826aa" "reference": "aad2b17ad34801d9b55cff903e3e7db65d754b80"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/ab5e345a72c9187a7d770486a09691f6526826aa", "url": "https://api.github.com/repos/drush-ops/drush/zipball/aad2b17ad34801d9b55cff903e3e7db65d754b80",
"reference": "ab5e345a72c9187a7d770486a09691f6526826aa", "reference": "aad2b17ad34801d9b55cff903e3e7db65d754b80",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"chi-teck/drupal-code-generator": "^1.28.1", "chi-teck/drupal-code-generator": "^1.30.5",
"composer/semver": "^1.4", "composer/semver": "^1.4",
"consolidation/annotated-command": "^2.12",
"consolidation/config": "^1.2", "consolidation/config": "^1.2",
"consolidation/filter-via-dot-access-data": "^1", "consolidation/filter-via-dot-access-data": "^1",
"consolidation/output-formatters": "^3.3.1", "consolidation/robo": "^1.4.11 || ^2",
"consolidation/robo": "^1.4.6",
"consolidation/site-alias": "^3.0.0@stable", "consolidation/site-alias": "^3.0.0@stable",
"consolidation/site-process": "^2.0.3", "consolidation/site-process": "^2.1 || ^4",
"ext-dom": "*", "ext-dom": "*",
"grasmash/yaml-expander": "^1.1.1", "grasmash/yaml-expander": "^1.1.1",
"league/container": "~2", "league/container": "~2",
"php": ">=5.6.0", "php": ">=7.1.3",
"psr/log": "~1.0", "psr/log": "~1.0",
"psy/psysh": "~0.6", "psy/psysh": "~0.6",
"symfony/console": "^3.4",
"symfony/event-dispatcher": "^3.4 || ^4.0", "symfony/event-dispatcher": "^3.4 || ^4.0",
"symfony/finder": "^3.4 || ^4.0", "symfony/finder": "^3.4 || ^4.0",
"symfony/process": "^3.4", "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0",
"symfony/var-dumper": "^3.4 || ^4.0", "symfony/yaml": "^3.4 || ^4.0",
"symfony/yaml": "^3.4", "webflo/drupal-finder": "^1.2",
"webflo/drupal-finder": "^1.1",
"webmozart/path-util": "^2.1.0" "webmozart/path-util": "^2.1.0"
}, },
"require-dev": { "require-dev": {
"composer/installers": "^1.2", "composer/installers": "^1.7",
"cweagans/composer-patches": "~1.0", "cweagans/composer-patches": "~1.0",
"david-garcia/phpwhois": "4.3.0",
"drupal/alinks": "1.0.0", "drupal/alinks": "1.0.0",
"drupal/devel": "^2", "drupal/core-recommended": "^8.8",
"drupal/empty_theme": "1.0",
"g1a/composer-test-scenarios": "^3", "g1a/composer-test-scenarios": "^3",
"lox/xhprof": "dev-master", "lox/xhprof": "dev-master",
"phpunit/phpunit": "^4.8.36 || ^6.1", "phpunit/phpunit": "^4.8.36 || ^6.1",
"squizlabs/php_codesniffer": "^2.7 || ^3", "squizlabs/php_codesniffer": "^2.7 || ^3",
"vlucas/phpdotenv": "^2.4", "vlucas/phpdotenv": "^2.4"
"webflo/drupal-core-require-dev": "8.7.x-dev",
"webflo/drupal-core-strict": "8.7.x-dev"
}, },
"bin": [ "bin": [
"drush" "drush"
@ -3780,21 +3774,8 @@
"type:drupal-drush" "type:drupal-drush"
] ]
}, },
"scenarios": {
"php5": {
"config": {
"platform": {
"php": "5.6.38"
}
},
"require-dev": {
"webflo/drupal-core-strict": "8.6.x-dev",
"webflo/drupal-core-require-dev": "8.6.x-dev"
}
}
},
"branch-alias": { "branch-alias": {
"dev-master": "9.x-dev" "dev-master": "10.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -3843,7 +3824,13 @@
], ],
"description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
"homepage": "http://www.drush.org", "homepage": "http://www.drush.org",
"time": "2020-02-09T17:29:51+00:00" "funding": [
{
"url": "https://github.com/weitzman",
"type": "github"
}
],
"time": "2020-06-30T19:43:45+00:00"
}, },
{ {
"name": "easyrdf/easyrdf", "name": "easyrdf/easyrdf",