Skip to content

Commit 04881c3

Browse files
committed
requires PHP 7.0
1 parent 3e8cee9 commit 04881c3

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,13 +1,12 @@
11
language: php
22
php:
3-
- 5.6
43
- 7.0
54
- 7.1
65

76
env:
87
matrix:
98
include:
10-
- php: 5.6
9+
- php: 7.0
1110
env: dependencies="--prefer-lowest --prefer-stable"
1211
- php: 7.0
1312
env: coverage=on

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6.0",
17+
"php": ">=7.0",
1818
"nette/finder": "~2.2",
1919
"nette/utils": "~2.4"
2020
},

0 commit comments

Comments
 (0)