Merge pull request #75 from vsushkov/vsushkov/fix-composer-json
Update composer.json
Showing
... | ... | @@ -5,8 +5,8 @@ |
"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.*" | ||
"magento-hackathon/magento-composer-installer": "*", | ||
"phpunit/phpunit": "3.7.*" | ||
}, | ||
"authors":[ | ||
{ | ||
... | ... |
Please register or sign in to comment