Skip to content

Commit bb05594

Browse files
authored
Support for Laravel 9 (#50)
1 parent 765c286 commit bb05594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5|^8.0",
20-
"illuminate/support": "^5.8|^6|^7|^8",
21-
"illuminate/console": "^5.8|^6|^7|^8",
20+
"illuminate/support": "^5.8|^6|^7|^8|^9",
21+
"illuminate/console": "^5.8|^6|^7|^8|^9",
2222
"guzzlehttp/guzzle": "^6.5|^7",
2323
"geoip2/geoip2": "^2.11"
2424
},

0 commit comments

Comments
 (0)