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