From e51e62f16dc009fb71e5aed4759b71c72e83926d Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 22 Sep 2026 20:04:45 +0200 Subject: [PATCH] updated composer platforme & drush to 13 --- composer.json | 6 +- composer.lock | 136 +++++++++++++++++++++-------- web/profiles/d8-starterkit-profile | 2 +- 3 files changed, 104 insertions(+), 40 deletions(-) diff --git a/composer.json b/composer.json index 30ab6399..0b2ff2e0 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ } ], "require": { - "php": ">=7.3", + "php": ">=8.4", "ckeditor-plugin/colorbutton": "^4.16.2", "ckeditor-plugin/panelbutton": "^4.16.2", "composer/installers": "^1.2", @@ -150,7 +150,7 @@ "drupal/views_field_view": "^1.0@beta", "drupal/webform": "^6.3", "drupal/workflow": "^1.7", - "drush/drush": "^12", + "drush/drush": "^13", "kint-php/kint": "^3.3", "politsin/jquery-ui-touch-punch": "^1", "smalot/pdfparser": "*", @@ -171,7 +171,7 @@ "config": { "sort-packages": true, "platform": { - "php": "8.1" + "php": "8.4" }, "discard-changes": true, "allow-plugins": { diff --git a/composer.lock b/composer.lock index 6a5f5318..693b229e 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": "05263607a87a1a755f2b1ed7fc36aaa5", + "content-hash": "71a6cadaffa16d6c010b1b16fabf1892", "packages": [ { "name": "asm89/stack-cors", @@ -124,10 +124,10 @@ }, { "name": "choices/choices", - "version": "9.0.1", + "version": "11.0.2", "dist": { "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", "extra": { @@ -12190,61 +12190,66 @@ }, { "name": "drush/drush", - "version": "12.5.3", + "version": "13.8.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6" + "reference": "a5529118232c722c052ad6ae3be587df43c7d6fa" }, "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/a5529118232c722c052ad6ae3be587df43c7d6fa", + "reference": "a5529118232c722c052ad6ae3be587df43c7d6fa", "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 || ^6.1", + "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 <12.0", "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" @@ -12322,7 +12327,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.8.0" }, "funding": [ { @@ -12330,7 +12335,7 @@ "type": "github" } ], - "time": "2024-08-02T11:57:29+00:00" + "time": "2026-09-08T18:24:55+00:00" }, { "name": "e0ipso/shaper", @@ -13412,10 +13417,10 @@ }, { "name": "jquery/inputmask", - "version": "5.0.8", + "version": "5.0.9", "dist": { "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", "extra": { @@ -13698,6 +13703,65 @@ ], "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", "version": "4.2.5", @@ -20138,11 +20202,11 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.3" + "php": ">=8.4" }, "platform-dev": {}, "platform-overrides": { - "php": "8.1" + "php": "8.4" }, "plugin-api-version": "2.9.0" } diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 8917ceb5..b033b84f 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 8917ceb5bce15d4c0167101b201ec4861a2dedca +Subproject commit b033b84f7537f222a702116855f0b32079487ff2