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
Generated
+163 -146
View File
@@ -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": "6c1b79c1a147a1eca56f106696a7cf44",
"content-hash": "921fe83cc519f8269ec5496e65f8e3b7",
"packages": [
{
"name": "asm89/stack-cors",
@@ -547,30 +547,30 @@
},
{
"name": "consolidation/config",
"version": "2.1.2",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/config.git",
"reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae"
"reference": "797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/config/zipball/597f8d7fbeef801736250ec10c3e190569b1b0ae",
"reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae",
"url": "https://api.github.com/repos/consolidation/config/zipball/797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84",
"reference": "797652cd5ac870f02eb3ca1a7169d3dbbe6e5f84",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"grasmash/expander": "^2.0.1 || ^3",
"php": ">=7.1.3",
"symfony/event-dispatcher": "^4 || ^5 || ^6"
"dflydev/dot-access-data": "^3",
"grasmash/expander": "^3",
"php": ">=8.2.0",
"symfony/event-dispatcher": "^6 || ^7"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": ">=7.5.20",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3",
"symfony/console": "^4 || ^5 || ^6",
"symfony/yaml": "^4 || ^5 || ^6",
"symfony/console": "^7",
"symfony/yaml": "^7",
"yoast/phpunit-polyfills": "^1"
},
"suggest": {
@@ -580,7 +580,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
"dev-main": "3.x-dev"
}
},
"autoload": {
@@ -601,9 +601,9 @@
"description": "Provide configuration services for a commandline tool.",
"support": {
"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",
@@ -763,33 +763,32 @@
},
{
"name": "consolidation/robo",
"version": "4.0.6",
"version": "5.1.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/robo.git",
"reference": "55a272370940607649e5c46eb173c5c54f7c166d"
"reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d",
"reference": "55a272370940607649e5c46eb173c5c54f7c166d",
"url": "https://api.github.com/repos/consolidation/robo/zipball/6d02c7d800b5e1a3a8977ae74d23bce723486025",
"reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025",
"shasum": ""
},
"require": {
"consolidation/annotated-command": "^4.8.1",
"consolidation/config": "^2.0.1",
"consolidation/log": "^2.0.2 || ^3",
"consolidation/config": "^3",
"consolidation/log": "^3",
"consolidation/output-formatters": "^4.1.2",
"consolidation/self-update": "^2.0",
"league/container": "^3.3.1 || ^4.0",
"php": ">=8.0",
"php": ">=8.2",
"phpowermove/docblock": "^4.0",
"symfony/console": "^6",
"symfony/event-dispatcher": "^6",
"symfony/filesystem": "^6",
"symfony/finder": "^6",
"symfony/process": "^6",
"symfony/yaml": "^6"
"symfony/console": "^6 || ^7",
"symfony/event-dispatcher": "^6 || ^7",
"symfony/filesystem": "^6 || ^7",
"symfony/finder": "^6 || ^7",
"symfony/process": "^6 || ^7",
"symfony/yaml": "^6 || ^7"
},
"conflict": {
"codegyre/robo": "*"
@@ -798,11 +797,12 @@
"natxet/cssmin": "3.0.4",
"patchwork/jsqueeze": "^2",
"pear/archive_tar": "^1.4.4",
"phpunit/phpunit": "^7.5.20 || ^8",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3.6",
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"consolidation/self-update": "For self-updating a phar-based app built with Robo",
"natxet/cssmin": "For minifying CSS 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.",
@@ -830,64 +830,9 @@
"description": "Modern task runner",
"support": {
"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"
},
{
"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"
"time": "2025-11-14T23:30:05+00:00"
},
{
"name": "consolidation/site-alias",
@@ -1949,17 +1894,17 @@
},
{
"name": "drupal/administerusersbyrole",
"version": "3.5.0",
"version": "3.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/administerusersbyrole.git",
"reference": "8.x-3.5"
"reference": "8.x-3.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-3.5.zip",
"reference": "8.x-3.5",
"shasum": "4595bd1db4592c2eb506b3b1c1b26683f22b73b4"
"url": "https://ftp.drupal.org/files/projects/administerusersbyrole-8.x-3.6.zip",
"reference": "8.x-3.6",
"shasum": "ab94307f3b47eac5c18d8c584a14516c6c54327f"
},
"require": {
"drupal/core": "^10 || ^11"
@@ -1967,8 +1912,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.5",
"datestamp": "1732275602",
"version": "8.x-3.6",
"datestamp": "1762439804",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -2354,26 +2299,26 @@
},
{
"name": "drupal/betterlogin",
"version": "2.0.2",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/betterlogin.git",
"reference": "2.0.2"
"reference": "2.0.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/betterlogin-2.0.2.zip",
"reference": "2.0.2",
"shasum": "1c05fdea10862ff86c809c84d9eba95b6b52f90a"
"url": "https://ftp.drupal.org/files/projects/betterlogin-2.0.3.zip",
"reference": "2.0.3",
"shasum": "5588632dae5677edf5f71faeb22bd2bc3aff5ac2"
},
"require": {
"drupal/core": "^9.0 || ^10.0"
"drupal/core": "^10.1 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1709573077",
"version": "2.0.3",
"datestamp": "1762858267",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -2469,17 +2414,17 @@
},
{
"name": "drupal/block_class",
"version": "4.0.1",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_class.git",
"reference": "4.0.1"
"reference": "4.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_class-4.0.1.zip",
"reference": "4.0.1",
"shasum": "46fa2437a8bd272a1f757a7cd957eb2747e28cdb"
"url": "https://ftp.drupal.org/files/projects/block_class-4.0.2.zip",
"reference": "4.0.2",
"shasum": "10c30a6a113a00722cb42798692c3c0389c35a89"
},
"require": {
"drupal/core": "^9 || ^10 || ^11"
@@ -2487,8 +2432,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.1",
"datestamp": "1745427425",
"version": "4.0.2",
"datestamp": "1762734005",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -2556,7 +2501,7 @@
"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",
"keywords": [
"Drupal"
@@ -4019,17 +3964,17 @@
},
{
"name": "drupal/entity_browser",
"version": "2.13.0",
"version": "2.15.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_browser.git",
"reference": "8.x-2.13"
"reference": "8.x-2.15"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.13.zip",
"reference": "8.x-2.13",
"shasum": "9c31caed2602a5cb582cb4f1e1feaac44cbbc21b"
"url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.15.zip",
"reference": "8.x-2.15",
"shasum": "86265fadf12f8c2eb4bc0dc813589efe8fa180a2"
},
"require": {
"drupal/core": "^10.2 || ^11"
@@ -4050,8 +3995,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.13",
"datestamp": "1739701403",
"version": "8.x-2.15",
"datestamp": "1756969160",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -4078,10 +4023,18 @@
"homepage": "https://www.drupal.org/node/1943336/committers",
"role": "contributor"
},
{
"name": "devin carlson",
"homepage": "https://www.drupal.org/user/290182"
},
{
"name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690"
},
{
"name": "grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
{
"name": "marcingy",
"homepage": "https://www.drupal.org/user/77320"
@@ -8042,61 +7995,66 @@
},
{
"name": "drush/drush",
"version": "12.5.3",
"version": "13.7.1",
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
"reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6"
"reference": "4049dd4332bfc47d19ce849cb50380bd0498e4cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6",
"reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/4049dd4332bfc47d19ce849cb50380bd0498e4cc",
"reference": "4049dd4332bfc47d19ce849cb50380bd0498e4cc",
"shasum": ""
},
"require": {
"chi-teck/drupal-code-generator": "^3.0",
"chi-teck/drupal-code-generator": "^3.6 || ^4@alpha",
"composer-runtime-api": "^2.2",
"composer/semver": "^1.4 || ^3",
"consolidation/annotated-command": "^4.9.2",
"consolidation/config": "^2.1.2",
"consolidation/annotated-command": "^4.10.2",
"consolidation/config": "^2.1.2 || ^3.1.1",
"consolidation/filter-via-dot-access-data": "^2.0.2",
"consolidation/output-formatters": "^4.3.2",
"consolidation/robo": "^4.0.6",
"consolidation/site-alias": "^4",
"consolidation/site-process": "^5.2.0",
"consolidation/output-formatters": "^4.6.1",
"consolidation/robo": "^4.0.6 || ^5.1.0",
"consolidation/site-alias": "^4.1.1",
"consolidation/site-process": "^5.4.2",
"dflydev/dot-access-data": "^3.0.2",
"ext-dom": "*",
"grasmash/yaml-cli": "^3.1",
"grasmash/yaml-cli": "^3.2",
"guzzlehttp/guzzle": "^7.0",
"league/container": "^4",
"php": ">=8.1",
"psy/psysh": "~0.11",
"symfony/event-dispatcher": "^6",
"symfony/filesystem": "^6.1",
"symfony/finder": "^6",
"symfony/var-dumper": "^6.0",
"symfony/yaml": "^6.0",
"webflo/drupal-finder": "^1.2"
"laravel/prompts": "^0.3.5",
"league/container": "^4.2",
"php": ">=8.3",
"psy/psysh": "~0.12",
"symfony/event-dispatcher": "^6 || ^7",
"symfony/filesystem": "^6.1 || ^7",
"symfony/finder": "^6 || ^7",
"symfony/var-dumper": "^6.0 || ^7",
"symfony/yaml": "^6.0 || ^7"
},
"conflict": {
"drupal/core": "< 10.0",
"drupal/core": "< 10.4",
"drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5"
},
"require-dev": {
"composer/installers": "^2",
"cweagans/composer-patches": "~1.0",
"drupal/core-recommended": "^10",
"cweagans/composer-patches": "~1.7.3",
"drupal/core-recommended": "^10.4.0 || 11.x-dev",
"drupal/semver_example": "2.3.0",
"phpunit/phpunit": "^9",
"rector/rector": "^0.12",
"jetbrains/phpstorm-attributes": "^1.0",
"mglaman/phpstan-drupal": "^2",
"phpunit/phpunit": "^9 || ^10 || ^11",
"rector/rector": "^2",
"squizlabs/php_codesniffer": "^3.7"
},
"bin": [
"drush"
"drush",
"drush.php"
],
"type": "library",
"extra": {
"patches-file": "composer.patches.json",
"installer-paths": {
"sut/core": [
"type:drupal-core"
@@ -8174,7 +8132,7 @@
"issues": "https://github.com/drush-ops/drush/issues",
"security": "https://github.com/drush-ops/drush/security/advisories",
"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": [
{
@@ -8182,7 +8140,7 @@
"type": "github"
}
],
"time": "2024-08-02T11:57:29+00:00"
"time": "2026-01-28T22:21:17+00:00"
},
{
"name": "egulias/email-validator",
@@ -8924,6 +8882,65 @@
},
"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",
"version": "4.2.5",