Skip to content

Commit 314c038

Browse files
#1 Apply <10.0 restriction on phpunit/phpunit since configuration file is not compatible with 10.0+
1 parent 27694a4 commit 314c038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"phpstan/phpstan": "*",
7777
"phpstan/phpstan-doctrine": "*",
7878
"phpstan/phpstan-symfony": "*",
79-
"phpunit/phpunit": "*",
79+
"phpunit/phpunit": "<10.0",
8080
"rector/rector": "*",
8181
"roave/security-advisories": "dev-latest",
8282
"symfony/browser-kit": "^6.4|^7.1",

0 commit comments

Comments
 (0)