Skip to content

Commit 2ac0ed1

Browse files
Support WP-CLI 2+
1 parent 6fb09c8 commit 2ac0ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"require": {
1515
"php": ">=5.4",
16-
"wp-cli/wp-cli": "2"
16+
"wp-cli/wp-cli": "^2"
1717
},
1818
"require-dev": {
1919
"behat/behat": "~2.5",
20-
"wp-cli/wp-cli-tests": "2"
20+
"wp-cli/wp-cli-tests": "^2"
2121
},
2222
"config": {
2323
"platform": {

0 commit comments

Comments
 (0)