Issue #3465353 by mstrelan: ComponentGenerator hardcodes PHP 7.3.0
(cherry picked from commit 5702b1893c
)
merge-requests/9186/head
parent
7ef2982a78
commit
b7c0646a6a
|
@ -226,7 +226,7 @@ class ComponentGenerator {
|
|||
],
|
||||
// Always reconcile PHP version.
|
||||
'require' => [
|
||||
'php' => '>=7.3.0',
|
||||
'php' => '>=' . \Drupal::MINIMUM_PHP,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue