updated composer platforme & drush to 13

This commit is contained in:
2026-09-22 20:04:45 +02:00
parent 37c400ed59
commit e51e62f16d
3 changed files with 104 additions and 40 deletions
+3 -3
View File
@@ -58,7 +58,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.3", "php": ">=8.4",
"ckeditor-plugin/colorbutton": "^4.16.2", "ckeditor-plugin/colorbutton": "^4.16.2",
"ckeditor-plugin/panelbutton": "^4.16.2", "ckeditor-plugin/panelbutton": "^4.16.2",
"composer/installers": "^1.2", "composer/installers": "^1.2",
@@ -150,7 +150,7 @@
"drupal/views_field_view": "^1.0@beta", "drupal/views_field_view": "^1.0@beta",
"drupal/webform": "^6.3", "drupal/webform": "^6.3",
"drupal/workflow": "^1.7", "drupal/workflow": "^1.7",
"drush/drush": "^12", "drush/drush": "^13",
"kint-php/kint": "^3.3", "kint-php/kint": "^3.3",
"politsin/jquery-ui-touch-punch": "^1", "politsin/jquery-ui-touch-punch": "^1",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
@@ -171,7 +171,7 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "8.1" "php": "8.4"
}, },
"discard-changes": true, "discard-changes": true,
"allow-plugins": { "allow-plugins": {
Generated
+100 -36
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": "05263607a87a1a755f2b1ed7fc36aaa5", "content-hash": "71a6cadaffa16d6c010b1b16fabf1892",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@@ -124,10 +124,10 @@
}, },
{ {
"name": "choices/choices", "name": "choices/choices",
"version": "9.0.1", "version": "11.0.2",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/Choices-js/Choices/archive/refs/tags/v9.0.1.zip" "url": "https://github.com/Choices-js/Choices/archive/refs/tags/v11.0.2.zip"
}, },
"type": "drupal-library", "type": "drupal-library",
"extra": { "extra": {
@@ -12190,61 +12190,66 @@
}, },
{ {
"name": "drush/drush", "name": "drush/drush",
"version": "12.5.3", "version": "13.8.0",
"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": "a5529118232c722c052ad6ae3be587df43c7d6fa"
}, },
"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/a5529118232c722c052ad6ae3be587df43c7d6fa",
"reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6", "reference": "a5529118232c722c052ad6ae3be587df43c7d6fa",
"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 || ^6.1",
"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 <12.0",
"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"
@@ -12322,7 +12327,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.8.0"
}, },
"funding": [ "funding": [
{ {
@@ -12330,7 +12335,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-08-02T11:57:29+00:00" "time": "2026-09-08T18:24:55+00:00"
}, },
{ {
"name": "e0ipso/shaper", "name": "e0ipso/shaper",
@@ -13412,10 +13417,10 @@
}, },
{ {
"name": "jquery/inputmask", "name": "jquery/inputmask",
"version": "5.0.8", "version": "5.0.9",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/RobinHerbots/jquery.inputmask/archive/refs/tags/5.0.8.zip" "url": "https://github.com/RobinHerbots/jquery.inputmask/archive/refs/tags/5.0.9.zip"
}, },
"type": "drupal-library", "type": "drupal-library",
"extra": { "extra": {
@@ -13698,6 +13703,65 @@
], ],
"time": "2024-10-29T13:46:07+00:00" "time": "2024-10-29T13:46:07+00:00"
}, },
{
"name": "laravel/prompts",
"version": "v0.3.24",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "5d3cdef29e93ca3b62b1871359db3078cd99908b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/5d3cdef29e93ca3b62b1871359db3078cd99908b",
"reference": "5d3cdef29e93ca3b62b1871359db3078cd99908b",
"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.24"
},
"time": "2026-08-20T12:55:36+00:00"
},
{ {
"name": "league/container", "name": "league/container",
"version": "4.2.5", "version": "4.2.5",
@@ -20138,11 +20202,11 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.3" "php": ">=8.4"
}, },
"platform-dev": {}, "platform-dev": {},
"platform-overrides": { "platform-overrides": {
"php": "8.1" "php": "8.4"
}, },
"plugin-api-version": "2.9.0" "plugin-api-version": "2.9.0"
} }