Skip to content

Commit

Permalink
Merge bbaf7d9 into 9523285
Browse files Browse the repository at this point in the history
  • Loading branch information
joesaunderson authored Oct 1, 2019
2 parents 9523285 + bbaf7d9 commit a8f6be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sudo: false
php:
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.2",
"art4/json-api-client": "^0.10",
"cache/void-adapter": "^0.4",
"guzzlehttp/guzzle": "^6.0",
"youthweb/oauth2-youthweb": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0 || ^7.0"
"phpunit/phpunit": "^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a8f6be6

Please sign in to comment.