Skip to content

Commit f736540

Browse files
committed
Allow Laravel 11
1 parent efa909d commit f736540

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
@@ -22,8 +22,8 @@
2222
"php": "^8.0.2",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^7.0",
25-
"laravel/framework": "^9.19|^10",
26-
"nesbot/carbon": "^2.62.1"
25+
"laravel/framework": "^9.19|^10|^11",
26+
"nesbot/carbon": "^2.62.1|^3"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.4",

0 commit comments

Comments
 (0)