Skip to content

Commit

Permalink
fix composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoitis committed Mar 5, 2024
1 parent a33255a commit 2161acd
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 @@ -25,10 +25,10 @@
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0 || ^8.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5 || ^10.1",
"spatie/laravel-ray": "^1.32"
},
"autoload": {
Expand Down

0 comments on commit 2161acd

Please sign in to comment.