We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51077ed commit 9aca8f3Copy full SHA for 9aca8f3
src/Flex.php
@@ -1033,6 +1033,9 @@ private function reinstall(Event $event, bool $update)
1033
$composer->getEventDispatcher(),
1034
$composer->getAutoloadGenerator()
1035
);
1036
+ if (method_exists($installer, 'setPlatformRequirementFilter')) {
1037
+ $installer->setPlatformRequirementFilter(((array) $this->installer)["\0*\0platformRequirementFilter"]);
1038
+ }
1039
1040
if (!$update && method_exists($installer, 'setUpdateAllowList')) {
1041
$installer->setUpdateAllowList(['php']);
0 commit comments