From fda7a6d3a33f3c0b9a825791812a6f7aadccacb0 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 7 Feb 2025 17:15:46 +0100 Subject: [PATCH] Add option for PHPUnit 12 dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc42f8f6..d07eb284 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "intervention/gif": "^4.2" }, "require-dev": { - "phpunit/phpunit": "^10.0 || ^11.0", + "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", "mockery/mockery": "^1.6", "phpstan/phpstan": "^2.1", "squizlabs/php_codesniffer": "^3.8",