Created
September 30, 2014 13:47
-
-
Save lordgnu/d4823cc1bfe49e60dfec to your computer and use it in GitHub Desktop.
PHP Code Tools
This file contains hidden or 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
{ | |
"name": "revco/php-cli-devtools", | |
"type": "command", | |
"description": "Helper to install commonly used CLI dev tools", | |
"keywords": ["wp-cli","phpcpd","phpcs","phpdcd","phploc","phpmd","phpunit","phpreport","development"], | |
"homepage": "https://github.com/revco/php-cli-devtools", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Don Bauer", | |
"email": "[email protected]", | |
"homepage": "http://www.gorevco.com", | |
"role": "Developer" | |
} | |
], | |
"require": { | |
"php": ">=5.4", | |
"phpunit/phpunit": "PHP Unit - Unit Testing", | |
"phpunit/phpunit": "4.1.*", | |
"phpunit/php-invoker": ">=1.1.0", | |
"phpunit/phpunit-selenium": "*", | |
"phpunit/phpunit-story": "*", | |
"phpunit/phpunit-mock-objects": "*", | |
"phpunit/php-code-coverage": "*", | |
"phpunit/phpcov": "PHP Code Coverage", | |
"phpunit/phpcov": "2.0.*@dev", | |
"squizlabs/php_codesniffer": "PHP Code Sniffer (Standards Enforcement)", | |
"squizlabs/php_codesniffer": "2.0.0a2", | |
"phpmd/phpmd": "PHP Mess Detector", | |
"phpmd/phpmd": "2.0.0", | |
"sebastian/phpcpd": "PHP Copy/Paste Detector (Duplicate Code)", | |
"sebastian/phpcpd": "2.0.*", | |
"phploc/phploc": "PHP Project Size Detection (Lines of Code)", | |
"phploc/phploc": "2.0.*", | |
"sebastian/phpdcd": "PHP Dead Code Detector", | |
"sebastian/phpdcd": "1.0.*@dev" | |
}, | |
"config": { | |
"bin-dir": "bin" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment