Update requirements for 5.1
This commit is contained in:
parent
07f06da4e5
commit
8087d0264d
|
|
@ -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:
|
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
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,10 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"illuminate/support": "~5.0",
|
"illuminate/support": "~5.0|~5.1",
|
||||||
"guzzlehttp/guzzle": "~4.0"
|
"guzzlehttp/guzzle": "~5.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
|
||||||
"src/migrations"
|
|
||||||
],
|
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Cyberduck\\LaravelWpApi\\": "src/"
|
"Cyberduck\\LaravelWpApi\\": "src/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue