harentius / blog-bundle

Symfony Bundle for adding simple blog functionality to existing or new Symfony project.
MIT License
19 stars 7 forks source link

Support Symfony 5 #19

Open tacman opened 4 years ago

tacman commented 4 years ago

I think it's worth supporting Symfony 5, even if you need to bump this to a new version.

Fortunately, going from 4.4 to 5 is simply a matter of removing deprecations.

I know you just pushed the tag for Symfony 4, thanks!

harentius commented 4 years ago

@tacman, yes, I updated to 4 keeping that in mind) Problem is that I depend on some bundles which still not supports Symfony 5 (like SonataAdminBundle). I subscribed to their updates and will add support of Symfony 5 once they release new version with Symfony 5 support.