From dc80494ba191cfc5d2745c58d42a722d0ca5f8ea Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 1 Nov 2025 11:07:35 +0100 Subject: [PATCH 1/2] feat: allow phpunit 11 and 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43bd14a9..ad3a6c85 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "friendsofphp/php-cs-fixer": "^3.34", "laravel/framework": "^10.0|^11.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.4", + "phpunit/phpunit": "^10.5.58 || ^11.5.43 || ^12.4.2", "symfony/dependency-injection": "^6.0|^7.0", "symfony/framework-bundle": "^6.0|^7.0", "symfony/password-hasher": "^6.0|^7.0", From 65302a0fa143bdd5e26cc75700d78298d73f8ed6 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 1 Nov 2025 11:45:29 +0100 Subject: [PATCH 2/2] feat: allow phpunit 11 and 12 --- phpunit.xml.dist | 2 +- tests/bootstrap.php | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c67ba70f..ee2aa382 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..9ee712f9 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,19 @@ +