diff --git a/README.md b/README.md index a2c9229..d1ad1e2 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 7c12ea9..38bdda1 100755 --- a/composer.json +++ b/composer.json @@ -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/" }