Skip to content

Commit 8087d02

Browse files
author
Ben Speakman
committed
Update requirements for 5.1
1 parent 07f06da commit 8087d02

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Laravel 5 package for the [Wordpress JSON REST API](https://github.com/WP-API/WP
55

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

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

1010
## Configuration
1111

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "~5.0",
15-
"guzzlehttp/guzzle": "~4.0"
14+
"illuminate/support": "~5.0|~5.1",
15+
"guzzlehttp/guzzle": "~5.0"
1616
},
1717
"autoload": {
18-
"classmap": [
19-
"src/migrations"
20-
],
2118
"psr-0": {
2219
"Cyberduck\\LaravelWpApi\\": "src/"
2320
}

0 commit comments

Comments
 (0)