From 693fc53fcb0c7eaa0a82ba7c264111b71b29a43d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 1 Nov 2020 21:58:24 +0000 Subject: [PATCH] Update to Drush 10 References #112 --- composer.json | 2 +- composer.lock | 61 ++++++++++++++++++++------------------------------- 2 files changed, 25 insertions(+), 38 deletions(-) diff --git a/composer.json b/composer.json index 74af677..ed7a579 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "drupal/simple_sitemap": "^3.6", "drupal/speakerdeck_field": "^2.0", "drupal/stage_file_proxy": "^1.0", - "drush/drush": "^9", + "drush/drush": "^10", "illuminate/support": "^7.10", "nesbot/carbon": "^2.33", "topfloor/composer-cleanup-vcs-dirs": "^1.0" diff --git a/composer.lock b/composer.lock index 67ed006..3eed6b6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5f574c3fae8719fd68761a97b35582cc", + "content-hash": "86f0f570075a32699d88dcfdba2a57e3", "packages": [ { "name": "asm89/stack-cors", @@ -3698,56 +3698,50 @@ }, { "name": "drush/drush", - "version": "9.7.2", + "version": "10.3.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "ab5e345a72c9187a7d770486a09691f6526826aa" + "reference": "aad2b17ad34801d9b55cff903e3e7db65d754b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/ab5e345a72c9187a7d770486a09691f6526826aa", - "reference": "ab5e345a72c9187a7d770486a09691f6526826aa", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/aad2b17ad34801d9b55cff903e3e7db65d754b80", + "reference": "aad2b17ad34801d9b55cff903e3e7db65d754b80", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^1.28.1", + "chi-teck/drupal-code-generator": "^1.30.5", "composer/semver": "^1.4", - "consolidation/annotated-command": "^2.12", "consolidation/config": "^1.2", "consolidation/filter-via-dot-access-data": "^1", - "consolidation/output-formatters": "^3.3.1", - "consolidation/robo": "^1.4.6", + "consolidation/robo": "^1.4.11 || ^2", "consolidation/site-alias": "^3.0.0@stable", - "consolidation/site-process": "^2.0.3", + "consolidation/site-process": "^2.1 || ^4", "ext-dom": "*", "grasmash/yaml-expander": "^1.1.1", "league/container": "~2", - "php": ">=5.6.0", + "php": ">=7.1.3", "psr/log": "~1.0", "psy/psysh": "~0.6", - "symfony/console": "^3.4", "symfony/event-dispatcher": "^3.4 || ^4.0", "symfony/finder": "^3.4 || ^4.0", - "symfony/process": "^3.4", - "symfony/var-dumper": "^3.4 || ^4.0", - "symfony/yaml": "^3.4", - "webflo/drupal-finder": "^1.1", + "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0", + "symfony/yaml": "^3.4 || ^4.0", + "webflo/drupal-finder": "^1.2", "webmozart/path-util": "^2.1.0" }, "require-dev": { - "composer/installers": "^1.2", + "composer/installers": "^1.7", "cweagans/composer-patches": "~1.0", + "david-garcia/phpwhois": "4.3.0", "drupal/alinks": "1.0.0", - "drupal/devel": "^2", - "drupal/empty_theme": "1.0", + "drupal/core-recommended": "^8.8", "g1a/composer-test-scenarios": "^3", "lox/xhprof": "dev-master", "phpunit/phpunit": "^4.8.36 || ^6.1", "squizlabs/php_codesniffer": "^2.7 || ^3", - "vlucas/phpdotenv": "^2.4", - "webflo/drupal-core-require-dev": "8.7.x-dev", - "webflo/drupal-core-strict": "8.7.x-dev" + "vlucas/phpdotenv": "^2.4" }, "bin": [ "drush" @@ -3780,21 +3774,8 @@ "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": { - "dev-master": "9.x-dev" + "dev-master": "10.x-dev" } }, "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.", "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",