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.
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>.requiresection and not inplatformsection.