Commit e4948099 authored by Valentin Sushkov's avatar Valentin Sushkov

Update composer.json

According to the README.md the extension requires PHPUnit 3.7.*, so
let's show it in the composer.json file. Also update
magento-composer-installer required version in order to make this
extension compatiable with other Magento extension installed via
composer.
parent a09c086d
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
"description": "Magento PHPUnit Integration", "description": "Magento PHPUnit Integration",
"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": "dev-master", "magento-hackathon/magento-composer-installer": "*",
"phpunit/phpunit": "3.6.*" "phpunit/phpunit": "3.7.*"
}, },
"authors":[ "authors":[
{ {
......
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