Skip to content

Commit

Permalink
Support for Laravel9
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Mar 30, 2022
1 parent b1b9fd0 commit 5a41d38
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
}
],
"require": {
"php": "^7.3|^8.0",
"illuminate/http": "^8.0",
"illuminate/routing": "^8.0",
"illuminate/support": "^8.0",
"illuminate/validation": "^8.0"
"php": ">=7.3",
"illuminate/http": "^8.0 || ^9.0",
"illuminate/routing": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/validation": "^8.0 || ^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -41,5 +41,6 @@
"src/helpers.php"
]
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 5a41d38

Please sign in to comment.