Skip to content

Commit 6edb742

Browse files
committed
requires PHP 7.1
1 parent 30051c1 commit 6edb742

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
language: php
22
php:
3-
- 7.0
43
- 7.1
54

65
env:
76
matrix:
87
include:
9-
- php: 7.0
8+
- php: 7.1
109
env: dependencies="--prefer-lowest --prefer-stable"
11-
- php: 7.0
10+
- php: 7.1
1211
env: coverage=on
1312

1413
allow_failures:
15-
- php: 7.0
14+
- php: 7.1
1615
env: coverage=on
1716

1817
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": ">=7.0",
17+
"php": ">=7.1",
1818
"nette/finder": "^2.3 || ^3.0",
1919
"nette/utils": "^2.4 || ^3.0"
2020
},

0 commit comments

Comments
 (0)