Skip to content

Commit

Permalink
Merge pull request #1 from BernardoSilva/make-it-compatible-with-php56
Browse files Browse the repository at this point in the history
add php5.6 to build and make 5.6 as minimum php version supported
  • Loading branch information
BernardoSilva authored Jan 5, 2018
2 parents a498687 + 218913e commit e0ef8c5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 1,911 deletions.
3 changes: 3 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tools:
external_code_coverage:
timeout: 600 # Timeout in seconds.
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"psr-4": { "BernardoSilva\\JWTAPIClient\\Tests\\": "tests/" }
},
"require": {
"php": ">=7.0",
"php": ">=5.6",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"bernardosilva/git-hooks-php": "^2.0",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^5.7|^6.5"
}
}
Loading

0 comments on commit e0ef8c5

Please sign in to comment.