Skip to content

Commit baf6d3e

Browse files
committed
Upgrade to Laravel 11
1 parent 014f51c commit baf6d3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

+2-3
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.31",
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": {
@@ -36,7 +36,6 @@
3636
},
3737
"scripts": {
3838
"pre-package-install": [
39-
"@php artisan config:clear"
4039
]
4140
}
4241
}

0 commit comments

Comments
 (0)