-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from diggy/require-wp-cli-1-4-0
require wp-cli 1.4.0
- Loading branch information
Showing
4 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Quick links: [Installation](#installation) | [Using](#using) | [Contributing](#c | |
|
||
## Installation | ||
|
||
Installing this package requires WP-CLI v1.3.0 or greater. Update to the latest stable release with `wp cli update`. | ||
Installing this package requires WP-CLI v1.4.0 or greater. Update to the latest stable release with `wp cli update`. | ||
Once you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`. | ||
|
||
## Using | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"files": ["command.php"] | ||
}, | ||
"require": { | ||
"wp-cli/wp-cli": "~1.3.0" | ||
"wp-cli/wp-cli": "~1.4.0" | ||
}, | ||
"require-dev": { | ||
"behat/behat": "~2.5" | ||
|
@@ -91,7 +91,7 @@ | |
"Development" | ||
], | ||
"installation": { | ||
"body": "Installing this package requires WP-CLI v1.3.0 or greater. Update to the latest stable release with `wp cli update`. \nOnce you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`." | ||
"body": "Installing this package requires WP-CLI v1.4.0 or greater. Update to the latest stable release with `wp cli update`. \nOnce you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`." | ||
}, | ||
"development": { | ||
"body": "### Behat Tests\nTo run the Behat tests for polylang-cli, `cd` into the package directory and run `$ ./vendor/bin/behat --expand` from the command line. To run a specific group of tests use the `tags` parameter; e.g.: `$ ./vendor/bin/behat --expand --tags @pll-lang`" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.