• Fabien Potencier's avatar
    feature #1060 Introduce KernelServiceProvider in order to remove "hacks" (henrikbjorn) · e12be31a
    Fabien Potencier authored
    This PR was merged into the 2.0.x-dev branch.
    
    Discussion
    ----------
    
    Introduce KernelServiceProvider in order to remove "hacks"
    
    This introduces a new KernelServiceProvider that is auto registered
    by Silex\Application.
    
    The main reason for including this is to remove the ugly
    "dispatcher_class" hack we used to have. But since we introduced a
    seperate interface for listeners to use for subscribing we can just have
    a nice normal service.
    
    Commits
    -------
    
    cc34489e Introduce KernelServiceProvider in order to "hacks"
    e12be31a
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
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...