Skip to content

Commit d69f604

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

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
@@ -9,7 +9,7 @@
99
"rowbot/url": "^4.0",
1010
"xantios/mimey": "^2.1",
1111
"fivefilters/readability.php": "^3.1",
12-
"illuminate/support": "5.8.x"
12+
"illuminate/support": "5.x"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.5.26",

0 commit comments

Comments
 (0)