eko / FeedBundle

A Symfony bundle to build RSS feeds from your entities
http://vincent.composieux.fr
MIT License
141 stars 49 forks source link

Replace zendframework with laminas #76

Closed franmomu closed 4 years ago

franmomu commented 4 years ago
Q A
Branch? "master"
Bug fix? yes
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

There are two commits, the first one is because all zendframework packages are abandoned and they are replace by laminas.

And the second one is because ContainerAwareCommand does not exist in Symfony 5.

eko commented 4 years ago

Thank you for your work on this subject @franmomu!