From 63d97f8dbf7b097b22fa07bfa9b8735324d48d86 Mon Sep 17 00:00:00 2001 From: W0rma Date: Fri, 6 Feb 2026 11:07:20 +0100 Subject: [PATCH] Add support for PHPUnit 13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e4dab85..cfa0a0b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "codeception/lib-web": "^1.0.1 || ^2", "codeception/stub": "^4.0", "php-webdriver/webdriver": "^1.14.0", - "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0" + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0 || ^13.0" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"