Skip to content

Commit 649abc4

Browse files
committed
fix(composer.json): compatibility with illuminate/support 12.0+
1 parent 8f39465 commit 649abc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"illuminate/support": ">=7.0 <=12.0",
26+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2727
"php": ">=8.1 <8.4",
2828
"psr/http-message": "^2.0"
2929
},

0 commit comments

Comments
 (0)