Skip to content

Commit

Permalink
Require wp-cli/wp-cli v2.12
Browse files Browse the repository at this point in the history
For improved PHP 8.4 compatibility.
  • Loading branch information
swissspidy committed Nov 24, 2024
1 parent 5b2a50f commit 81e6d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"require": {
"php": "^5.6 || ^7 || ^8",
"wp-cli/wp-cli": "^2.11",
"wp-cli/package-command": "^2",
"wp-cli/scaffold-command": "^2"
"wp-cli/scaffold-command": "^2",
"wp-cli/wp-cli": "^2.12"
},
"require-dev": {
"wp-cli/wp-cli-tests": "^4"
Expand Down

0 comments on commit 81e6d6e

Please sign in to comment.