Skip to content

Commit

Permalink
Allow PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 13, 2024
1 parent 6f87f4c commit 00c3bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"require-dev": {
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.6 || ^10.0",
"laravel/pint": "^1.13"
"laravel/pint": "^1.13",
"phpunit/phpunit": "^9.6.17 || ^10.5.13"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 00c3bb3

Please sign in to comment.