Skip to content

Commit

Permalink
Remove dev Laravel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Dec 20, 2024
1 parent 4e524ea commit 9d6949c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10",
"orchestra/testbench": "^8.0|^9.0",
"laravel/laravel": "^10.0|^11.0"
"orchestra/testbench": "^8.0|^9.0"
},
"scripts": {
"test": "vendor/bin/phpunit tests"
Expand Down

0 comments on commit 9d6949c

Please sign in to comment.