-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
35 lines (35 loc) · 1.1 KB
/
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
32
33
34
35
{
"name": "fontis/nab",
"type": "magento-module",
"license": "Open Software License (OSL 3.0)",
"description": "Extension which provides Magento integration with the NAB Transact payment gateway.",
"homepage": "http: //www.fontis.com.au",
"authors": [
{
"name": "Fontis",
"email": "[email protected]"
}
],
"extra": {
"magento_connect": {
"channel": "community",
"php_min": "5.3.0",
"php_max": "6.0.0",
"stability": "stable",
"license_uri": "http: //opensource.org/licenses/osl-3.0.php",
"summary": "Extension which provides Magento integration with the NAB Transact payment gateway.",
"content": [
{
"type": "magecommunity",
"structure": "dir",
"path": "Fontis/Nab"
},
{
"type": "mageetc",
"structure": "file",
"path": "modules/Fontis_Nab.xml"
}
]
}
}
}