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
Drupal 8 supports PHP 5.5.9 as a minimum version (see Drupal 8 PHP requirements), however in composer.json there is no PHP version which can led to conflicts when you upgrade some packages.
For example this issue Doctrine/Common 2.8 requires PHP ~7.1 expose this problem when working in a PHP 5.5/5.6 environment.
One solution proposed there is to add "platform": {"php": "5.6"} to composer.json.
Should we consider doing the same for drupal-composer ?