Skip to content

Commit 5828756

Browse files
authored
Merge pull request #2 from lkaybob/dev/php-5.6-support
Add PHP@5.6 Support
2 parents 20d8b1c + 5756ec6 commit 5828756

File tree

12 files changed

+27
-1778
lines changed

12 files changed

+27
-1778
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 5.6
45
- 7.0
56
- 7.1
67
- 7.2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
}
2626
},
2727
"require": {
28-
"php": ">=7.0.0",
28+
"php": ">=5.6",
2929
"firebase/php-jwt": "^5.0",
3030
"guzzlehttp/guzzle": "~6.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^7",
34-
"phpunit/php-code-coverage": "^6.0"
33+
"phpunit/phpunit": "^5",
34+
"phpunit/php-code-coverage": "^4"
3535
}
3636
}

0 commit comments

Comments
 (0)