Skip to content

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
syamsoul committed Jun 2, 2024
1 parent 8f85165 commit 2d784d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"minimum-stability": "stable",
"require": {
"php": ">=8.0.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0"
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/http": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2d784d1

Please sign in to comment.