! Fix Varien_Autoloader problem
Showing
... | @@ -8,19 +8,9 @@ | ... | @@ -8,19 +8,9 @@ |
"magento-hackathon/magento-composer-installer": "*", | "magento-hackathon/magento-composer-installer": "*", | ||
"phpunit/phpunit": "3.7.*" | "phpunit/phpunit": "3.7.*" | ||
}, | }, | ||
"require-dev": { | |||
"ecomdev/mage-ci": "dev-master" | |||
}, | |||
"repositories": [{ | |||
"type": "composer", | |||
"url": "http://packages.firegento.com" | |||
}], | |||
"authors":[ | "authors":[ | ||
{ | { | ||
"name":"Ivan Chepurnyi" | "name":"Ivan Chepurnyi" | ||
} | } | ||
], | ] | ||
"extra": { | |||
"magento-root-dir": "tests/magento" | |||
} | |||
} | } |
Please register or sign in to comment