Closed molerat619 closed 6 years ago
hi @molerat619
Accordingly to phpcs repo you need to require the package in your dev dependencies
{
"require-dev": {
"squizlabs/php_codesniffer": "3.*"
}
}
Yeah that worked fine. Thanks.. sorry it's so simple. I just don't feel comfortable with the whole CI configurations yet.
Hey there,
thanks for this great package. I was fighting with the .yml files for days and yours just worked.
How can I use PHP Code Sniffer with this? I have the following configuration, but it won't work.
But of course I get
/bin/bash: line 69: ./vendor/bin/phpcs: No such file or directory
.