Date Published: March 8, 2022
Error: 'Failed to retrieve the Drupal version in the requested VCS path' and 'Your Composer dependencies require a PHP version \">= 7.4.0\". You are running 7.3.27.'
Issue¶
Blocked by the error "Failed to retrieve the Drupal version in the requested VCS path". And you find an error like "Your Composer dependencies require a PHP version \">= 7.4.0\". You are running 7.3.27." buried in the logs.
Resolution¶
Try changing the composer.json back to something like
"require": {
"php": ">=7.3",
Cause¶
The composer.json files requires PHP 7.4.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.