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 ef73f5c + d31c40a commit 329341aCopy full SHA for 329341a
.travis.yml
@@ -33,7 +33,7 @@ jobs:
33
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
34
script:
35
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
36
- - 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
37
38
cache:
39
directories:
0 commit comments