Skip to content

Commit

Permalink
Require at least phpunit 9.6.11
Browse files Browse the repository at this point in the history
We want this to get past deprecations:
sebastianbergmann/phpunit#5220
  • Loading branch information
kitsunet authored Jun 27, 2024
1 parent 515914f commit a922ccc
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 @@ -24,7 +24,7 @@
"require": {
"neos/flow-development-collection": "9.0.x-dev",
"neos/welcome": "9.0.x-dev",
"phpunit/phpunit": "~9.6",
"phpunit/phpunit": "^9.6.11",
"mikey179/vfsstream": "^1.6.10",
"vimeo/psalm": "~4.30.0",
"phpstan/phpstan": "^1.10.0",
Expand Down

0 comments on commit a922ccc

Please sign in to comment.