Created
August 28, 2014 16:34
-
-
Save amacgregor/9868cf35c8cfe43f6195 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
{ | |
"name": "demac/chase", | |
"description": "Pending Description", | |
"authors": [ | |
{ | |
"name": "Demac Media", | |
"email": "[email protected]" | |
} | |
], | |
"config": { | |
"bin-dir": "bin" | |
}, | |
"minimum-stability": "dev", | |
"require-dev": { | |
"phpspec/phpspec": "~2.0", | |
"magetest/magento-phpspec-extension": "~2.0" | |
}, | |
"autoload": { | |
"psr-0": { | |
"": [ | |
"app", | |
"app/code/local", | |
"app/code/community", | |
"lib", | |
"/srv/www/ce1810.demacmedia.com/public_html/app", | |
"/srv/www/ce1810.demacmedia.com/public_html/app/code/core", | |
"/srv/www/ce1810.demacmedia.com/public_html/app/code/local", | |
"/srv/www/ce1810.demacmedia.com/public_html/app/code/community", | |
"/srv/www/ce1810.demacmedia.com/public_html/lib" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment