File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ before_install:
37
37
- phpenv config-rm xdebug.ini
38
38
39
39
install :
40
+ - composer require wp-cli/wp-cli:dev-master
40
41
- composer install
41
42
- bash bin/install-package-tests.sh
42
43
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies:
16
16
# Increase memory limit
17
17
- echo "memory_limit = 512M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini
18
18
override :
19
+ - composer require wp-cli/wp-cli:dev-master
19
20
- composer install
20
21
- bash bin/install-package-tests.sh
21
22
Original file line number Diff line number Diff line change 21
21
"files" : [ " scaffold-package-command.php" ]
22
22
},
23
23
"require" : {
24
- "wp-cli/wp-cli" : " dev-master "
24
+ "wp-cli/wp-cli" : " ^1.0.0 "
25
25
},
26
26
"require-dev" : {
27
27
"behat/behat" : " ~2.5"
You can’t perform that action at this time.
0 commit comments