zenstruck / redirect-bundle

Store redirects for your site and keeps statistics on redirects and 404 errors.
MIT License
25 stars 8 forks source link

Symfony 5 support #31

Closed napestershine closed 4 years ago

kbond commented 4 years ago

Thanks @napestershine, don't worry about the failing travis build - it's a known issue I need to look into.

@weaverryan should we keep Symfony 3.4 support?

kbond commented 4 years ago

Never mind, I see Ryan suggested only supporting 4.4+. I'm good with that.

@napestershine, can you change the symfony package constraints from ^4.0|^5.0 to ^4.4|^5.0?

napestershine commented 4 years ago

@kbond I have updated it.

kbond commented 4 years ago

Thanks, tagged v3.4.0.

napestershine commented 4 years ago

@kbond I am getting exact same errors on my installation shown by Travis.

kbond commented 4 years ago

I see a lot of different travis errors - can you link to the specific one?

kbond commented 4 years ago

@napestershine, I refactored and got the CI tests working again - can you try v3.5.0?

napestershine commented 4 years ago

Yes sure. I will try it and update you. Thanks