Skip to content

Commit

Permalink
Re-add composer.json and README.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Bender committed Dec 5, 2016
1 parent 3377f43 commit 84799e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,4 +28,4 @@
"Payone\\Core\\": ""
}
}
}
}

0 comments on commit 84799e8

Please sign in to comment.