8000 Add a new Link component by dunglas · Pull Request #22273 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

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
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix @eko's comments
  • Loading branch information
dunglas committed Apr 10, 2017
commit fd2dd506d69461efaeb95c0e2a521f3ae15d8b5f
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<services>

<service id="web_link.add_link_header_listener" class="Symfony\Component\Link\WebLink\AddLinkHeaderListener" public="false">
<service id="web_link.add_link_header_listener" class="Symfony\Component\WebLink\AddLinkHeaderListener" public="false">
<tag name="kernel.event_subscriber" />
</service>

Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/WebLink/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "symfony/web-link",
"type": "library",
"description": "Symfony WebLink Component",
"keywords": ["link", "psr13", "http", "HTTP/2", "preload", "prefetch", "pre-render", "dns-prefetch", "push", "performance"],
"keywords": ["link", "psr13", "http", "HTTP/2", "preload", "prefetch", "prerender", "dns-prefetch", "push", "performance"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
Expand Down
0