Skip to content

Commit 4770454

Browse files
committed
fixed laravel compatibility
1 parent 30a197e commit 4770454

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",
2222
"spatie/laravel-package-tools": "^1.16",
23-
"illuminate/contracts": "^10.0||^11.0",
23+
"illuminate/contracts": "^12.0",
2424
"ext-mbstring": "*"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)