We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 556a7bb + 469306a commit 878a6c0Copy full SHA for 878a6c0
.travis.yml
@@ -37,6 +37,7 @@ before_install:
37
- phpenv config-rm xdebug.ini
38
39
install:
40
+ - composer require wp-cli/wp-cli:dev-master
41
- composer install
42
- bash bin/install-package-tests.sh
43
composer.json
@@ -24,7 +24,7 @@
24
"files": [ "search-replace-command.php" ]
25
},
26
"require": {
27
- "wp-cli/wp-cli": "dev-master"
+ "wp-cli/wp-cli": "*"
28
29
"require-dev": {
30
"behat/behat": "~2.5"
0 commit comments