Skip to content

Commit 93b74d1

Browse files
committed
requires PHP 7.1
1 parent 3c19740 commit 93b74d1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
language: php
22
php:
3-
- 5.6
4-
- 7.0
53
- 7.1
64

75
env:
86
matrix:
97
include:
10-
- php: 5.6
8+
- php: 7.1
119
env: dependencies="--prefer-lowest --prefer-stable"
12-
- php: 7.0
10+
- php: 7.1
1311
env: coverage=on
1412

1513
allow_failures:
16-
- php: 7.0
14+
- php: 7.1
1715
env: coverage=on
1816

1917
script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6.0",
18-
"nette/finder": "^2.2 || ~3.0.0",
17+
"php": ">=7.1",
18+
"nette/finder": "^2.3 || ~3.0.0",
1919
"nette/utils": "^2.4 || ~3.0.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)