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.
2 parents e81ce9e + 5e0646a commit 6e17163Copy full SHA for 6e17163
.travis.yml
@@ -32,7 +32,7 @@ jobs:
32
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
33
script:
34
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
35
- - composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
+ - composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
36
37
cache:
38
directories:
0 commit comments