Prezent / prezent-grid-bundle

Integrate prezent-grid in Symfony
MIT License
6 stars 3 forks source link

Updated service config for symfony 3 #4

Closed asjustas closed 8 years ago

asjustas commented 8 years ago

factory-class and factory-method was removed in symfony 2.6 (http://symfony.com/doc/2.6/components/dependency_injection/factories.html), so in symfony 3 your extension is not working, this merge fixes it.

rjbijl commented 8 years ago

thnx!

sandermarechal commented 8 years ago

@rjbijl You forgot to bump the symfony/framework-bundle to 2.6+ for this change. Fixed in master.