Commit 26b6ed3b authored by Dorian Villet's avatar Dorian Villet

Add PHPCS as a dev dependency.

parent 85a68aba
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
"symfony/event-dispatcher": "~2.1" "symfony/event-dispatcher": "~2.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7" "phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "~1.4"
}, },
"autoload": { "autoload": {
"psr-0": { "Solarium\\": "library/" } "psr-0": { "Solarium\\": "library/" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment