Verified Commit d4fa8345 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3417066 by mondrake, longwave, larowlan, alexpott, catch: Upgrade...

Issue #3417066 by mondrake, longwave, larowlan, alexpott, catch: Upgrade PHPUnit to 10, drop Symfony PHPUnit-bridge dependency
parent 74da82a3
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,13 +33,12 @@
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.10.62",
        "phpstan/phpstan-phpunit": "^1.3.16",
        "phpunit/phpunit": "^9.6.13",
        "phpunit/phpunit": "^10.5.19",
        "symfony/browser-kit": "^7.0",
        "symfony/css-selector": "^7.0",
        "symfony/dom-crawler": "^7.0",
        "symfony/error-handler": "^7.0",
        "symfony/lock": "^7.0",
        "symfony/phpunit-bridge": "^7.0",
        "symfony/var-dumper": "^7.0"
    },
    "replace": {
+235 −363

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        "psr/http-factory": "~1.0.2",
        "psr/log": "~3.0.0",
        "ralouphie/getallheaders": "~3.0.3",
        "sebastian/diff": "~4.0.6",
        "sebastian/diff": "~5.1.1",
        "symfony/console": "~v7.0.6",
        "symfony/dependency-injection": "~v7.0.6",
        "symfony/deprecation-contracts": "~v3.4.0",
+1 −2
Original line number Diff line number Diff line
@@ -25,13 +25,12 @@
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.10.62",
        "phpstan/phpstan-phpunit": "^1.3.16",
        "phpunit/phpunit": "^9.6.13",
        "phpunit/phpunit": "^10.5.19",
        "symfony/browser-kit": "^7.0",
        "symfony/css-selector": "^7.0",
        "symfony/dom-crawler": "^7.0",
        "symfony/error-handler": "^7.0",
        "symfony/lock": "^7.0",
        "symfony/phpunit-bridge": "^7.0",
        "symfony/var-dumper": "^7.0"
    }
}
+20 −22
Original line number Diff line number Diff line
@@ -52,28 +52,27 @@
        "phpstan/phpstan": "1.10.66",
        "phpstan/phpstan-deprecation-rules": "1.1.4",
        "phpstan/phpstan-phpunit": "1.3.16",
        "phpunit/php-code-coverage": "9.2.31",
        "phpunit/php-file-iterator": "3.0.6",
        "phpunit/php-invoker": "3.1.1",
        "phpunit/php-text-template": "2.0.4",
        "phpunit/php-timer": "5.0.3",
        "phpunit/phpunit": "9.6.19",
        "phpunit/php-code-coverage": "10.1.14",
        "phpunit/php-file-iterator": "4.1.0",
        "phpunit/php-invoker": "4.0.0",
        "phpunit/php-text-template": "3.0.1",
        "phpunit/php-timer": "6.0.0",
        "phpunit/phpunit": "10.5.20",
        "react/promise": "v3.1.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.8",
        "sebastian/complexity": "2.0.3",
        "sebastian/environment": "5.1.5",
        "sebastian/exporter": "4.0.6",
        "sebastian/global-state": "5.0.7",
        "sebastian/lines-of-code": "1.0.4",
        "sebastian/object-enumerator": "4.0.4",
        "sebastian/object-reflector": "2.0.4",
        "sebastian/recursion-context": "4.0.5",
        "sebastian/resource-operations": "3.0.4",
        "sebastian/type": "3.2.1",
        "sebastian/version": "3.0.2",
        "sebastian/cli-parser": "2.0.1",
        "sebastian/code-unit": "2.0.0",
        "sebastian/code-unit-reverse-lookup": "3.0.0",
        "sebastian/comparator": "5.0.1",
        "sebastian/complexity": "3.2.0",
        "sebastian/environment": "6.1.0",
        "sebastian/exporter": "5.1.2",
        "sebastian/global-state": "6.0.2",
        "sebastian/lines-of-code": "2.0.2",
        "sebastian/object-enumerator": "5.0.0",
        "sebastian/object-reflector": "3.0.0",
        "sebastian/recursion-context": "5.0.0",
        "sebastian/type": "4.0.0",
        "sebastian/version": "4.0.1",
        "seld/jsonlint": "1.10.2",
        "seld/phar-utils": "1.2.1",
        "seld/signal-handler": "2.0.2",
@@ -84,7 +83,6 @@
        "symfony/css-selector": "v7.0.3",
        "symfony/dom-crawler": "v7.0.4",
        "symfony/lock": "v7.0.6",
        "symfony/phpunit-bridge": "v7.0.6",
        "theseer/tokenizer": "1.2.3",
        "webflo/drupal-finder": "1.2.2",
        "webmozart/assert": "1.11.0"
Loading