Skip to content

Commit 1463482

Browse files
authored
Merge pull request #121 from wp-cli/lock-framework-version-to-220
Lock framework version to ^2.2
2 parents 0b5c60d + 39dd73c commit 1463482

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
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"composer/semver": "^1.4",
16-
"wp-cli/wp-cli": "dev-master as v2.2.0"
16+
"wp-cli/wp-cli": "^2.2"
1717
},
1818
"require-dev": {
1919
"wp-cli/checksum-command": "^1 || ^2",

0 commit comments

Comments
 (0)