Skip to content

Instantly share code, notes, and snippets.

@niloct
Created August 26, 2014 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niloct/85ac025723981cf9c6e4 to your computer and use it in GitHub Desktop.
Save niloct/85ac025723981cf9c6e4 to your computer and use it in GitHub Desktop.
Composer.json para o EcomDev_PHPUnit no Magento
{
"repositories": [
{
"url": "https://github.com/vernard/EcomDev_PHPUnit",
"type": "vcs"
},
{
"url" : "https://github.com/ajbonner/magento-composer-autoload",
"type" : "vcs"
}
],
"require": {
"ecomdev/ecomdev_phpunit": "dev-dev"
},
"extra": {
"magento-root-dir": "/usr/local/var/www/magento9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment