Skip to content

Commit

Permalink
Merge pull request #2 from ihorchepurnyi/add-laravel-11-support
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
tmekinyan authored Sep 25, 2024
2 parents 4a95d20 + d469ace commit 0abec85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=8.1",
"geoip2/geoip2": "^3.0",
"illuminate/support": "^8.0|^9.0|^10.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0abec85

Please sign in to comment.