Skip to content

Commit

Permalink
support laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 23, 2022
1 parent a739d6f commit 06e5d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"illuminate/contracts": "~8.0",
"illuminate/routing": "~8.0",
"illuminate/support": "~8.0",
"illuminate/contracts": "~8.0|~9.0",
"illuminate/routing": "~8.0|~9.0",
"illuminate/support": "~8.0|~9.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
Expand Down

0 comments on commit 06e5d1a

Please sign in to comment.