Skip to content

Instantly share code, notes, and snippets.

@sajt
Created December 20, 2014 05:10
Show Gist options
  • Save sajt/cc83cddf13ef0e7a3cbf to your computer and use it in GitHub Desktop.
Save sajt/cc83cddf13ef0e7a3cbf to your computer and use it in GitHub Desktop.
/*
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