Skip to content

Commit af5656f

Browse files
Update composer/semver requirement from ^1.4 || ^2.0 to ^3.0.0
Updates the requirements on [composer/semver](https://github.com/composer/semver) to permit the latest version. - [Release notes](https://github.com/composer/semver/releases) - [Changelog](https://github.com/composer/semver/blob/master/CHANGELOG.md) - [Commits](https://github.com/composer/semver/commits/3.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c6360b commit af5656f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"composer/semver": "^1.4 || ^2.0",
20+
"composer/semver": "^3.0.0",
2121
"wp-cli/wp-cli": "^2"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)