Skip to content

Commit

Permalink
Merge pull request #213 from dwightwatson/laravel-9
Browse files Browse the repository at this point in the history
Allow installation with Laravel 9.x
  • Loading branch information
Torann committed Feb 9, 2022
2 parents ec99531 + e7a30f9 commit 3d730ae
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 3d730ae

Please sign in to comment.