Skip to content

Commit 1d90d52

Browse files
committed
requires PHP 7.1
1 parent 7b949e1 commit 1d90d52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.0
43
- 7.1
54
- 7.2
65

@@ -35,7 +34,7 @@ jobs:
3534

3635
script:
3736
- php temp/code-checker/src/code-checker.php --short-arrays --strict-types
38-
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php70.neon
37+
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.neon
3938

4039

4140
- stage: Code Coverage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0",
18+
"php": ">=7.1",
1919
"nette/utils": "^2.4.2 || ~3.0.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)