Skip to content

Commit

Permalink
Merge pull request #20 from ernilambar/update/version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
ernilambar authored Aug 18, 2024
2 parents e8923ab + 55db73e commit c2db4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wp database reset --author=<username>

## Installing

Installing this package requires WP-CLI v2.9 or greater. Update to the latest stable release with `wp cli update`.
Installing this package requires WP-CLI v2.11 or greater. Update to the latest stable release with `wp cli update`.

Once you've done so, you can install the latest stable version of this package with:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"homepage": "https://github.com/ernilambar/database-command",
"require": {
"wp-cli/wp-cli": "^2.9"
"wp-cli/wp-cli": "^2.11"
},
"require-dev": {
"wp-cli/entity-command": "2.5",
"wp-cli/entity-command": "^2",
"wp-cli/scaffold-package-command": "^2",
"wp-cli/wp-cli-tests": "^4"
},
Expand Down

0 comments on commit c2db4a8

Please sign in to comment.