We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c19740 commit 93b74d1Copy full SHA for 93b74d1
.travis.yml
@@ -1,19 +1,17 @@
1
language: php
2
php:
3
- - 5.6
4
- - 7.0
5
- 7.1
6
7
env:
8
matrix:
9
include:
10
- - php: 5.6
+ - php: 7.1
11
env: dependencies="--prefer-lowest --prefer-stable"
12
- - php: 7.0
13
env: coverage=on
14
15
allow_failures:
16
17
18
19
script:
composer.json
@@ -14,8 +14,8 @@
}
],
"require": {
- "php": ">=5.6.0",
- "nette/finder": "^2.2 || ~3.0.0",
+ "php": ">=7.1",
+ "nette/finder": "^2.3 || ~3.0.0",
"nette/utils": "^2.4 || ~3.0.0"
20
},
21
"require-dev": {
0 commit comments