From 083c62af7c26417aca849728bd8ca38eb33b879e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 10:13:32 +0000 Subject: [PATCH 1/5] Update Paratest to ^7.4, PHPUnit to ^10.5, and prophecy-phpunit to ^2.5 --- composer.json | 6 +++--- phpunit.xml.dist | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index abd83212..75833e05 100644 --- a/composer.json +++ b/composer.json @@ -22,15 +22,15 @@ "symfony/yaml": "^6.2|^7.0|^8.0" }, "require-dev": { - "brianium/paratest": "^6.0", + "brianium/paratest": "^7.4", "jangregor/phpstan-prophecy": "2.2.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", - "phpspec/prophecy-phpunit": "^2.0", + "phpspec/prophecy-phpunit": "^2.5", "phpstan/phpstan": "2.2.1", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^10.5", "rregeer/phpunit-coverage-check": "^0.3.1", "slevomat/coding-standard": "^8.15", "squizlabs/php_codesniffer": "^3.5", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 24f901e5..5171d815 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ - - + + src @@ -9,7 +9,7 @@ src/Dictionary/* src/Exception/* - + test/Unit From d02636e5673f93f63b10ea54924ff14b5e05fa30 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 10:17:18 +0000 Subject: [PATCH 2/5] Cap paratest to ~7.4 to prevent installing 7.5+ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75833e05..8545b8a2 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/yaml": "^6.2|^7.0|^8.0" }, "require-dev": { - "brianium/paratest": "^7.4", + "brianium/paratest": "~7.4", "jangregor/phpstan-prophecy": "2.2.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", From 0c6dbbefd262b86782b71f1528ac4e5d3f17e9d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 10:36:11 +0000 Subject: [PATCH 3/5] Fix paratest constraint to ~7.4.0 to properly cap at 7.4.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8545b8a2..7f65172e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/yaml": "^6.2|^7.0|^8.0" }, "require-dev": { - "brianium/paratest": "~7.4", + "brianium/paratest": "~7.4.0", "jangregor/phpstan-prophecy": "2.2.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", From 942eb4655b23c980622361ec45198636b49a8c25 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 10:45:43 +0000 Subject: [PATCH 4/5] Support PHPUnit 10-13 and change paratest to ^7.4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7f65172e..d2b10ba1 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/yaml": "^6.2|^7.0|^8.0" }, "require-dev": { - "brianium/paratest": "~7.4.0", + "brianium/paratest": "^7.4", "jangregor/phpstan-prophecy": "2.2.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", @@ -30,7 +30,7 @@ "phpstan/phpstan": "2.2.1", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^10.5|^11.0|^12.0|^13.0", "rregeer/phpunit-coverage-check": "^0.3.1", "slevomat/coding-standard": "^8.15", "squizlabs/php_codesniffer": "^3.5", From 8b3d5f1db731f1bd709e01bd7ec426181810eaed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 10:51:21 +0000 Subject: [PATCH 5/5] Fix paratest constraint to ~7.4.0 || ^7.5 for PHP 8.1 compat --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d2b10ba1..8bfb169d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/yaml": "^6.2|^7.0|^8.0" }, "require-dev": { - "brianium/paratest": "^7.4", + "brianium/paratest": "~7.4.0 || ^7.5", "jangregor/phpstan-prophecy": "2.2.0", "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9",