Skip to content

Commit

Permalink
Merge pull request #556 from wp-cli/release-2-8-1
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jun 5, 2023
2 parents da5985d + e646975 commit 42e9cb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -35,7 +35,7 @@
"wp-cli/shell-command": "^2",
"wp-cli/super-admin-command": "^2",
"wp-cli/widget-command": "^2",
"wp-cli/wp-cli": "dev-main"
"wp-cli/wp-cli": "^2.8.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down
14 changes: 6 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions utils/wp-cli-updatedeb.sh
Expand Up @@ -79,6 +79,7 @@ fi

# move phar
mv ../wp-cli.phar usr/bin/wp
chmod +x usr/bin/wp

# get version
WPCLI_VER="$(usr/bin/wp cli version | cut -d " " -f 2)"
Expand Down

0 comments on commit 42e9cb9

Please sign in to comment.