forked from dannevang/magento-epay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 973 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "epay/magento",
"description": "This is the payment module for the Scandinavian payment gateway ePay",
"homepage": "http://www.epay.dk/",
"license": "proprietary",
"keywords": ["e-commerce", "ecommerce", "payment", "gateway", "magento", "epay", "epay-classic", "bambora"],
"type": "magento-module",
"support": {
"source": "https://github.com/ePay/magento",
"docs": "http://www.magento.dk/"
},
"authors": [
{
"name": "Bambora Online",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/magento/marketplace-eqp.git"
}
],
"suggest": {
"magento-hackathon/magento-composer-installer": "Map/copy module files with your Magento installation"
},
"require-dev": {
"magento-ecg/coding-standard": "^2.0",
"magento/marketplace-eqp": "^1.0"
}
}