From 0c8fb4ca628e571e37b0dd72ef9dd674bb5be451 Mon Sep 17 00:00:00 2001 From: W0rma Date: Tue, 11 Feb 2025 09:19:18 +0100 Subject: [PATCH] Support PHPUnit 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36887f7..77a1581 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "codeception/lib-web": "^1.0.1", "codeception/stub": "^4.0", "php-webdriver/webdriver": "^1.14.0", - "phpunit/phpunit": "^10.0 || ^11.0" + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"