Loading composer/Generator/ComponentGenerator.php +1 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ protected function initialPackageMetadata(): array { ], // Always reconcile PHP version. 'require' => [ 'php' => '>=7.3.0', 'php' => '>=' . \Drupal::MINIMUM_PHP, ], ]; } Loading Loading
composer/Generator/ComponentGenerator.php +1 −1 Original line number Diff line number Diff line Loading @@ -226,7 +226,7 @@ protected function initialPackageMetadata(): array { ], // Always reconcile PHP version. 'require' => [ 'php' => '>=7.3.0', 'php' => '>=' . \Drupal::MINIMUM_PHP, ], ]; } Loading