Skip to content

Commit bfd9085

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

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
@@ -8,7 +8,8 @@
88
"marcelklehr/link-preview": "^3.0.5",
99
"rowbot/url": "^4.0",
1010
"xantios/mimey": "^2.1",
11-
"fivefilters/readability.php": "^3.1"
11+
"fivefilters/readability.php": "^3.1",
12+
"illuminate/support": "^5.8.x"
1213
},
1314
"require-dev": {
1415
"phpunit/phpunit": "^9.5.26",

0 commit comments

Comments
 (0)