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
I confirm this is a big issue for me that is forcing me to disable this check.
I use Heroku and it uses the php version in composer.json to determine which stack to install.
If I use php: ^8.3, like the library wants, Heroku installs PHP8.4, but this version causes some issues with my code that is not still ready for this version.
So I need to use php: ~8.3, but the normalization transforms it back in php: ^8.3, making impossible to stick with a precise minor version.
I am testing this library.
For dependencies like
symfony/console
tis library want to change the version format.Does an option exist to disable this behavior?
The text was updated successfully, but these errors were encountered: