! Merge latest dev branch changes to refactor branch. Remove temporary...
! Merge latest dev branch changes to refactor branch. Remove temporary attribute loader, for later refactor by another developer
Showing
composer.json
0 → 100644
{ | ||
"name": "ivanchepurnyi/ecomdev_phpunit", | ||
"license": "OSL-3.0", | ||
"type": "magento-module", | ||
"description": "Magento PHPUnit Integration", | ||
"homepage": "http://www.ecomdev.org/shop/code-testing/php-unit-test-suite.html", | ||
"require": { | ||
"magento-hackathon/magento-composer-installer": "dev-master", | ||
"phpunit/phpunit": "3.6.*" | ||
}, | ||
"authors":[ | ||
{ | ||
"name":"Ivan Chepurnyi" | ||
} | ||
] | ||
} |
Please register or sign in to comment