You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Gitpod quickstart for this repo fails because symfony/deprecation-contracts requires php >=8.0.2 and the project is using php 7.4.25.
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". You are running 7.4.25. in /var/www/html/vendor/composer/platform_check.php on line 24
Failed to run drush si -y --account-pass=admin --site-name=quickstart-druxt-site-contenta contenta_jsonapi: exit status 255
Expected behavior
The Gitpod should run and build without error.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Gitpod quickstart for this repo fails because
symfony/deprecation-contracts
requires php >=8.0.2 and the project is using php 7.4.25.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Gitpod should run and build without error.
The text was updated successfully, but these errors were encountered: