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 7b949e1 commit 1d90d52Copy full SHA for 1d90d52
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - 7.0
4
- 7.1
5
- 7.2
6
@@ -35,7 +34,7 @@ jobs:
35
34
36
script:
37
- 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
+ - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.neon
39
40
41
- stage: Code Coverage
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.0",
+ "php": ">=7.1",
19
"nette/utils": "^2.4.2 || ~3.0.0"
20
},
21
"require-dev": {
0 commit comments