Add PHPCS as a dev dependency.
Showing
... | ... | @@ -16,7 +16,8 @@ |
"symfony/event-dispatcher": "~2.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~3.7" | ||
"phpunit/phpunit": "~3.7", | ||
"squizlabs/php_codesniffer": "~1.4" | ||
}, | ||
"autoload": { | ||
"psr-0": { "Solarium\\": "library/" } | ||
... | ... |
Please register or sign in to comment