Skip to content

Commit

Permalink
Update requirements for 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Speakman committed Jul 7, 2015
1 parent 07f06da commit 8087d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Laravel 5 package for the [Wordpress JSON REST API](https://github.com/WP-API/WP

Simply add the following line to your `composer.json` and run install/update:

"cyberduck/laravel-wp-api": "dev-master"
"cyberduck/laravel-wp-api": "~1.0"

## Configuration

Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0",
"guzzlehttp/guzzle": "~4.0"
"illuminate/support": "~5.0|~5.1",
"guzzlehttp/guzzle": "~5.0"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Cyberduck\\LaravelWpApi\\": "src/"
}
Expand Down

0 comments on commit 8087d02

Please sign in to comment.