-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
45 lines (45 loc) · 1.36 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
36
37
38
39
40
41
42
43
44
45
{
"name": "tig/buckaroo",
"description": "TIG Magento 2 Buckaroo extension",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-payment": "100.0.*|100.1.*|100.2.*",
"magento/framework": ">=100.0.10,<=100.0.19|>=100.1.0,<=100.1.10|>=101.0.0,<=101.0.1"
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
"name": "TIG",
"email": "[email protected]",
"homepage": "http://tig.nl"
}
],
"support": {
"email": "[email protected]",
"issues": "http://servicedesk.tig.nl/hc/nl/requests/new",
"wiki": "http://servicedesk.tig.nl/hc/nl/sections/203522128-Buckaroo-Magento-2-artikelen",
"docs": "http://servicedesk.tig.nl/hc/nl/articles/218518187-EN-Buckaroo-Magento-2-Installation-and-Configuration-manual"
},
"homepage": "https://store.tig.nl/buckaroo.html",
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"TIG\\Buckaroo\\": ""
}
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"satooshi/php-coveralls": "^1.0",
"facebook/webdriver": "^1.1"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}