Skip to content

Commit 35cccbb

Browse files
authored
Laravel 11 compatibility (#15)
1 parent 7f11143 commit 35cccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.1",
1818
"guzzlehttp/guzzle": "^7.2",
19-
"illuminate/contracts": "^9.0|^10.0"
19+
"illuminate/contracts": "^9.0|^10.0|^11.0"
2020
},
2121
"require-dev": {
2222
"laravel/pint": "^1.10",

0 commit comments

Comments
 (0)