diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a8e0cbd..d57b8c1 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": "^7.3 || ^8", "phpspec/prophecy": "^1.18", - "phpunit/phpunit":"^9.1 || ^10.1 || ^11.0" + "phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0" }, "autoload": { "psr-4": { |