-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
executable file
·53 lines (53 loc) · 1.45 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
53
{
"name": "subscribepro/subscribepro-magento2-ext",
"description": "Subscribe Pro Magento 2 Integration Extension",
"type": "magento2-module",
"license": [
"MIT"
],
"version": "1.7.4",
"authors": [
{
"name": "SUBSCRIBE PRO INC",
"homepage": "https://www.subscribepro.com"
}
],
"require": {
"magento/module-customer": "^101.0.0|^102.0.0|^103.0.0",
"magento/module-checkout": "^100.2.0|^100.3.0|^100.4.0",
"magento/module-sales": "^101.0.0|^102.0.0|^103.0.0",
"magento/module-quote": "^101.0.0|^101.1.0|^101.2.0",
"magento/module-payment": "^100.2.0|^100.3.0|^100.4.0",
"magento/module-vault": "^101.0.0|^101.1.0|^101.2.0",
"magento/module-store": "^100.2.0|^101.0.0|^101.1.0",
"magento/module-backend": "^100.2.0|^101.0.0|^102.0.0",
"magento/module-theme": "^100.2.0|^101.0.0|^101.1.0",
"magento/module-ui": "^101.0.0|^101.1.0|^101.2.0",
"magento/framework": "^101.0.0|^102.0.0|^103.0.0",
"subscribepro/subscribepro-php": "~1.1.6"
},
"require-dev": {
"magento/zendframework1": "1.12.16",
"zendframework/zend-stdlib": "~2.4.6",
"monolog/monolog": "^2.8"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Swarming\\SubscribePro\\": ""
}
},
"autoload-dev": {
"psr-4": {
"Swarming\\SubscribePro\\": "Test/Unit"
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}