protected static property Semver::$stabilities in Markdown 8.2
An indexed array of stabilities, ordered from lowest to highest.
Type: array
File
- src/
Util/ Semver.php, line 30
Class
- Semver
- Extends the base Composer SemVer class with additional functionality.
Namespace
Drupal\markdown\UtilCode
protected static $stabilities = [
'dev',
'alpha',
'beta',
'RC',
'stable',
];