Fix error reporting for issues happining during setup process, lift phpunit version to major one
Showing
... | ... | @@ -6,7 +6,7 @@ |
"homepage": "http://www.ecomdev.org/shop/code-testing/php-unit-test-suite.html", | ||
"require": { | ||
"magento-hackathon/magento-composer-installer": "*", | ||
"phpunit/phpunit": "4.1.*" | ||
"phpunit/phpunit": "4.*" | ||
}, | ||
"replace": { | ||
"ivanchepurnyi/ecomdev_phpunit":"*" | ||
... | ... |
Please register or sign in to comment