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
Currently platform requirement changes are only listed when they are explicitly defined in the root package composer.json. Requiring a package with a transitive platform requirement causes such dependency to be ignored.
That's because such package only appears in packages.<package-name>.require section and not in platform section.
The text was updated successfully, but these errors were encountered:
One of the challenges here is resolving the common version constraint when multiple packages require same extension/php but in different version or contain multiple constraints.
Currently platform requirement changes are only listed when they are explicitly defined in the root package
composer.json
. Requiring a package with a transitive platform requirement causes such dependency to be ignored.That's because such package only appears in
packages.<package-name>.require
section and not inplatform
section.The text was updated successfully, but these errors were encountered: