From 4971bb8b2b4e0473f3a9f182abeba1e07f232b88 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 9 Feb 2025 22:59:44 +0100 Subject: [PATCH 1/2] chore: bump minor version of PHPUnit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88f4ec4..1d5380e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.0 || ^8.0", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0 || ^11.0.1" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7" }, "autoload": { "psr-4": { From ac3e9c1c42a2c5cf6a97bac03dcc355edd4961bb Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 9 Feb 2025 23:04:59 +0100 Subject: [PATCH 2/2] Add PHPUnit 12 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d5380e..4289dce 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.0 || ^8.0", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7 || ^12.0.2" }, "autoload": { "psr-4": {