Skip to content

Commit 9aff3ca

Browse files
committed
fixes
1 parent d68f4dc commit 9aff3ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"wp-cli/wp-cli": "^2"
1616
},
1717
"require-dev": {
18-
"wp-cli/wp-cli-tests": "^2"
18+
"wp-cli/wp-cli-tests": "^2.0.7"
1919
},
2020
"config": {
2121
"process-timeout": 7200,
@@ -51,6 +51,7 @@
5151
"prefer-stable": true,
5252
"scripts": {
5353
"behat": "run-behat-tests",
54+
"behat-rerun": "rerun-behat-tests",
5455
"lint": "run-linter-tests",
5556
"phpcs": "run-phpcs-tests",
5657
"phpunit": "run-php-unit-tests",

0 commit comments

Comments
 (0)