-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 890 Bytes
/
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
{
"name": "perspectiveteam/module-novaposhtacatalog",
"description": "",
"type": "magento2-module",
"license": "MIT",
"version": "2.4.8.0",
"authors": [
{
"name": "MonteShot",
"email": "[email protected]"
}
],
"require": {
"php": "~8.1 || ~8.2",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-checkout": "*",
"magento/module-config": "*",
"magento/module-customer": "*",
"magento/module-developer": "*",
"magento/module-eav": "*",
"magento/module-payment": "*",
"magento/module-quote": "*",
"magento/module-sales": "*",
"magento/module-store": "*",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"Perspective\\NovaposhtaCatalog\\": ""
},
"files": [
"registration.php"
]
}
}