Skip to content
This repository was archived by the owner on Feb 26, 2018. It is now read-only.

Commit 03a2cca

Browse files
committed
Merge pull request #19 from colindecarlo/el-7-to-8
Update Required Version of Eloquent OAuth to v8
2 parents 96e4511 + 47b8428 commit 03a2cca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76

Diff for: composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=5.4.0",
13-
"adamwathan/eloquent-oauth": "~7.0",
14-
"guzzlehttp/guzzle": "~5.0"
12+
"php": ">=5.5.0",
13+
"adamwathan/eloquent-oauth": "^8.0",
14+
"guzzlehttp/guzzle": "^6.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
1818
"AdamWathan\\EloquentOAuthL5\\": "src/"
1919
}
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^4.8"
2023
}
2124
}

0 commit comments

Comments
 (0)