use phpunit 9 instead of @stable

This commit is contained in:
Nicolas CARPi
2023-02-20 10:31:39 +01:00
parent 023bfc16f6
commit ab76ac71a4
+1 -1
View File
@@ -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"
},