Skip to content

Commit

Permalink
Composer doesn't like the alpha version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 19, 2016
1 parent e8f9b15 commit 07ec47b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions bin/readme-stubs/installing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Installing this package requires WP-CLI 0.24.0-alpha or greater. Update to the latest nightly release with `wp cli update --nightly`.

Once you've done so, you can install this package with `wp package install wp-cli/restful`.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"autoload": {
"files": [ "wp-rest-cli.php" ]
},
"require": {
"wp-cli/wp-cli": "0.24.0-alpha"
},
"require": {},
"require-dev": {
"behat/behat": "~2.5"
},
Expand All @@ -29,6 +27,9 @@
},
"using": {
"body": "bin/readme-stubs/using.md"
},
"installing": {
"body": "bin/readme-stubs/installing.md"
}
}
}
Expand Down

0 comments on commit 07ec47b

Please sign in to comment.