From 3ed266b95ba4824b47817faf878bd029f045a4b7 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 9 Feb 2025 08:31:40 +0100 Subject: [PATCH] Add option for PHPUnit 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f848693..f35fec5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "^10.0 || ^11.0", + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", "phpstan/phpstan": "^2", "squizlabs/php_codesniffer": "^3.8", "slevomat/coding-standard": "~8.0"