diff --git a/composer.json b/composer.json index d9bf0e0..df2cc3c 100644 --- a/composer.json +++ b/composer.json @@ -3,17 +3,14 @@ "license": "GPL-3.0", "type": "magento-module", "description": "This extension adds a PSR-0 autoloader before the Varien autoloader", - "authors":[ - { - "name":"Michael Ryvlin" - }, - { - "name":"Damian Luszczymak" - } - ], - "require": { - "magento-hackathon/magento-composer-installer": "*" - }, + "authors": [ + { + "name":"Michael Ryvlin" + }, + { + "name":"Damian Luszczymak" + } + ], "require-dev": { "firegento/mage-ci": "master-dev", "phpunit/phpunit": "~4.4"