Skip to content

Commit 8a85e46

Browse files
#3 Apply <10.0 restriction on phpunit/phpunit since configuration file is not compatible with 10.0+
1 parent 63b24b5 commit 8a85e46

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
@@ -52,7 +52,7 @@
5252
"phpstan/extension-installer": "*",
5353
"phpstan/phpstan": "*",
5454
"phpstan/phpstan-symfony": "*",
55-
"phpunit/phpunit": "*",
55+
"phpunit/phpunit": "<10.0",
5656
"rector/rector": "*",
5757
"roave/security-advisories": "dev-latest",
5858
"symfony/test-pack": "^1.1"

0 commit comments

Comments
 (0)