updated drush to 13

This commit is contained in:
2026-03-09 12:33:51 +01:00
parent 18dd8199a9
commit 3ab979e9d0
3 changed files with 165 additions and 148 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
"drupal/views_conditional": "^1.5", "drupal/views_conditional": "^1.5",
"drupal/views_ef_fieldset": "^1.6", "drupal/views_ef_fieldset": "^1.6",
"drupal/webform": "^6.1", "drupal/webform": "^6.1",
"drush/drush": "^12", "drush/drush": "^13",
"geocoder-php/mapquest-provider": "^4.2", "geocoder-php/mapquest-provider": "^4.2",
"wikimedia/composer-merge-plugin": "^2.0" "wikimedia/composer-merge-plugin": "^2.0"
}, },
Generated
+163 -146
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": "6c1b79c1a147a1eca56f106696a7cf44", "content-hash": "921fe83cc519f8269ec5496e65f8e3b7",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@@ -547,30 +547,30 @@
}, },
{ {
"name": "consolidation/config", "name": "consolidation/config",
"version": "2.1.2", "version": "3.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/consolidation/config.git", "url": "https://github.com/consolidation/config.git",
"reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae" "reference": "797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/consolidation/config/zipball/597f8d7fbeef801736250ec10c3e190569b1b0ae", "url": "https://api.github.com/repos/consolidation/config/zipball/797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84",
"reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae", "reference": "797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "dflydev/dot-access-data": "^3",
"grasmash/expander": "^2.0.1 || ^3", "grasmash/expander": "^3",
"php": ">=7.1.3", "php": ">=8.2.0",
"symfony/event-dispatcher": "^4 || ^5 || ^6" "symfony/event-dispatcher": "^6 || ^7"
}, },
"require-dev": { "require-dev": {
"ext-json": "*", "ext-json": "*",
"phpunit/phpunit": ">=7.5.20", "phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3", "squizlabs/php_codesniffer": "^3",
"symfony/console": "^4 || ^5 || ^6", "symfony/console": "^7",
"symfony/yaml": "^4 || ^5 || ^6", "symfony/yaml": "^7",
"yoast/phpunit-polyfills": "^1" "yoast/phpunit-polyfills": "^1"
}, },
"suggest": { "suggest": {
@@ -580,7 +580,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.x-dev" "dev-main": "3.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -601,9 +601,9 @@
"description": "Provide configuration services for a commandline tool.", "description": "Provide configuration services for a commandline tool.",
"support": { "support": {
"issues": "https://github.com/consolidation/config/issues", "issues": "https://github.com/consolidation/config/issues",
"source": "https://github.com/consolidation/config/tree/2.1.2" "source": "https://github.com/consolidation/config/tree/3.2.0"
}, },
"time": "2022-10-06T17:48:03+00:00" "time": "2025-11-14T18:44:25+00:00"
}, },
{ {
"name": "consolidation/filter-via-dot-access-data", "name": "consolidation/filter-via-dot-access-data",
@@ -763,33 +763,32 @@
}, },
{ {
"name": "consolidation/robo", "name": "consolidation/robo",
"version": "4.0.6", "version": "5.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/consolidation/robo.git", "url": "https://github.com/consolidation/robo.git",
"reference": "55a272370940607649e5c46eb173c5c54f7c166d" "reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d", "url": "https://api.github.com/repos/consolidation/robo/zipball/6d02c7d800b5e1a3a8977ae74d23bce723486025",
"reference": "55a272370940607649e5c46eb173c5c54f7c166d", "reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"consolidation/annotated-command": "^4.8.1", "consolidation/annotated-command": "^4.8.1",
"consolidation/config": "^2.0.1", "consolidation/config": "^3",
"consolidation/log": "^2.0.2 || ^3", "consolidation/log": "^3",
"consolidation/output-formatters": "^4.1.2", "consolidation/output-formatters": "^4.1.2",
"consolidation/self-update": "^2.0",
"league/container": "^3.3.1 || ^4.0", "league/container": "^3.3.1 || ^4.0",
"php": ">=8.0", "php": ">=8.2",
"phpowermove/docblock": "^4.0", "phpowermove/docblock": "^4.0",
"symfony/console": "^6", "symfony/console": "^6 || ^7",
"symfony/event-dispatcher": "^6", "symfony/event-dispatcher": "^6 || ^7",
"symfony/filesystem": "^6", "symfony/filesystem": "^6 || ^7",
"symfony/finder": "^6", "symfony/finder": "^6 || ^7",
"symfony/process": "^6", "symfony/process": "^6 || ^7",
"symfony/yaml": "^6" "symfony/yaml": "^6 || ^7"
}, },
"conflict": { "conflict": {
"codegyre/robo": "*" "codegyre/robo": "*"
@@ -798,11 +797,12 @@
"natxet/cssmin": "3.0.4", "natxet/cssmin": "3.0.4",
"patchwork/jsqueeze": "^2", "patchwork/jsqueeze": "^2",
"pear/archive_tar": "^1.4.4", "pear/archive_tar": "^1.4.4",
"phpunit/phpunit": "^7.5.20 || ^8", "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3.6", "squizlabs/php_codesniffer": "^3.6",
"yoast/phpunit-polyfills": "^0.2.0" "yoast/phpunit-polyfills": "^0.2.0"
}, },
"suggest": { "suggest": {
"consolidation/self-update": "For self-updating a phar-based app built with Robo",
"natxet/cssmin": "For minifying CSS files in taskMinify", "natxet/cssmin": "For minifying CSS files in taskMinify",
"patchwork/jsqueeze": "For minifying JS 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.", "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
@@ -830,64 +830,9 @@
"description": "Modern task runner", "description": "Modern task runner",
"support": { "support": {
"issues": "https://github.com/consolidation/robo/issues", "issues": "https://github.com/consolidation/robo/issues",
"source": "https://github.com/consolidation/robo/tree/4.0.6" "source": "https://github.com/consolidation/robo/tree/5.1.1"
}, },
"time": "2023-04-30T21:49:04+00:00" "time": "2025-11-14T23:30:05+00:00"
},
{
"name": "consolidation/self-update",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/self-update.git",
"reference": "972a1016761c9b63314e040836a12795dff6953a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a",
"reference": "972a1016761c9b63314e040836a12795dff6953a",
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"php": ">=5.5.0",
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
},
"bin": [
"scripts/release"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"SelfUpdate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Menk",
"email": "menk@mestrona.net"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Provides a self:update command for Symfony Console applications.",
"support": {
"issues": "https://github.com/consolidation/self-update/issues",
"source": "https://github.com/consolidation/self-update/tree/2.2.0"
},
"time": "2023-03-18T01:37:41+00:00"
}, },
{ {
"name": "consolidation/site-alias", "name": "consolidation/site-alias",
@@ -1949,17 +1894,17 @@
}, },
{ {
"name": "drupal/administerusersbyrole", "name": "drupal/administerusersbyrole",
"version": "3.5.0", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/administerusersbyrole.git", "url": "https://git.drupalcode.org/project/administerusersbyrole.git",
"reference": "8.x-3.5" "reference": "8.x-3.6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-3.5.zip", "url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-3.6.zip",
"reference": "8.x-3.5", "reference": "8.x-3.6",
"shasum": "4595bd1db4592c2eb506b3b1c1b26683f22b73b4" "shasum": "ab94307f3b47eac5c18d8c584a14516c6c54327f"
}, },
"require": { "require": {
"drupal/core": "^10 || ^11" "drupal/core": "^10 || ^11"
@@ -1967,8 +1912,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.5", "version": "8.x-3.6",
"datestamp": "1732275602", "datestamp": "1762439804",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -2354,26 +2299,26 @@
}, },
{ {
"name": "drupal/betterlogin", "name": "drupal/betterlogin",
"version": "2.0.2", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/betterlogin.git", "url": "https://git.drupalcode.org/project/betterlogin.git",
"reference": "2.0.2" "reference": "2.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/betterlogin-2.0.2.zip", "url": "https://ftp.drupal.org/files/projects/betterlogin-2.0.3.zip",
"reference": "2.0.2", "reference": "2.0.3",
"shasum": "1c05fdea10862ff86c809c84d9eba95b6b52f90a" "shasum": "5588632dae5677edf5f71faeb22bd2bc3aff5ac2"
}, },
"require": { "require": {
"drupal/core": "^9.0 || ^10.0" "drupal/core": "^10.1 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.0.2", "version": "2.0.3",
"datestamp": "1709573077", "datestamp": "1762858267",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -2469,17 +2414,17 @@
}, },
{ {
"name": "drupal/block_class", "name": "drupal/block_class",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/block_class.git", "url": "https://git.drupalcode.org/project/block_class.git",
"reference": "4.0.1" "reference": "4.0.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_class-4.0.1.zip", "url": "https://ftp.drupal.org/files/projects/block_class-4.0.2.zip",
"reference": "4.0.1", "reference": "4.0.2",
"shasum": "46fa2437a8bd272a1f757a7cd957eb2747e28cdb" "shasum": "10c30a6a113a00722cb42798692c3c0389c35a89"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10 || ^11" "drupal/core": "^9 || ^10 || ^11"
@@ -2487,8 +2432,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "4.0.1", "version": "4.0.2",
"datestamp": "1745427425", "datestamp": "1762734005",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -2556,7 +2501,7 @@
"role": "Maintainer" "role": "Maintainer"
} }
], ],
"description": "Allows assigning classes to Blocks.", "description": "Allows assigning classes, attributes and ID to blocks.",
"homepage": "https://www.drupal.org/project/block_class", "homepage": "https://www.drupal.org/project/block_class",
"keywords": [ "keywords": [
"Drupal" "Drupal"
@@ -4019,17 +3964,17 @@
}, },
{ {
"name": "drupal/entity_browser", "name": "drupal/entity_browser",
"version": "2.13.0", "version": "2.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity_browser.git", "url": "https://git.drupalcode.org/project/entity_browser.git",
"reference": "8.x-2.13" "reference": "8.x-2.15"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.13.zip", "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.15.zip",
"reference": "8.x-2.13", "reference": "8.x-2.15",
"shasum": "9c31caed2602a5cb582cb4f1e1feaac44cbbc21b" "shasum": "86265fadf12f8c2eb4bc0dc813589efe8fa180a2"
}, },
"require": { "require": {
"drupal/core": "^10.2 || ^11" "drupal/core": "^10.2 || ^11"
@@ -4050,8 +3995,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.13", "version": "8.x-2.15",
"datestamp": "1739701403", "datestamp": "1756969160",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -4078,10 +4023,18 @@
"homepage": "https://www.drupal.org/node/1943336/committers", "homepage": "https://www.drupal.org/node/1943336/committers",
"role": "contributor" "role": "contributor"
}, },
{
"name": "devin carlson",
"homepage": "https://www.drupal.org/user/290182"
},
{ {
"name": "Drupal Media Team", "name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690" "homepage": "https://www.drupal.org/user/3260690"
}, },
{
"name": "grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
{ {
"name": "marcingy", "name": "marcingy",
"homepage": "https://www.drupal.org/user/77320" "homepage": "https://www.drupal.org/user/77320"
@@ -8042,61 +7995,66 @@
}, },
{ {
"name": "drush/drush", "name": "drush/drush",
"version": "12.5.3", "version": "13.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drush-ops/drush.git", "url": "https://github.com/drush-ops/drush.git",
"reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6" "reference": "4049dd4332bfc47d19ce849cb50380bd0498e4cc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6", "url": "https://api.github.com/repos/drush-ops/drush/zipball/4049dd4332bfc47d19ce849cb50380bd0498e4cc",
"reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6", "reference": "4049dd4332bfc47d19ce849cb50380bd0498e4cc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"chi-teck/drupal-code-generator": "^3.0", "chi-teck/drupal-code-generator": "^3.6 || ^4@alpha",
"composer-runtime-api": "^2.2", "composer-runtime-api": "^2.2",
"composer/semver": "^1.4 || ^3", "composer/semver": "^1.4 || ^3",
"consolidation/annotated-command": "^4.9.2", "consolidation/annotated-command": "^4.10.2",
"consolidation/config": "^2.1.2", "consolidation/config": "^2.1.2 || ^3.1.1",
"consolidation/filter-via-dot-access-data": "^2.0.2", "consolidation/filter-via-dot-access-data": "^2.0.2",
"consolidation/output-formatters": "^4.3.2", "consolidation/output-formatters": "^4.6.1",
"consolidation/robo": "^4.0.6", "consolidation/robo": "^4.0.6 || ^5.1.0",
"consolidation/site-alias": "^4", "consolidation/site-alias": "^4.1.1",
"consolidation/site-process": "^5.2.0", "consolidation/site-process": "^5.4.2",
"dflydev/dot-access-data": "^3.0.2",
"ext-dom": "*", "ext-dom": "*",
"grasmash/yaml-cli": "^3.1", "grasmash/yaml-cli": "^3.2",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
"league/container": "^4", "laravel/prompts": "^0.3.5",
"php": ">=8.1", "league/container": "^4.2",
"psy/psysh": "~0.11", "php": ">=8.3",
"symfony/event-dispatcher": "^6", "psy/psysh": "~0.12",
"symfony/filesystem": "^6.1", "symfony/event-dispatcher": "^6 || ^7",
"symfony/finder": "^6", "symfony/filesystem": "^6.1 || ^7",
"symfony/var-dumper": "^6.0", "symfony/finder": "^6 || ^7",
"symfony/yaml": "^6.0", "symfony/var-dumper": "^6.0 || ^7",
"webflo/drupal-finder": "^1.2" "symfony/yaml": "^6.0 || ^7"
}, },
"conflict": { "conflict": {
"drupal/core": "< 10.0", "drupal/core": "< 10.4",
"drupal/migrate_run": "*", "drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5" "drupal/migrate_tools": "<= 5"
}, },
"require-dev": { "require-dev": {
"composer/installers": "^2", "composer/installers": "^2",
"cweagans/composer-patches": "~1.0", "cweagans/composer-patches": "~1.7.3",
"drupal/core-recommended": "^10", "drupal/core-recommended": "^10.4.0 || 11.x-dev",
"drupal/semver_example": "2.3.0", "drupal/semver_example": "2.3.0",
"phpunit/phpunit": "^9", "jetbrains/phpstorm-attributes": "^1.0",
"rector/rector": "^0.12", "mglaman/phpstan-drupal": "^2",
"phpunit/phpunit": "^9 || ^10 || ^11",
"rector/rector": "^2",
"squizlabs/php_codesniffer": "^3.7" "squizlabs/php_codesniffer": "^3.7"
}, },
"bin": [ "bin": [
"drush" "drush",
"drush.php"
], ],
"type": "library", "type": "library",
"extra": { "extra": {
"patches-file": "composer.patches.json",
"installer-paths": { "installer-paths": {
"sut/core": [ "sut/core": [
"type:drupal-core" "type:drupal-core"
@@ -8174,7 +8132,7 @@
"issues": "https://github.com/drush-ops/drush/issues", "issues": "https://github.com/drush-ops/drush/issues",
"security": "https://github.com/drush-ops/drush/security/advisories", "security": "https://github.com/drush-ops/drush/security/advisories",
"slack": "https://drupal.slack.com/messages/C62H9CWQM", "slack": "https://drupal.slack.com/messages/C62H9CWQM",
"source": "https://github.com/drush-ops/drush/tree/12.5.3" "source": "https://github.com/drush-ops/drush/tree/13.7.1"
}, },
"funding": [ "funding": [
{ {
@@ -8182,7 +8140,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-08-02T11:57:29+00:00" "time": "2026-01-28T22:21:17+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@@ -8924,6 +8882,65 @@
}, },
"time": "2019-10-17T18:05:24+00:00" "time": "2019-10-17T18:05:24+00:00"
}, },
{
"name": "laravel/prompts",
"version": "v0.3.13",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "ed8c466571b37e977532fb2fd3c272c784d7050d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/ed8c466571b37e977532fb2fd3c272c784d7050d",
"reference": "ed8c466571b37e977532fb2fd3c272c784d7050d",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.2",
"ext-mbstring": "*",
"php": "^8.1",
"symfony/console": "^6.2|^7.0|^8.0"
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
},
"require-dev": {
"illuminate/collections": "^10.0|^11.0|^12.0|^13.0",
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.3|^3.4|^4.0",
"phpstan/phpstan": "^1.12.28",
"phpstan/phpstan-mockery": "^1.1.3"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.3.x-dev"
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.13"
},
"time": "2026-02-06T12:17:10+00:00"
},
{ {
"name": "league/container", "name": "league/container",
"version": "4.2.5", "version": "4.2.5",