alexdebril / rss-atom-bundle

RSS and Atom Bundle for Symfony
MIT License
139 stars 49 forks source link

Symfony 3 support #96

Closed mxnr closed 8 years ago

mxnr commented 8 years ago

Hello Alex! Do you plain to update rss-atom-bundle or feed-io to support Symfony 3? I tried to change components version on my fork of rss-atom-bundle to 3.0, all unit tests are green. Not sure about functionality:)

alexdebril commented 8 years ago

Hi,

I'm working on feedio-bundle to support Symfony 3.0. I'll perform some tests on rss-atom-bundle to state if it is really compatible, but I think it is because rss-atom-bundle doesn't have any form.

If you are starting from scratch, I encourage you to use feedio-bundle.

alexdebril commented 8 years ago

Hi,

feed-io-bundle and rss-atom-bundle are now both compatible with Symfony 3.0.

mxnr commented 8 years ago

Cool, thanks Alex!