Skip to content

Commit

Permalink
add php5.6 to build and make 5.6 as minimum php version supported
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSilva committed Jan 5, 2018
1 parent a498687 commit f89dcb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,893 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
sudo: false

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"psr-4": { "BernardoSilva\\JWTAPIClient\\Tests\\": "tests/" }
},
"require": {
"php": ">=7.0",
"php": ">=5.6",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit f89dcb0

Please sign in to comment.