Merge pull request #114 from diggy/require-wp-cli-1-4-0
require wp-cli 1.4.0
... | @@ -9,7 +9,7 @@ Quick links: [Installation](#installation) | [Using](#using) | [Contributing](#c | ... | @@ -9,7 +9,7 @@ Quick links: [Installation](#installation) | [Using](#using) | [Contributing](#c |
## Installation | ## 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`. | Once you've done so, you can install this package with `wp package install [email protected]:diggy/polylang-cli.git`. | ||
## Using | ## Using | ||
... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"files": ["command.php"] | "files": ["command.php"] | ||
}, | }, | ||
"require": { | "require": { | ||
"wp-cli/wp-cli": "~1.3.0" | "wp-cli/wp-cli": "~1.4.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"behat/behat": "~2.5" | "behat/behat": "~2.5" | ||
... | @@ -91,7 +91,7 @@ | ... | @@ -91,7 +91,7 @@ |
"Development" | "Development" | ||
], | ], | ||
"installation": { | "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": { | "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`" | "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`" | ||
... | ... |
Please register or sign in to comment