Skip to content

Instantly share code, notes, and snippets.

@antoinekociuba
Last active August 29, 2015 14:06
Show Gist options
  • Save antoinekociuba/006910af4fa5d777f292 to your computer and use it in GitHub Desktop.
Save antoinekociuba/006910af4fa5d777f292 to your computer and use it in GitHub Desktop.
PHP Code Sniffer/PHP Mess Detector - composer.json
############################################################
# From the directory which contains the composer.json file #
############################################################
curl -s http://getcomposer.org/installer | php
php composer.phar install
{
"require-dev": {
"phpmd/phpmd" : "2.0.*" ,
"squizlabs/php_codesniffer": "1.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment