Skip to content
Snippets Groups Projects
Commit b7c0646a authored by catch's avatar catch
Browse files

Issue #3465353 by mstrelan: ComponentGenerator hardcodes PHP 7.3.0

(cherry picked from commit 5702b189)
parent 7ef2982a
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #242312 passed with warnings
Pipeline: drupal

#242323

    ......@@ -226,7 +226,7 @@ protected function initialPackageMetadata(): array {
    ],
    // Always reconcile PHP version.
    'require' => [
    'php' => '>=7.3.0',
    'php' => '>=' . \Drupal::MINIMUM_PHP,
    ],
    ];
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment