Skip to content

Commit 19346ac

Browse files
committedJul 5, 2024
Add laravel 11 compatibility
1 parent 014f51c commit 19346ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
],
1515
"require": {
1616
"php": ">=7.4",
17-
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6|^7|^8|^9|^10.0",
17+
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6|^7|^8|^9|^10.0|^11.0",
1818
"torann/geoip": "^3.0",
19-
"nesbot/carbon": "^1.0|^2.0"
19+
"nesbot/carbon": "^1.0|^2.0|^3.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.