Skip to content

Commit eb79353

Browse files
authored
[feat] Laravel 12.x Compatibility (#338)
1 parent fc8f6b6 commit eb79353

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
@@ -86,7 +86,7 @@
8686
"require": {
8787
"php": ">=8.0",
8888
"illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
89-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
89+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
9090
"shetabit/multipay": "^1.0|^2.0"
9191
},
9292
"suggest": {

0 commit comments

Comments
 (0)