Skip to content

Commit

Permalink
Unlock for Laravel 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Feb 7, 2022
1 parent ec99531 commit e7a30f9
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 @@ -19,9 +19,9 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",
"illuminate/cache": "^8.0"
"illuminate/cache": "^8.0|^9.0",
"illuminate/console": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"suggest": {
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
Expand Down

0 comments on commit e7a30f9

Please sign in to comment.