function ComposerMinimumStabilityValidator::__construct
Same name and namespace in other branches
- 11.x core/modules/package_manager/src/Validator/ComposerMinimumStabilityValidator.php \Drupal\package_manager\Validator\ComposerMinimumStabilityValidator::__construct()
File
-
core/
modules/ package_manager/ src/ Validator/ ComposerMinimumStabilityValidator.php, line 27
Class
- ComposerMinimumStabilityValidator
- Checks that the packages to install meet the minimum stability.
Namespace
Drupal\package_manager\ValidatorCode
public function __construct(private readonly PathLocator $pathLocator, private readonly ComposerInspector $inspector) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.