Last active
August 29, 2015 14:06
-
-
Save antoinekociuba/006910af4fa5d777f292 to your computer and use it in GitHub Desktop.
PHP Code Sniffer/PHP Mess Detector - composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################ | |
# From the directory which contains the composer.json file # | |
############################################################ | |
curl -s http://getcomposer.org/installer | php | |
php composer.phar install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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