Issue #3465353 by mstrelan: ComponentGenerator hardcodes PHP 7.3.0

(cherry picked from commit 5702b1893c)
merge-requests/9186/head
catch 2024-08-03 08:47:35 +09:00
parent 7ef2982a78
commit b7c0646a6a
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class ComponentGenerator {
],
// Always reconcile PHP version.
'require' => [
'php' => '>=7.3.0',
'php' => '>=' . \Drupal::MINIMUM_PHP,
],
];
}