Skip to content

Commit

Permalink
Add laravel 6/7/8/9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
drimtim5390 committed May 5, 2022
1 parent 82490f5 commit c20c5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.5.11",
"illuminate/database": "~5.0|~5.1|~5.2|~5.3|~5.4"
"illuminate/database": "~5.0|~5.1|~5.2|~5.3|~5.4|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c20c5f0

Please sign in to comment.