Skip to content

Commit 03d13b9

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"psr/http-message": "^1.0",
1313
"rowbot/url": "^3.0",
1414
"xantios/mimey": "^2.1",
15-
"fivefilters/readability.php": "^3.1"
15+
"fivefilters/readability.php": "^3.1",
16+
"illuminate/support": "^5.8.x"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "^9.5.26",

0 commit comments

Comments
 (0)