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 5873cbb commit c2f2bc5Copy full SHA for c2f2bc5
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - 5.6
4
- 7.0
5
- 7.1
6
@@ -10,7 +9,7 @@ env:
10
9
11
matrix:
12
include:
13
- - php: 5.6
+ - php: 7.0
14
env: dependencies="--prefer-lowest --prefer-stable" PHP_BIN=php
15
- php: 7.0
16
env: coverage=on
composer.json
@@ -14,7 +14,7 @@
}
],
"require": {
17
- "php": ">=5.6.0",
+ "php": ">=7.0",
18
"nette/component-model": "~2.3",
19
"nette/http": "~2.2",
20
"nette/reflection": "~2.2",
0 commit comments