Skip to content

Commit db6c78f

Browse files
committed
fix(array_flatten): Make sure to depend on "illuminate/support"
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 03d13b9 commit db6c78f

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
@@ -13,7 +13,7 @@
1313
"rowbot/url": "^3.0",
1414
"xantios/mimey": "^2.1",
1515
"fivefilters/readability.php": "^3.1",
16-
"illuminate/support": "^5.8.x"
16+
"illuminate/support": "5.8.x"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.5.26",

0 commit comments

Comments
 (0)