Verified Commit 87de7098 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

task: #3612963 Drop older dependency versions in Drupal 12

By: longwave
parent 29066acd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        "lullabot/mink-selenium2-driver": "^1.7.3",
        "lullabot/php-webdriver": "^2.0.7",
        "mglaman/phpstan-drupal": "^2.0.15",
        "micheh/phpcs-gitlab": "^1.1 || ^2.0",
        "micheh/phpcs-gitlab": "^2.0",
        "mikey179/vfsstream": "^1.6.11",
        "open-telemetry/exporter-otlp": "^1",
        "open-telemetry/sdk": "^1",
+8 −8
Original line number Diff line number Diff line
@@ -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": "fb7daab92b7450aa308b40c367dffc43",
    "content-hash": "1976e0c86eb893f92680f2c395aea3dc",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -368,15 +368,15 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "9eb3b6d1261580d22a7234e7b9ccd7f801a9bbb5"
                "reference": "9e8e316cdddf365f74ccdaa12293cbeeb34bdd58"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
                "composer-runtime-api": "^2.1",
                "composer/semver": "^3.3",
                "doctrine/lexer": "^2 || ^3",
                "doctrine/lexer": "^3",
                "drupal/core-composer-scaffold": "self.version",
                "egulias/email-validator": "^3.2.1|^4.0",
                "egulias/email-validator": "^4.0",
                "ext-date": "*",
                "ext-dom": "*",
                "ext-filter": "*",
@@ -391,9 +391,9 @@
                "ext-tokenizer": "*",
                "ext-xml": "*",
                "ext-zlib": "*",
                "guzzlehttp/guzzle": "^7.10 || ^8.0",
                "guzzlehttp/psr7": "^2.8.0 || ^3.0",
                "justinrainbow/json-schema": "^5.2 || ^6.5.2",
                "guzzlehttp/guzzle": "^8.0",
                "guzzlehttp/psr7": "^3.0",
                "justinrainbow/json-schema": "^6.5.2",
                "masterminds/html5": "^2.7",
                "mck89/peast": "^1.17.4",
                "pear/archive_tar": "^1.4.14",
@@ -401,7 +401,7 @@
                "php-tuf/composer-stager": "^2.0",
                "psr/log": "^3.0",
                "revolt/event-loop": "^1.0",
                "sebastian/diff": "^4 || ^5 || ^6 || ^7",
                "sebastian/diff": "^7",
                "symfony/console": "^8.0",
                "symfony/dependency-injection": "^8.0",
                "symfony/event-dispatcher": "^8.0",
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        "lullabot/mink-selenium2-driver": "^1.7.3",
        "lullabot/php-webdriver": "^2.0.7",
        "mglaman/phpstan-drupal": "^2.0.15",
        "micheh/phpcs-gitlab": "^1.1 || ^2.0",
        "micheh/phpcs-gitlab": "^2.0",
        "mikey179/vfsstream": "^1.6.11",
        "open-telemetry/exporter-otlp": "^1",
        "open-telemetry/sdk": "^1",
+6 −6
Original line number Diff line number Diff line
@@ -38,11 +38,11 @@
        "symfony/yaml": "^8.0.12",
        "revolt/event-loop": "^1.0",
        "twig/twig": "^3.27.0",
        "doctrine/lexer": "^2 || ^3",
        "doctrine/lexer": "^3",
        "drupal/core-composer-scaffold": "self.version",
        "guzzlehttp/guzzle": "^7.10 || ^8.0",
        "guzzlehttp/psr7": "^2.8.0 || ^3.0",
        "egulias/email-validator": "^3.2.1|^4.0",
        "guzzlehttp/guzzle": "^8.0",
        "guzzlehttp/psr7": "^3.0",
        "egulias/email-validator": "^4.0",
        "masterminds/html5": "^2.7",
        "symfony/psr-http-message-bridge": "^8.0",
        "composer-runtime-api": "^2.1",
@@ -51,9 +51,9 @@
        "pear/archive_tar": "^1.4.14",
        "psr/log": "^3.0",
        "mck89/peast": "^1.17.4",
        "sebastian/diff": "^4 || ^5 || ^6 || ^7",
        "sebastian/diff": "^7",
        "php-tuf/composer-stager": "^2.0",
        "justinrainbow/json-schema": "^5.2 || ^6.5.2",
        "justinrainbow/json-schema": "^6.5.2",
        "twig/html-extra": "^3.23"
    },
    "conflict": {
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.5.0",
        "doctrine/lexer": "^2 || ^3",
        "doctrine/lexer": "^3",
        "drupal/core-class-finder": "12.x-dev",
        "drupal/core-file-cache": "12.x-dev",
        "drupal/core-plugin": "12.x-dev",
Loading