forked from TechNWeb/TNW_AuthorizeCim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.59 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
46
47
48
49
50
51
52
{
"name": "tnw/module-authorizenetcim",
"description": "Authorize.net CIM for Magento 2",
"type": "magento2-module",
"time": "2021-10-27",
"version": "2.4.8",
"license": [
"proprietary"
],
"require": {
"powersync/authorizenet-sdk-php": "~2.0.2",
"tnw/marketing": "~2",
"lcobucci/jwt": "~3.2.2",
"magento/framework": "^103.0",
"magento/module-catalog": "^104.0",
"magento/module-wishlist": "^101.2",
"magento/module-customer": "^103.0",
"magento/module-sales": "^103.0",
"magento/module-backend": "^102.0",
"magento/module-eav": "^102.1",
"magento/module-config": "^101.2",
"magento/module-weee": "^100.4",
"magento/module-directory": "^100.4",
"magento/module-quote": "^101.2",
"magento/module-downloadable": "^100.4",
"magento/module-configurable-product": "^100.4",
"magento/module-theme": "^101.1",
"magento/module-ui": "^101.2",
"magento/module-store": "^101.1",
"magento/module-tax": "^100.4",
"magento/module-authorization": "^100.4",
"magento/module-checkout": "^100.4",
"magento/module-shipping": "^100.4",
"magento/module-vault": "^101.2",
"magento/module-gift-message": "^100.4",
"magento/module-catalog-inventory": "^100.4",
"magento/module-offline-payments": "^100.4",
"magento/module-cron": "^100.4",
"magento/module-swatches": "^100.4",
"magento/module-payment": "^100.4",
"magento/module-msrp": "^100.4",
"magento/module-webapi": "^100.4"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"TNW\\AuthorizeCim\\": ""
}
}
}