forked from wc1c/wc1c-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 968 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
41
42
{
"name": "wc1c/wc1c-main",
"description": "Integration of WooCommerce with 1C products (different configurations)",
"type": "project",
"minimum-stability": "stable",
"license": "GPL-3.0-or-later",
"homepage": "https://wc1c.info",
"autoload": {
"psr-4": {"Wc1c\\Main\\": "src/"}
},
"authors": [
{
"name": "WC1C team",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"funding": [
{
"type": "other",
"url": "https://wc1c.info/market/code"
}
],
"require": {
"php": ">=7.0",
"wc1c/cml": "dev-main",
"wc1c/wc": "dev-main",
"digiom/woplucore": "dev-main",
"digiom/wotices": "1.*",
"digiom/psr7wp": "dev-main",
"digiom/woap": "dev-main",
"tecodes/client": "dev-main",
"psr/log": "1.*",
"psr/http-message": "1.*",
"monolog/monolog": "1.*",
"ext-simplexml": "*",
"ext-xmlreader": "*"
}
}