Skip to content

Commit 8984ce2

Browse files
committed
Update the minimal requirement to php 7.0.
1 parent 330ae93 commit 8984ce2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
sudo: false
22
language: php
33
php:
4+
- "7.3"
45
- "7.2"
56
- "7.1"
67
- "7.0"
7-
- "5.6"
8-
- "5.5"
98
script: ./test/run

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.5.0"
20+
"php": ">=7.0.0"
2121
},
2222
"bin": ["bin/coverage-check"]
2323
}

0 commit comments

Comments
 (0)