Skip to content

Commit 878a6c0

Browse files
authored
Merge pull request #5 from wp-cli/require-any
Require any WP-CLI, but install dev-master for tests
2 parents 556a7bb + 469306a commit 878a6c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ before_install:
3737
- phpenv config-rm xdebug.ini
3838

3939
install:
40+
- composer require wp-cli/wp-cli:dev-master
4041
- composer install
4142
- bash bin/install-package-tests.sh
4243

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"files": [ "search-replace-command.php" ]
2525
},
2626
"require": {
27-
"wp-cli/wp-cli": "dev-master"
27+
"wp-cli/wp-cli": "*"
2828
},
2929
"require-dev": {
3030
"behat/behat": "~2.5"

0 commit comments

Comments
 (0)