Version_Selector
Class: Used to select package versions.
Source: vendor/automattic/jetpack-autoloader/src/class-version-selector.php:7
Class: Used to select package versions.
Source: vendor/automattic/jetpack-autoloader/src/class-version-selector.php:7
Method: Checks whether the selected package version should be updated. Composer development package versions (‘9999999-dev’ or versions that start with ‘dev-‘) are favored when the JETPACK_AUTOLOAD_DEV constant is set to true.
Source: vendor/automattic/jetpack-autoloader/src/class-version-selector.php:21
Method: Checks whether the given package version is a development version.
Source: vendor/automattic/jetpack-autoloader/src/class-version-selector.php:54