Skip to content

Commit c2f2bc5

Browse files
committed
requires PHP 7.0
1 parent 5873cbb commit c2f2bc5

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

@@ -10,7 +9,7 @@ env:
109

1110
matrix:
1211
include:
13-
- php: 5.6
12+
- php: 7.0
1413
env: dependencies="--prefer-lowest --prefer-stable" PHP_BIN=php
1514
- php: 7.0
1615
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/component-model": "~2.3",
1919
"nette/http": "~2.2",
2020
"nette/reflection": "~2.2",

0 commit comments

Comments
 (0)