-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
43 lines (43 loc) · 1.34 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
{
"name": "paradoxlabs/tokenbase",
"description": "Base module for ParadoxLabs tokenization payment methods.",
"require": {
"magento/framework": "^102.0||^103.0",
"magento/module-admin-notification": "^100.0",
"magento/module-backend": "^100.0||^101.0||^102.0",
"magento/module-checkout": "^100.0",
"magento/module-config": "^100.0||^101.0",
"magento/module-customer": "^100.0||^101.0||^102.0||^103.0",
"magento/module-directory": "^100.0",
"magento/module-instant-purchase": "^100.0",
"magento/module-payment": "^100.0",
"magento/module-quote": "^100.0||^101.0",
"magento/module-sales": "^100.0||^101.0||^102.0||^103.0",
"magento/module-store": "^100.0||^101.0",
"magento/module-vault": "^100.1||^101.0",
"monolog/monolog": "^1.11||^2.0",
"ext-json": "*"
},
"type": "magento2-module",
"version": "4.7.2",
"time": "2025-01-13",
"license": "Apache-2.0",
"authors": [
{
"name": "Ryan Hoerr",
"email": "ryan@paradoxlabs.com"
}
],
"archive": {
"exclude": [
".github",
"README.md"
]
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"ParadoxLabs\\TokenBase\\": ""
}
}
}