Skip to content

Commit

Permalink
⬆️ support for laravel v9
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 9, 2022
1 parent 62ffe26 commit fc43e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
],
"require": {
"illuminate/support": "8.*",
"php": "^8.0",
"illuminate/support": "8.*|9.*",
"php": "^8.0|^8.1",
"whichbrowser/parser": "^2.1",
"torann/geoip": "^3.0"
},
Expand Down

0 comments on commit fc43e05

Please sign in to comment.