You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to install version 2.0 of this bundle without specifying "minimum-stability": "dev" in composer.json? I thought there was a way to add an alias that would allow that.
Symfony 5.4 is now on security fixes only. If you drop it from version 2 of this bundle, you can refactor to extend from AbstractBundle, and tighten up a bunch of code. (And also bump the minimum php to 8.2).
The text was updated successfully, but these errors were encountered:
Hi, 2.0 is currently in development, and adding an alias wouldn't change that. My plan was to drop 5.4 support once it reaches EOL. Since that has now happened, I'm expecting to release 2.0 sometime in December or January.
Is there a way to install version 2.0 of this bundle without specifying "minimum-stability": "dev" in composer.json? I thought there was a way to add an alias that would allow that.
Symfony 5.4 is now on security fixes only. If you drop it from version 2 of this bundle, you can refactor to extend from AbstractBundle, and tighten up a bunch of code. (And also bump the minimum php to 8.2).
The text was updated successfully, but these errors were encountered: