Skip to content

Commit

Permalink
Fix PHPUnit constraint (#6389)
Browse files Browse the repository at this point in the history
there was a BC break in PHPUnit sebastianbergmann/phpunit#5690
  • Loading branch information
szepeviktor committed Apr 3, 2024
1 parent 9e2d6f6 commit 708fdb1
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 @@ -15,7 +15,7 @@
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0",
"phpunit/phpunit": "^11.0.1",
"spatie/laravel-ignition": "^2.4"
},
"autoload": {
Expand Down

0 comments on commit 708fdb1

Please sign in to comment.