Skip to content

Commit 409c778

Browse files
committed
chore: removed support for laravel 10
1 parent 17c50fa commit 409c778

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
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^8.2|^8.3|^8.4",
2222
"spatie/laravel-package-tools": "^1.16",
23-
"illuminate/contracts": "^10.0||^11.0||^12.0"
23+
"illuminate/contracts": "^11.0||^12.0"
2424
},
2525
"require-dev": {
2626
"larastan/larastan": "^2.9||^3.0",

0 commit comments

Comments
 (0)