Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Mar 10, 2024
1 parent bfb4b05 commit f9eb35c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"filesystem",
"generate stub",
"laravel stub package",
"laravel stub",
"laravel package",
"laravel-monitoring",
"laravel-stub",
"laravel stub"
],
Expand All @@ -22,11 +20,11 @@
"minimum-stability": "dev",
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0"
"laravel/framework": "^9.0|^10.0|^11.0"
},
"require-dev": {
"pestphp/pest-plugin-laravel": "2.x-dev",
"orchestra/testbench": "8.x-dev"
"pestphp/pest-plugin-laravel": "2.x",
"orchestra/testbench": "8.x|9.x"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f9eb35c

Please sign in to comment.