Skip to content

Commit 750905c

Browse files
committed
Update Metafiles
* Updated to test [email protected] in .travis.yml * Updated composer.json. Changed PHP version constraint from ^5.6 to >= 5.6 * Deleted composer.lock (Maybe affected some collisions)
1 parent 95d29f2 commit 750905c

File tree

3 files changed

+2
-1674
lines changed

3 files changed

+2
-1674
lines changed

.travis.yml

+1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^5.6",
28+
"php": ">=5.6",
2929
"firebase/php-jwt": "^5.0",
3030
"guzzlehttp/guzzle": "~6.0"
3131
},

0 commit comments

Comments
 (0)