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 ccc35ef commit 4d47cd2Copy full SHA for 4d47cd2
.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,7 +14,7 @@
}
],
"require": {
- "php": ">=5.6.0",
+ "php": ">=7.1",
"nette/component-model": "^2.3",
"nette/http": "^2.2 || ~3.0.0",
20
"nette/utils": "^2.4"
0 commit comments