Skip to content
Snippets Groups Projects
Verified Commit 6c3b0d58 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3404694 by Spokje, longwave, mglaman, andypost: Update dependencies for Drupal 10.2

(cherry picked from commit c5dcda1022994d7255524cfc52078ee7dd2bb73d)
parent 8999e680
No related branches found
No related tags found
20 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...,!6354Draft: Issue #3380392 by phma: Updating language weight from the overview reverts label if translated,!6324Issue #3416723 by Ludo.R: Provide a "node type" views default argument,!6119Issue #3405704 by Spokje, longwave: symfony/psr-http-message-bridge major version bump,!5950Issue #3403653 by alexpott, longwave: Incorporate improvements to how contrib runs PHPStan to core,!5858Issue #3401971 by fjgarlin: Test-only job shouldn't require constant rebases...,!5716Draft: Issue #3401102 by Spokje, longwave, smustgrave: Nightwatch artifacts on GitLab not retained,!5674Transaction autocommit during shutdown relies on unreliable object destruction order,!5644Issue #3395563 by nireneko, marvil07, lauriii, borisson_, smustgrave, Wim...
Pipeline #57769 passed
Pipeline: drupal

#57771

    ......@@ -103,6 +103,9 @@
    "Drupal\\Composer\\": "composer"
    }
    },
    "conflict": {
    "phpstan/phpstan": "1.10.45 || 1.10.46"
    },
    "scripts": {
    "pre-install-cmd": "Drupal\\Composer\\Composer::ensureComposerVersion",
    "pre-update-cmd": "Drupal\\Composer\\Composer::ensureComposerVersion",
    ......
    This diff is collapsed.
    ......@@ -8,7 +8,7 @@
    },
    "require": {
    "drupal/core": "10.2.x-dev",
    "asm89/stack-cors": "~v2.1.1",
    "asm89/stack-cors": "~v2.2.0",
    "composer/semver": "~3.4.0",
    "doctrine/annotations": "~1.14.3",
    "doctrine/deprecations": "~1.1.2",
    ......@@ -21,7 +21,7 @@
    "mck89/peast": "~v1.15.4",
    "pear/archive_tar": "~1.4.14",
    "pear/console_getopt": "~v1.4.3",
    "pear/pear-core-minimal": "~v1.10.13",
    "pear/pear-core-minimal": "~v1.10.14",
    "pear/pear_exception": "~v1.0.2",
    "psr/cache": "~3.0.0",
    "psr/container": "~2.0.2",
    ......@@ -31,18 +31,18 @@
    "psr/log": "~3.0.0",
    "ralouphie/getallheaders": "~3.0.3",
    "sebastian/diff": "~4.0.5",
    "symfony/console": "~v6.4.0-RC1",
    "symfony/dependency-injection": "~v6.4.0-RC1",
    "symfony/deprecation-contracts": "~v3.3.0",
    "symfony/error-handler": "~v6.4.0-RC1",
    "symfony/event-dispatcher": "~v6.4.0-RC1",
    "symfony/event-dispatcher-contracts": "~v3.3.0",
    "symfony/filesystem": "~v6.4.0-RC1",
    "symfony/finder": "~v6.4.0-RC1",
    "symfony/http-foundation": "~v6.4.0-RC1",
    "symfony/http-kernel": "~v6.4.0-RC1",
    "symfony/mailer": "~v6.4.0-RC1",
    "symfony/mime": "~v6.4.0-RC1",
    "symfony/console": "~v6.4.0",
    "symfony/dependency-injection": "~v6.4.0",
    "symfony/deprecation-contracts": "~v3.4.0",
    "symfony/error-handler": "~v6.4.0",
    "symfony/event-dispatcher": "~v6.4.0",
    "symfony/event-dispatcher-contracts": "~v3.4.0",
    "symfony/filesystem": "~v6.4.0",
    "symfony/finder": "~v6.4.0",
    "symfony/http-foundation": "~v6.4.0",
    "symfony/http-kernel": "~v6.4.0",
    "symfony/mailer": "~v6.4.0",
    "symfony/mime": "~v6.4.0",
    "symfony/polyfill-ctype": "~v1.28.0",
    "symfony/polyfill-iconv": "~v1.28.0",
    "symfony/polyfill-intl-grapheme": "~v1.28.0",
    ......@@ -50,17 +50,17 @@
    "symfony/polyfill-intl-normalizer": "~v1.28.0",
    "symfony/polyfill-mbstring": "~v1.28.0",
    "symfony/polyfill-php83": "~v1.28.0",
    "symfony/process": "~v6.4.0-RC1",
    "symfony/process": "~v6.4.0",
    "symfony/psr-http-message-bridge": "~v2.3.1",
    "symfony/routing": "~v6.4.0-RC1",
    "symfony/serializer": "~v6.4.0-RC1",
    "symfony/service-contracts": "~v3.3.0",
    "symfony/string": "~v6.3.8",
    "symfony/translation-contracts": "~v3.3.0",
    "symfony/validator": "~v6.4.0-RC1",
    "symfony/var-dumper": "~v6.4.0-RC1",
    "symfony/var-exporter": "~v6.3.6",
    "symfony/yaml": "~v6.4.0-RC1",
    "twig/twig": "~v3.7.1"
    "symfony/routing": "~v6.4.0",
    "symfony/serializer": "~v6.4.0",
    "symfony/service-contracts": "~v3.4.0",
    "symfony/string": "~v6.4.0",
    "symfony/translation-contracts": "~v3.4.0",
    "symfony/validator": "~v6.4.0",
    "symfony/var-dumper": "~v6.4.0",
    "symfony/var-exporter": "~v6.4.0",
    "symfony/yaml": "~v6.4.0",
    "twig/twig": "~v3.8.0"
    }
    }
    ......@@ -11,18 +11,18 @@
    "behat/mink": "v1.10.0",
    "behat/mink-browserkit-driver": "v2.1.0",
    "behat/mink-selenium2-driver": "v1.6.0",
    "colinodell/psr-testlogger": "v1.2.0",
    "colinodell/psr-testlogger": "v1.3.0",
    "composer/ca-bundle": "1.3.7",
    "composer/class-map-generator": "1.1.0",
    "composer/composer": "2.6.5",
    "composer/metadata-minifier": "1.0.0",
    "composer/pcre": "3.1.1",
    "composer/spdx-licenses": "1.5.7",
    "composer/spdx-licenses": "1.5.8",
    "composer/xdebug-handler": "3.0.3",
    "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0",
    "doctrine/instantiator": "2.0.0",
    "drupal/coder": "8.3.22",
    "google/protobuf": "v3.25.0",
    "google/protobuf": "v3.25.1",
    "instaclick/php-webdriver": "1.4.16",
    "justinrainbow/json-schema": "v5.2.13",
    "mglaman/phpstan-drupal": "1.2.4",
    ......@@ -34,8 +34,8 @@
    "open-telemetry/context": "1.0.0",
    "open-telemetry/exporter-otlp": "1.0.0",
    "open-telemetry/gen-otlp-protobuf": "1.0.0",
    "open-telemetry/sdk": "1.0.0",
    "open-telemetry/sem-conv": "1.22.1",
    "open-telemetry/sdk": "1.0.1",
    "open-telemetry/sem-conv": "1.23.1",
    "phar-io/manifest": "2.0.3",
    "phar-io/version": "3.2.1",
    "php-http/discovery": "1.19.1",
    ......@@ -48,8 +48,8 @@
    "phpspec/prophecy": "v1.17.0",
    "phpspec/prophecy-phpunit": "v2.0.2",
    "phpstan/extension-installer": "1.3.1",
    "phpstan/phpdoc-parser": "1.24.2",
    "phpstan/phpstan": "1.10.41",
    "phpstan/phpdoc-parser": "1.24.4",
    "phpstan/phpstan": "1.10.44",
    "phpstan/phpstan-deprecation-rules": "1.1.4",
    "phpstan/phpstan-phpunit": "1.3.15",
    "phpunit/php-code-coverage": "9.2.29",
    ......@@ -58,7 +58,7 @@
    "phpunit/php-text-template": "2.0.4",
    "phpunit/php-timer": "5.0.3",
    "phpunit/phpunit": "9.6.13",
    "react/promise": "v3.0.0",
    "react/promise": "v3.1.0",
    "sebastian/cli-parser": "1.0.1",
    "sebastian/code-unit": "1.0.8",
    "sebastian/code-unit-reverse-lookup": "2.0.3",
    ......@@ -80,13 +80,13 @@
    "sirbrillig/phpcs-variable-analysis": "v2.11.17",
    "slevomat/coding-standard": "8.14.1",
    "squizlabs/php_codesniffer": "3.7.2",
    "symfony/browser-kit": "v6.4.0-RC1",
    "symfony/css-selector": "v6.4.0-RC1",
    "symfony/dom-crawler": "v6.4.0-RC1",
    "symfony/lock": "v6.4.0-RC1",
    "symfony/phpunit-bridge": "v6.4.0-RC1",
    "symfony/browser-kit": "v6.4.0",
    "symfony/css-selector": "v6.4.0",
    "symfony/dom-crawler": "v6.4.0",
    "symfony/lock": "v6.4.0",
    "symfony/phpunit-bridge": "v6.4.0",
    "symfony/polyfill-php82": "v1.28.0",
    "theseer/tokenizer": "1.2.1",
    "theseer/tokenizer": "1.2.2",
    "webflo/drupal-finder": "1.2.2",
    "webmozart/assert": "1.11.0"
    }
    ......
    ......@@ -15,7 +15,7 @@
    "require": {
    "php": ">=8.1.0",
    "symfony/dependency-injection": "^6.4",
    "symfony/service-contracts": "v3.3.0"
    "symfony/service-contracts": "v3.4.0"
    },
    "suggest": {
    "symfony/expression-language": "For using expressions in service container configuration"
    ......
    ......@@ -10,7 +10,7 @@
    "php": ">=8.1.0",
    "symfony/dependency-injection": "^6.4",
    "symfony/event-dispatcher": "^6.4",
    "symfony/event-dispatcher-contracts": "v3.3.0"
    "symfony/event-dispatcher-contracts": "v3.4.0"
    },
    "autoload": {
    "psr-4": {
    ......
    ......@@ -30,7 +30,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase {
    *
    * @see https://getcomposer.org/doc/04-schema.md#minimum-stability
    */
    protected const MINIMUM_STABILITY = 'RC';
    protected const MINIMUM_STABILITY = 'stable';
    /**
    * The order of stability strings from least stable to most stable.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment