Skip to content

Commit 039eb51

Browse files
committed
build(composer.json): accept version 11 of the illuminate/contracts package
1 parent 7292d0e commit 039eb51

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
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.1",
21-
"illuminate/contracts": "^10.0",
21+
"illuminate/contracts": "^10.0||^11",
2222
"spatie/laravel-package-tools": "^1.14.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)