Commit 357d207d authored by catch's avatar catch
Browse files

Issue #3465353 by mstrelan: ComponentGenerator hardcodes PHP 7.3.0

(cherry picked from commit 5702b189)
parent d7b5f9e3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ protected function initialPackageMetadata(): array {
      ],
      // Always reconcile PHP version.
      'require' => [
        'php' => '>=7.3.0',
        'php' => '>=' . \Drupal::MINIMUM_PHP,
      ],
    ];
  }