8000 Require fig/link-util in the WebLink component · symfony/symfony@209901b · GitHub
[go: up one dir, main page]

Skip to content

Commit 209901b

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"twig/twig": "^1.32|^2.2"
2525
},
2626
"require-dev": {
27-
"fig/link-util": "^1.0",
2827
"symfony/asset": "~2.8|~3.0",
2928
"symfony/stopwatch": "~2.8|~3.0",
3029
"symfony/dependency-injection": "~3.3",

src/Symfony/Component/WebLink/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20+
"fig/link-util": "^1.0",
2021
"psr/link": "^1.0"
2122
},
2223
"suggest": {
2324
"symfony/http-kernel": ""
2425
},
2526
"require-dev": {
26-
"fig/link-util": "^1.0",
2727
"symfony/event-dispatcher": "^2.8|^3.0",
2828
"symfony/http-foundation": "^2.8|^3.0",
2929
"symfony/http-kernel": "^2.8|^3.0"

0 commit comments

Comments
 (0)
0