EncryptBundle icon indicating copy to clipboard operation
EncryptBundle copied to clipboard

Last update broke symfony <6.1 support

Open achterin opened this issue 9 months ago • 1 comments

Since this bundle is now extenting AbstractBundle support for symfony versions prior 6.1 is broken. The symfony documentation states:

If your bundle must be compatible with previous Symfony versions you have to extend from the Bundle instead.

As AbstractBundle was introduced in v6.1 you'll get the following error trying to install the latest version on older symfony versions:

[critical] Uncaught Error: Class "Symfony\Component\HttpKernel\Bundle\AbstractBundle" not found

achterin avatar Sep 18 '23 11:09 achterin

@achterin i've changed in composer.json to:

"specshaper/encrypt-bundle": "3.0.2"`

and it worked

unbreak avatar Feb 26 '24 18:02 unbreak