diff --git a/README.md b/README.md index 0e4cf708..613da8e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/PAYONE-GmbH/magento-2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/PAYONE-GmbH/magento-2/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/PAYONE-GmbH/magento-2/badges/build.png?b=master)](https://scrutinizer-ci.com/g/PAYONE-GmbH/magento-2/build-status/master) + # PAYMENT FOR YOUR MAGENTO-SHOP Are you looking for the ideal payment solution for your online shop? diff --git a/composer.json b/composer.json index 81d969ad..1cc2db77 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,12 @@ "magento/framework": "^100.0.0", "magento/module-store": "^100.0.0" }, + "repositories": [ + { + "type": "composer", + "url": "http://repo.magento.com/" + } + ], "autoload": { "files": [ "registration.php" @@ -22,4 +28,4 @@ "Payone\\Core\\": "" } } -} \ No newline at end of file +}