nayzo/NzoUrlEncryptorBundle

Support for Symfony < 5 dropped in v4.3.2

Closed this issue · 3 comments

Hey @nayzo,

i am having problems with updating this bundle to version 4.3.2. I am using symfony version 4.4.

The documentation of this bundle says This Version (^5.0) is compatible with Symfony >= 5, for Symfony 2, 3 and 4 use the composer tag: ^4.3 instead.

However, from version 4.3.1 to 4.3.2 the support for symfony 4 and lower was dropped:

{
    //...
    "require": {
        //...
        "symfony/framework-bundle": "^5.0",
        //...
    },
    //...
}

I guess this was a mistake?

nayzo commented

Hello @ThomasRueckert,

Yes indeed it's a mistake, I'll fix that.
Thank you.

Thanks for the quick reply!

nayzo commented

Hello,
v4.3.2 is Fixed.
Thank you @ThomasRueckert