Add PHPCS to the build
Modifying Travis-CI configuration to use build stages and removing explicit MySQL 5.6 execution (it's default now). PHPCS is running with PHP nightly version so we can have it failing for now.
Showing
... | ... | @@ -19,7 +19,9 @@ |
"require-dev": { | ||
"phpunit/phpunit": "^6.3", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"symfony/console": "2.*||^3.0" | ||
"symfony/console": "2.*||^3.0", | ||
"doctrine/coding-standard": "^1.0", | ||
"squizlabs/php_codesniffer": "^3.0" | ||
}, | ||
"suggest": { | ||
"symfony/console": "For helpful console commands such as SQL execution and import of files." | ||
... | ... |
phpcs.xml.dist
0 → 100644
Please register or sign in to comment