Skip to content

Commit aded449

Browse files
committed
Add illuminate/support requirement
1 parent 88d564a commit aded449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"react/socket": "~1.0",
2222
"spatie/macroable": "^1.0",
2323
"psr/container": "^1.0 || ^2.0",
24-
"laravel/serializable-closure": "^1.0"
24+
"laravel/serializable-closure": "^1.0",
25+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2526
},
2627
"require-dev": {
2728
"codeigniter/framework": "~3.0",

0 commit comments

Comments
 (0)