From ab76ac71a4f75cc44fbc559ae2c4af0cded605cf Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 20 Feb 2023 10:31:39 +0100 Subject: [PATCH] use phpunit 9 instead of `@stable` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81893c8..25c8135 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "php": ">=8.1.0" }, "require-dev": { - "phpunit/phpunit": "@stable", + "phpunit/phpunit": "^9", "friendsofphp/php-cs-fixer": "^3.13", "phpstan/phpstan": "^1.9" },