maschmann / TranslationLoaderBundle

Symfony2 bundle with database translation loader
23 stars 9 forks source link

make the bundle compatible with Symfony 2.2 again #24

Closed xabbuh closed 9 years ago

xabbuh commented 9 years ago

Due to the introduction of the RegisterListenerPass (which was introduced in Symfony 2.3) in 1.0.4, the bundle is currently not compatible with Symfony 2.2. This pull request should fix it and it should also ensure that tests are no being executed with Symfony 2.2 on Travis too.