Commit c3361f75 authored by catch's avatar catch
Browse files

task: #3570133 PHPUnit security update

By: kentr
By: catch
By: smustgrave
By: mondrake
By: larowlan
By: dww
parent 43ec4c8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        "phpstan/extension-installer": "^1.4.3",
        "phpstan/phpstan": "^1.12.27 || ^2.1.26",
        "phpstan/phpstan-phpunit": "^1.4.2 || ^2.0.7",
        "phpunit/phpunit": "^11.5.42",
        "phpunit/phpunit": "^11.5.50",
        "symfony/browser-kit": "^7.4",
        "symfony/css-selector": "^7.4",
        "symfony/dom-crawler": "^7.4",
+52 −40
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": "2756c8c95f496894093c683e582e398e",
    "content-hash": "fcecb0b36d79a3fb31202f19452f34dc",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -6349,16 +6349,16 @@
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.6.2",
            "version": "v5.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "3a454ca033b9e06b63282ce19562e892747449bb"
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
                "reference": "3a454ca033b9e06b63282ce19562e892747449bb",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "shasum": ""
            },
            "require": {
@@ -6401,9 +6401,9 @@
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
            },
            "time": "2025-10-21T19:32:17+00:00"
            "time": "2025-12-06T11:56:16+00:00"
        },
        {
            "name": "nyholm/psr7-server",
@@ -7797,35 +7797,35 @@
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "11.0.11",
            "version": "11.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4"
                "reference": "2c1ed04922802c15e1de5d7447b4856de949cf56"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
                "reference": "4f7722aa9a7b76aa775e2d9d4e95d1ea16eeeef4",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2c1ed04922802c15e1de5d7447b4856de949cf56",
                "reference": "2c1ed04922802c15e1de5d7447b4856de949cf56",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-xmlwriter": "*",
                "nikic/php-parser": "^5.4.0",
                "nikic/php-parser": "^5.7.0",
                "php": ">=8.2",
                "phpunit/php-file-iterator": "^5.1.0",
                "phpunit/php-text-template": "^4.0.1",
                "sebastian/code-unit-reverse-lookup": "^4.0.1",
                "sebastian/complexity": "^4.0.1",
                "sebastian/environment": "^7.2.0",
                "sebastian/environment": "^7.2.1",
                "sebastian/lines-of-code": "^3.0.1",
                "sebastian/version": "^5.0.2",
                "theseer/tokenizer": "^1.2.3"
                "theseer/tokenizer": "^1.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^11.5.2"
                "phpunit/phpunit": "^11.5.46"
            },
            "suggest": {
                "ext-pcov": "PHP extension that provides line coverage",
@@ -7863,7 +7863,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.11"
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.12"
            },
            "funding": [
                {
@@ -7883,32 +7883,32 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-08-27T14:37:49+00:00"
            "time": "2025-12-24T07:01:01+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "5.1.0",
            "version": "5.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
                "reference": "2f3a64888c814fc235386b7387dd5b5ed92ad903"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
                "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2f3a64888c814fc235386b7387dd5b5ed92ad903",
                "reference": "2f3a64888c814fc235386b7387dd5b5ed92ad903",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^11.0"
                "phpunit/phpunit": "^11.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.0-dev"
                    "dev-main": "5.1-dev"
                }
            },
            "autoload": {
@@ -7936,15 +7936,27 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/php-file-iterator",
                    "type": "tidelift"
                }
            ],
            "time": "2024-08-27T05:02:59+00:00"
            "time": "2026-02-02T13:52:54+00:00"
        },
        {
            "name": "phpunit/php-invoker",
@@ -8132,16 +8144,16 @@
        },
        {
            "name": "phpunit/phpunit",
            "version": "11.5.44",
            "version": "11.5.50",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "c346885c95423eda3f65d85a194aaa24873cda82"
                "reference": "fdfc727f0fcacfeb8fcb30c7e5da173125b58be3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c346885c95423eda3f65d85a194aaa24873cda82",
                "reference": "c346885c95423eda3f65d85a194aaa24873cda82",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fdfc727f0fcacfeb8fcb30c7e5da173125b58be3",
                "reference": "fdfc727f0fcacfeb8fcb30c7e5da173125b58be3",
                "shasum": ""
            },
            "require": {
@@ -8155,14 +8167,14 @@
                "phar-io/manifest": "^2.0.4",
                "phar-io/version": "^3.2.1",
                "php": ">=8.2",
                "phpunit/php-code-coverage": "^11.0.11",
                "phpunit/php-code-coverage": "^11.0.12",
                "phpunit/php-file-iterator": "^5.1.0",
                "phpunit/php-invoker": "^5.0.1",
                "phpunit/php-text-template": "^4.0.1",
                "phpunit/php-timer": "^7.0.1",
                "sebastian/cli-parser": "^3.0.2",
                "sebastian/code-unit": "^3.0.3",
                "sebastian/comparator": "^6.3.2",
                "sebastian/comparator": "^6.3.3",
                "sebastian/diff": "^6.0.2",
                "sebastian/environment": "^7.2.1",
                "sebastian/exporter": "^6.3.2",
@@ -8213,7 +8225,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.44"
                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.50"
            },
            "funding": [
                {
@@ -8237,7 +8249,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-11-13T07:17:35+00:00"
            "time": "2026-01-27T05:59:18+00:00"
        },
        {
            "name": "ramsey/collection",
@@ -8638,16 +8650,16 @@
        },
        {
            "name": "sebastian/comparator",
            "version": "6.3.2",
            "version": "6.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
                "reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
                "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2c95e1e86cb8dd41beb8d502057d1081ccc8eca9",
                "reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9",
                "shasum": ""
            },
            "require": {
@@ -8706,7 +8718,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
                "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
                "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.3"
            },
            "funding": [
                {
@@ -8726,7 +8738,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-08-10T08:07:46+00:00"
            "time": "2026-01-24T09:26:40+00:00"
        },
        {
            "name": "sebastian/complexity",
@@ -10329,5 +10341,5 @@
    "platform-overrides": {
        "php": "8.3.0"
    },
    "plugin-api-version": "2.6.0"
    "plugin-api-version": "2.9.0"
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        "phpstan/extension-installer": "^1.4.3",
        "phpstan/phpstan": "^1.12.27 || ^2.1.26",
        "phpstan/phpstan-phpunit": "^1.4.2 || ^2.0.7",
        "phpunit/phpunit": "^11.5.42",
        "phpunit/phpunit": "^11.5.50",
        "symfony/browser-kit": "^7.4",
        "symfony/css-selector": "^7.4",
        "symfony/dom-crawler": "^7.4",
+5 −5
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
        "micheh/phpcs-gitlab": "2.1.0",
        "mikey179/vfsstream": "v1.6.12",
        "myclabs/deep-copy": "1.13.4",
        "nikic/php-parser": "v5.6.2",
        "nikic/php-parser": "v5.7.0",
        "nyholm/psr7-server": "1.1.0",
        "open-telemetry/api": "1.7.1",
        "open-telemetry/context": "1.4.0",
@@ -56,19 +56,19 @@
        "phpstan/phpstan": "2.1.32",
        "phpstan/phpstan-deprecation-rules": "2.0.3",
        "phpstan/phpstan-phpunit": "2.0.8",
        "phpunit/php-code-coverage": "11.0.11",
        "phpunit/php-file-iterator": "5.1.0",
        "phpunit/php-code-coverage": "11.0.12",
        "phpunit/php-file-iterator": "5.1.1",
        "phpunit/php-invoker": "5.0.1",
        "phpunit/php-text-template": "4.0.1",
        "phpunit/php-timer": "7.0.1",
        "phpunit/phpunit": "11.5.44",
        "phpunit/phpunit": "11.5.50",
        "ramsey/collection": "2.1.1",
        "ramsey/uuid": "4.9.1",
        "react/promise": "v3.3.0",
        "sebastian/cli-parser": "3.0.2",
        "sebastian/code-unit": "3.0.3",
        "sebastian/code-unit-reverse-lookup": "4.0.1",
        "sebastian/comparator": "6.3.2",
        "sebastian/comparator": "6.3.3",
        "sebastian/complexity": "4.0.1",
        "sebastian/environment": "7.2.1",
        "sebastian/exporter": "6.3.2",
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    "name": "drupal/phpstan-testing",
    "description": "Tests Drupal core's PHPStan rules",
    "require-dev": {
        "phpunit/phpunit": "^11",
        "phpunit/phpunit": "^11.5.50",
        "phpstan/phpstan": "2.1.32"
    },
    "license": "GPL-2.0-or-later",