We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e9a09 commit b5445f7Copy full SHA for b5445f7
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
7
- hhvm
8
- 7.0
composer.json
@@ -13,7 +13,7 @@
13
}
14
],
15
"require": {
16
- "php": ">=5.4",
+ "php": ">=5.6",
17
"kriswallsmith/buzz": ">=0.6",
18
"mdanter/ecc": "^0.4.0",
19
"lib-openssl": "*",
0 commit comments