10 calls to Semver::satisfies()
- AnnounceFetcher::isRelevantItem in core/
modules/ announcements_feed/ src/ AnnounceFetcher.php - Check whether the version given is relevant to the Drupal version used.
- ComposerInspector::validateExecutable in core/
modules/ package_manager/ src/ ComposerInspector.php - Validates that the Composer executable exists in a supported version.
- ComposerMinimumStabilityValidator::validate in core/
modules/ package_manager/ src/ Validator/ ComposerMinimumStabilityValidator.php - Validates composer minimum stability.
- ComposerPatchesValidator::computePatcherStatus in core/
modules/ package_manager/ src/ Validator/ ComposerPatchesValidator.php - Computes the status of the patcher plugin in a particular directory.
- ComposerPluginsValidator::validate in core/
modules/ package_manager/ src/ Validator/ ComposerPluginsValidator.php - Validates the allowed Composer plugins, both in active and stage.
- InfoParserDynamic::parse in core/
lib/ Drupal/ Core/ Extension/ InfoParserDynamic.php - Parses Drupal module, theme and profile .info.yml files.
- ProjectCoreCompatibility::getCompatibilityRanges in core/
modules/ update/ src/ ProjectCoreCompatibility.php - Gets the compatibility ranges for a semantic version constraint.
- ProjectCoreCompatibility::isCoreCompatible in core/
modules/ update/ src/ ProjectCoreCompatibility.php - Determines if a release is compatible with the currently installed core.
- Semver::satisfiedBy in vendor/
composer/ semver/ src/ Semver.php - Return all versions that satisfy given constraints.
- ShowCommand::getUpdateStatus in vendor/
composer/ composer/ src/ Composer/ Command/ ShowCommand.php