Commit 70853dd7 authored by catch's avatar catch
Browse files

Issue #3365567 by longwave, Darren Oh, Spokje, cilefen, Chi: Lock Drupal 10.0...

Issue #3365567 by longwave, Darren Oh, Spokje, cilefen, Chi: Lock Drupal 10.0 on symfony/serializer and symfony/validator 6.2
parent 142cdff0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
        "drupal/coder": "^8.3.10",
        "instaclick/php-webdriver": "^1.4.1",
        "justinrainbow/json-schema": "^5.2",
        "mglaman/phpstan-drupal": "^1.1.32",
        "mglaman/phpstan-drupal": "^1.1.35",
        "mikey179/vfsstream": "^1.6.11",
        "phpspec/prophecy-phpunit": "^2",
        "phpstan/extension-installer": "^1.1",
+10 −10
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": "a6b154bc83b4c6d6902fb1400bbe5f09",
    "content-hash": "48097a8a6a86ba8707b29993adfc0c64",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -443,7 +443,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "9cac43a52969b4e81d5d4220ce865ab7f5186775"
                "reference": "e135a5a0cd0d7b3d6c682607b7a43750d0be3676"
            },
            "require": {
                "asm89/stack-cors": "^2.1",
@@ -480,8 +480,8 @@
                "symfony/process": "^6.2",
                "symfony/psr-http-message-bridge": "^2.1",
                "symfony/routing": "^6.2",
                "symfony/serializer": "^6.2",
                "symfony/validator": "^6.2",
                "symfony/serializer": "~6.2.0",
                "symfony/validator": "~6.2.0",
                "symfony/yaml": "^6.2",
                "twig/twig": "^3.4.3"
            },
@@ -5103,16 +5103,16 @@
        },
        {
            "name": "mglaman/phpstan-drupal",
            "version": "1.1.32",
            "version": "1.1.35",
            "source": {
                "type": "git",
                "url": "https://github.com/mglaman/phpstan-drupal.git",
                "reference": "d8a70aca702df6fcb95a50afffbe3c0ea407ad93"
                "reference": "7da46c12bd556dca5855ee76b8621815d85714fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/d8a70aca702df6fcb95a50afffbe3c0ea407ad93",
                "reference": "d8a70aca702df6fcb95a50afffbe3c0ea407ad93",
                "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/7da46c12bd556dca5855ee76b8621815d85714fe",
                "reference": "7da46c12bd556dca5855ee76b8621815d85714fe",
                "shasum": ""
            },
            "require": {
@@ -5187,7 +5187,7 @@
            "description": "Drupal extension and rules for PHPStan",
            "support": {
                "issues": "https://github.com/mglaman/phpstan-drupal/issues",
                "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.32"
                "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.35"
            },
            "funding": [
                {
@@ -5203,7 +5203,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2023-05-10T20:44:42+00:00"
            "time": "2023-06-14T20:38:19+00:00"
        },
        {
            "name": "mikey179/vfsstream",
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
        "drupal/coder": "^8.3.10",
        "instaclick/php-webdriver": "^1.4.1",
        "justinrainbow/json-schema": "^5.2",
        "mglaman/phpstan-drupal": "^1.1.32",
        "mglaman/phpstan-drupal": "^1.1.35",
        "mikey179/vfsstream": "^1.6.11",
        "phpspec/prophecy-phpunit": "^2",
        "phpstan/extension-installer": "^1.1",
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        "drupal/coder": "8.3.16",
        "instaclick/php-webdriver": "1.4.16",
        "justinrainbow/json-schema": "5.2.12",
        "mglaman/phpstan-drupal": "1.1.32",
        "mglaman/phpstan-drupal": "1.1.35",
        "mikey179/vfsstream": "v1.6.11",
        "myclabs/deep-copy": "1.11.0",
        "nikic/php-parser": "v4.15.2",
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@
        "symfony/http-kernel": "^6.2",
        "symfony/mime": "^6.2",
        "symfony/routing": "^6.2",
        "symfony/serializer": "^6.2",
        "symfony/validator": "^6.2",
        "symfony/serializer": "~6.2.0",
        "symfony/validator": "~6.2.0",
        "symfony/process": "^6.2",
        "symfony/polyfill-iconv": "^1.26",
        "symfony/yaml": "^6.2",
Loading