Skip to content

Commit

Permalink
Trying Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos committed Mar 16, 2022
1 parent 724f1c9 commit a6bc39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"illuminate/support": "~6.0 || ~7.0 || ~8.0",
"illuminate/cache": "~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/cache": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"guzzlehttp/guzzle":"~5.3 || ~6.0 || ~7.0",
"nesbot/carbon": "1.* || 2.*"
},
Expand Down

0 comments on commit a6bc39c

Please sign in to comment.