Gregwar / ImageBundle

Image manipulation bundle for Symfony 2
MIT License
195 stars 50 forks source link

Update assets helpers call with SF3.0 #91

Closed tdel closed 8 years ago

tdel commented 8 years ago

Symfony 3.0 has removed the service "templating.helper.assets", we should use assets.packages now.

tdel commented 8 years ago

Things works right after this fix. Maybe you could tag a new version of your bundle :)

robbanl commented 8 years ago

Thanks for the information provided in this PR, used it to create #93 but with a small change to verify that the service really exists.

Gregwar commented 8 years ago

Closed in favor of #93