Created
December 20, 2014 05:10
-
-
Save sajt/cc83cddf13ef0e7a3cbf to your computer and use it in GitHub Desktop.
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
/* | |
This is my composer.json file for http://reload.github.io/phing-drupal-template/ | |
after the save to the drupal root directory | |
composer install | |
using phing: | |
./vendor/phing/phing/bin/phing | |
see the url above for more commands | |
*/ | |
{ | |
"require-dev": { | |
"phing/phing": "2.*", | |
"phploc/phploc": "2.*", | |
"sebastian/phpcpd": "2.*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment