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 c1ae5cd commit 3bdb1adCopy full SHA for 3bdb1ad
.travis.yml
@@ -1,13 +1,12 @@
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.0
11
env: dependencies="--prefer-lowest --prefer-stable"
12
- php: 7.0
13
env: coverage=on
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": ">=5.6.0",
+ "php": ">=7.0",
18
"nette/component-model": "~2.3",
19
"nette/http": "~2.2",
20
"nette/utils": "~2.4"
0 commit comments