ComposerInspector::SUPPORTED_VERSION

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/ComposerInspector.php \Drupal\package_manager\ComposerInspector::SUPPORTED_VERSION

A semantic version constraint for the supported version(s) of Composer.

See also

https://endoflife.date/composer

File

core/modules/package_manager/src/ComposerInspector.php, line 57

Class

ComposerInspector
Defines a class to get information from Composer.

Namespace

Drupal\package_manager

Code

final public const SUPPORTED_VERSION = '^2.7';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.