diff --git a/composer/Generator/ComponentGenerator.php b/composer/Generator/ComponentGenerator.php
index f2ec80751192ccae40556f038fa098858217ed3c..076136d5363beb2b19d2fd7d1a0af640867633d5 100644
--- a/composer/Generator/ComponentGenerator.php
+++ b/composer/Generator/ComponentGenerator.php
@@ -226,7 +226,7 @@ protected function initialPackageMetadata(): array {
       ],
       // Always reconcile PHP version.
       'require' => [
-        'php' => '>=7.3.0',
+        'php' => '>=' . \Drupal::MINIMUM_PHP,
       ],
     ];
   }