Skip to content

Commit 93cf4b7

Browse files
committed
Laravel 11 support added
1 parent f777a63 commit 93cf4b7

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
@@ -6,8 +6,8 @@
66
"require": {
77
"php": "^8.0",
88
"guzzlehttp/guzzle": "^7.0.1",
9-
"illuminate/http": "^8.0|^9.0|^10.0",
10-
"illuminate/support": "^8.0|^9.0|^10.0"
9+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
10+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
1111
},
1212
"require-dev": {
1313
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)