Commit ac069df1 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 04602e9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.12.4",
        "phpstan/phpstan-phpunit": "^1.3.16",
        "phpunit/phpunit": "^9.6.13",
        "phpunit/phpunit": "^9.6.34",
        "symfony/browser-kit": "^6.4",
        "symfony/css-selector": "^6.4",
        "symfony/dom-crawler": "^6.4",
+21 −21
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": "50ba07d0ebd03a5dd791420de4f8a35c",
    "content-hash": "4978c213d0e6969b2134427d4604a610",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -6031,16 +6031,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": {
@@ -6083,9 +6083,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",
@@ -7796,16 +7796,16 @@
        },
        {
            "name": "phpunit/phpunit",
            "version": "9.6.29",
            "version": "9.6.34",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "9ecfec57835a5581bc888ea7e13b51eb55ab9dd3"
                "reference": "b36f02317466907a230d3aa1d34467041271ef4a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9ecfec57835a5581bc888ea7e13b51eb55ab9dd3",
                "reference": "9ecfec57835a5581bc888ea7e13b51eb55ab9dd3",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a",
                "reference": "b36f02317466907a230d3aa1d34467041271ef4a",
                "shasum": ""
            },
            "require": {
@@ -7827,7 +7827,7 @@
                "phpunit/php-timer": "^5.0.3",
                "sebastian/cli-parser": "^1.0.2",
                "sebastian/code-unit": "^1.0.8",
                "sebastian/comparator": "^4.0.9",
                "sebastian/comparator": "^4.0.10",
                "sebastian/diff": "^4.0.6",
                "sebastian/environment": "^5.1.5",
                "sebastian/exporter": "^4.0.8",
@@ -7879,7 +7879,7 @@
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.29"
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34"
            },
            "funding": [
                {
@@ -7903,7 +7903,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-09-24T06:29:11+00:00"
            "time": "2026-01-27T05:45:00+00:00"
        },
        {
            "name": "ramsey/collection",
@@ -8301,16 +8301,16 @@
        },
        {
            "name": "sebastian/comparator",
            "version": "4.0.9",
            "version": "4.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "67a2df3a62639eab2cc5906065e9805d4fd5dfc5"
                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/67a2df3a62639eab2cc5906065e9805d4fd5dfc5",
                "reference": "67a2df3a62639eab2cc5906065e9805d4fd5dfc5",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d",
                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d",
                "shasum": ""
            },
            "require": {
@@ -8363,7 +8363,7 @@
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.9"
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10"
            },
            "funding": [
                {
@@ -8383,7 +8383,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-08-10T06:51:50+00:00"
            "time": "2026-01-24T09:22:56+00:00"
        },
        {
            "name": "sebastian/complexity",
@@ -10215,5 +10215,5 @@
    "platform-overrides": {
        "php": "8.1.0"
    },
    "plugin-api-version": "2.6.0"
    "plugin-api-version": "2.9.0"
}
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.12.4",
        "phpstan/phpstan-phpunit": "^1.3.16",
        "phpunit/phpunit": "^9.6.13",
        "phpunit/phpunit": "^9.6.34",
        "symfony/browser-kit": "^6.4",
        "symfony/css-selector": "^6.4",
        "symfony/dom-crawler": "^6.4",
+3 −3
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        "micheh/phpcs-gitlab": "1.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.0",
        "open-telemetry/context": "1.4.0",
@@ -60,14 +60,14 @@
        "phpunit/php-invoker": "3.1.1",
        "phpunit/php-text-template": "2.0.4",
        "phpunit/php-timer": "5.0.3",
        "phpunit/phpunit": "9.6.29",
        "phpunit/phpunit": "9.6.34",
        "ramsey/collection": "2.1.1",
        "ramsey/uuid": "4.9.1",
        "react/promise": "v3.3.0",
        "sebastian/cli-parser": "1.0.2",
        "sebastian/code-unit": "1.0.8",
        "sebastian/code-unit-reverse-lookup": "2.0.3",
        "sebastian/comparator": "4.0.9",
        "sebastian/comparator": "4.0.10",
        "sebastian/complexity": "2.0.3",
        "sebastian/environment": "5.1.5",
        "sebastian/exporter": "4.0.8",