nayzo / NzoUrlEncryptorBundle

Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application
MIT License
89 stars 19 forks source link

Support for Symfony < 5 dropped in v4.3.2 #42

Closed ThomasRueckert closed 4 years ago

ThomasRueckert commented 4 years ago

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 4 years ago

Hello @ThomasRueckert,

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

ThomasRueckert commented 4 years ago

Thanks for the quick reply!

nayzo commented 4 years ago

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