Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 38ec80d

Browse files
committed
add laravel 11 support
1 parent f14e11e commit 38ec80d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"type": "library",
55
"require": {
66
"guzzlehttp/guzzle": "^6.3|^7.0",
7-
"illuminate/support": "^5.8|^6|^7|^8|^9|^10.0",
8-
"illuminate/http": "^5.8|^6|^7|^8|^9|^10.0",
9-
"illuminate/contracts": "^5.8|^6|^7|^8|^9|^10.0"
7+
"illuminate/support": "^5.8|^6|^7|^8|^9|^10|^11",
8+
"illuminate/http": "^5.8|^6|^7|^8|^9|^10|^11",
9+
"illuminate/contracts": "^5.8|^6|^7|^8|^9|^10|^11"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^9.5.10",

0 commit comments

Comments
 (0)