Skip to content

Commit

Permalink
Add laravel 8/9/10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
drimtim5390 authored Dec 20, 2023
1 parent 82490f5 commit 86d35ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
"authors": [
{
"name": "Mokhirjon Naimov"
},
{
"name": "Temurbek Sabirov"
}
],
"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|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 86d35ab

Please sign in to comment.