Skip to content

Commit e975aff

Browse files
authored
Merge pull request #248 from wp-cli/update/wp-cli-2-12
Require `wp-cli/wp-cli` v2.12
2 parents 5b2a50f + 81e6d6e commit e975aff

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
@@ -26,9 +26,9 @@
2626
},
2727
"require": {
2828
"php": "^5.6 || ^7 || ^8",
29-
"wp-cli/wp-cli": "^2.11",
3029
"wp-cli/package-command": "^2",
31-
"wp-cli/scaffold-command": "^2"
30+
"wp-cli/scaffold-command": "^2",
31+
"wp-cli/wp-cli": "^2.12"
3232
},
3333
"require-dev": {
3434
"wp-cli/wp-cli-tests": "^4"

0 commit comments

Comments
 (0)