Skip to content

Commit d8fe813

Browse files
committed
Require fig/link-util in the WebLink component
1 parent f0ce807 commit d8fe813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/WebLink/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"psr/link": "^1.0"
20+
"psr/link": "^1.0",
21+
"fig/link-util": "^1.0"
2122
},
2223
"suggest": {
2324
"symfony/http-kernel": ""

0 commit comments

Comments
 (0)