Commit dfabae1c authored by Fabian Blechschmidt's avatar Fabian Blechschmidt

Add `replace` statement to composer.json

Add replace statement as described here https://github.com/magento-hackathon/magento-composer-installer#change-the-vendorname-of-your-module
parent bfa5970e
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
"magento-hackathon/magento-composer-installer": "*", "magento-hackathon/magento-composer-installer": "*",
"phpunit/phpunit": "3.7.*" "phpunit/phpunit": "3.7.*"
}, },
"replace": {
"ivanchepurnyi/ecomdev_phpunit":"*"
}
"authors":[ "authors":[
{ {
"name":"Ivan Chepurnyi" "name":"Ivan Chepurnyi"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment