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

Add a new Link component #22273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Prev Previous commit
Require fig/link-util in the WebLink component
  • Loading branch information
dunglas committed Apr 10, 2017
commit 209901b1638305aee34dbdc4fa58b7b9a96c1bfc
1 change: 0 additions & 1 deletion 1 src/Symfony/Bundle/TwigBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"twig/twig": "^1.32|^2.2"
},
"require-dev": {
"fig/link-util": "^1.0",
"symfony/asset": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0",
"symfony/dependency-injection": "~3.3",
Expand Down
2 changes: 1 addition & 1 deletion 2 src/Symfony/Component/WebLink/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": ">=5.5.9",
"fig/link-util": "^1.0",
"psr/link": "^1.0"
},
"suggest": {
"symfony/http-kernel": ""
},
"require-dev": {
"fig/link-util": "^1.0",
"symfony/event-dispatcher": "^2.8|^3.0",
"symfony/http-foundation": "^2.8|^3.0",
"symfony/http-kernel": "^2.8|^3.0"
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.