Skip to content

Instantly share code, notes, and snippets.

@dwickstrom
Last active August 29, 2015 14:18
Show Gist options
  • Save dwickstrom/61aaf29a329703c22739 to your computer and use it in GitHub Desktop.
Save dwickstrom/61aaf29a329703c22739 to your computer and use it in GitHub Desktop.
Magento testing composer.json
{
"require-dev": {
"phpunit/phpunit": "~4.5",
"MageTest/Manager": "~1.0"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:dwickstrom/Manager.git"
}
],
"autoload": {
"psr-0": {
"": [
"src/app",
"src/lib",
"src/app/code/local",
"src/app/code/community",
"src/app/code/core"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment