• Fabien Potencier's avatar
    feature #1508 Added WebLink component integration (skalpa) · 590ca769
    Fabien Potencier authored
    This PR was merged into the 2.1.x-dev branch.
    
    Discussion
    ----------
    
    Added WebLink component integration
    
    I made the necessary changes to support the new WebLink component:
    
    - `HttpKernelServiceProvider` registers the `AddLinkHeaderListener` if the component is available
    - `TwigServiceProvider` adds the `WebLinkExtension` if the component and the Twig bridge are available
    - Both changes are tested
    - The documentation has been amended (the link to the Symfony website doesn't work as 3.3 hasn't been released yet but I believe it's the good URL)
    
    Commits
    -------
    
    37bd5aed Added WebLink component integration
    590ca769
Name
Last commit
Last update
doc Loading commit data...
src/Silex Loading commit data...
tests/Silex/Tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.rst Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...