Skip to content

Commit 81e6d6e

Browse files
committed
Require wp-cli/wp-cli v2.12
For improved PHP 8.4 compatibility.
1 parent 5b2a50f commit 81e6d6e

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)