Skip to content

Commit

Permalink
Merge pull request #85 from PHLAK/laravel-9
Browse files Browse the repository at this point in the history
Added Laravel 9 support
  • Loading branch information
fico7489 authored Jan 31, 2023
2 parents 97fbc8c + 065a421 commit 70f2e43
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 @@ -23,7 +23,7 @@
}
],
"require": {
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "*",
Expand Down

0 comments on commit 70f2e43

Please sign in to comment.