Skip to content

Commit

Permalink
Merge pull request #7 from XetaIO/laravel9
Browse files Browse the repository at this point in the history
Support for Laravel9
  • Loading branch information
Xety authored Mar 30, 2022
2 parents b1b9fd0 + 5a41d38 commit 6cbee31
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 6cbee31

Please sign in to comment.