Skip to content
Snippets Groups Projects
Unverified Commit 3d9cbee2 authored by Martin Herndl's avatar Martin Herndl Committed by GitHub
Browse files

docs: composer supports update-lockfile rangeStrategy (#13987)

parent d10b2cea
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,13 @@ export const urls = [
'https://semver.mwl.be',
];
export const supportsRanges = true;
export const supportedRangeStrategies = ['bump', 'extend', 'pin', 'replace'];
export const supportedRangeStrategies = [
'bump',
'extend',
'pin',
'replace',
'update-lockfile',
];
function getVersionParts(input: string): [string, string] {
const versionParts = input.split('-');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment