-
Notifications
You must be signed in to change notification settings - Fork 35
/
composer.json
45 lines (45 loc) · 1.19 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": "buckaroo/magento2",
"description": "Buckaroo Magento 2 extension",
"require": {
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/module-payment": "100.3.*|100.4.*",
"magento/framework": ">=102.0.0|>=103.0.0"
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
"name": "Buckaroo",
"email": "support@buckaroo.nl",
"homepage": "https://www.buckaroo.nl"
}
],
"support": {
"email": "support@buckaroo.nl",
"issues": "https://support.buckaroo.nl/contact",
"wiki": "https://support.buckaroo.nl",
"docs": "https://docs.buckaroo.io/"
},
"homepage": "https://www.buckaroo.nl",
"version" : "v1.50.2",
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Buckaroo\\Magento2\\": ""
}
},
"require-dev": {
"satooshi/php-coveralls": "^1.0",
"php-webdriver/webdriver": "^1.1"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}