Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 209901b

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

File tree

Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed

‎src/Symfony/Bundle/TwigBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json
-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/WebLink/composer.json
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.