Skip to content

Commit c61dd53

Browse files
authored
Update composer.json
Add Laravel 11 support
1 parent 8073191 commit c61dd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.13.0",
21-
"illuminate/contracts": "^9.0|^10.0"
21+
"illuminate/support": "^8.0 | ^9.0 | ^10.0 | ^11.0",
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
@@ -68,4 +68,4 @@
6868
},
6969
"minimum-stability": "dev",
7070
"prefer-stable": true
71-
}
71+
}

0 commit comments

Comments
 (0)