Skip to content

Commit b5445f7

Browse files
committed
phpecc doesn't support php <= 5.5 anymore
1 parent a2e9a09 commit b5445f7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- hhvm
86
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4",
16+
"php": ">=5.6",
1717
"kriswallsmith/buzz": ">=0.6",
1818
"mdanter/ecc": "^0.4.0",
1919
"lib-openssl": "*",

0 commit comments

Comments
 (0)