Skip to content

Commit

Permalink
#1 Apply <10.0 restriction on phpunit/phpunit since configuration fil…
Browse files Browse the repository at this point in the history
…e is not compatible with 10.0+
  • Loading branch information
njoubert-cleverage committed Oct 29, 2024
1 parent 17cbdb8 commit b086b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"phpstan/extension-installer": "*",
"phpstan/phpstan": "*",
"phpstan/phpstan-symfony": "*",
"phpunit/phpunit": "*",
"phpunit/phpunit": "<10.0",
"rector/rector": "*",
"roave/security-advisories": "dev-latest",
"symfony/test-pack": "^1.1"
Expand Down

0 comments on commit b086b84

Please sign in to comment.