Skip to content

Commit 95d29f2

Browse files
committed
Add Support for PHP@5.6
* Removed PHP@7.2's syntax (ex. Class constant's visibility)
1 parent 5df4ce8 commit 95d29f2

File tree

11 files changed

+286
-365
lines changed

11 files changed

+286
-365
lines changed

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)