We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f06da commit 8087d02Copy full SHA for 8087d02
README.md
@@ -5,7 +5,7 @@ Laravel 5 package for the [Wordpress JSON REST API](https://github.com/WP-API/WP
5
6
Simply add the following line to your `composer.json` and run install/update:
7
8
- "cyberduck/laravel-wp-api": "dev-master"
+ "cyberduck/laravel-wp-api": "~1.0"
9
10
## Configuration
11
composer.json
@@ -11,13 +11,10 @@
],
12
"require": {
13
"php": ">=5.4.0",
14
- "illuminate/support": "~5.0",
15
- "guzzlehttp/guzzle": "~4.0"
+ "illuminate/support": "~5.0|~5.1",
+ "guzzlehttp/guzzle": "~5.0"
16
},
17
"autoload": {
18
- "classmap": [
19
- "src/migrations"
20
- ],
21
"psr-0": {
22
"Cyberduck\\LaravelWpApi\\": "src/"
23
}
0 commit comments