Skip to content

Commit 244b059

Browse files
committed
requires PHP 7.0
1 parent 2593553 commit 244b059

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

76
matrix:
87
include:
9-
- php: 5.6
8+
- php: 7.0
109
env: dependencies="--prefer-lowest --prefer-stable"
1110

1211
script:

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)