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
Running the following command will fail as symfony/flex takes the version from symfony/framework-bundle to replace any * version inside the pack.
composer req symfony/serializer-pack
Problem here symfony/property-info does not have a version 6.3.2 so the installation failes.
When I remove symfony/flex and simply require property-info with * everything works fine and version v6.3 is installed.
The text was updated successfully, but these errors were encountered:
Hi seems like I have found an issue with
symfony/flex
regarding*
version constraint.Problem:
Having the following requirements:
Running the following command will fail as symfony/flex takes the version from
symfony/framework-bundle
to replace any*
version inside the pack.Problem here
symfony/property-info
does not have a version6.3.2
so the installation failes.When I remove
symfony/flex
and simply require property-info with*
everything works fine and versionv6.3
is installed.The text was updated successfully, but these errors were encountered: