Skip to content

Commit

Permalink
feat: allow PHPUnit 10.0 as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit committed Mar 13, 2024
1 parent 7d94c83 commit e783ecc
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 @@ -38,7 +38,7 @@
"mockery/mockery": "^1.2.4",
"orchestra/testbench": "^4.9.1|^5.9.1|^6.6.1|^7.0.0|^8.0.0",
"laravel/legacy-factories": "^1.1|^1.3",
"phpunit/phpunit": "^9.3.3"
"phpunit/phpunit": "^9.3.3|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e783ecc

Please sign in to comment.