-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 920 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
43
{
"name": "wsklad/wsklad",
"description": "Implementation of a mechanism for flexible exchange of various data between Moy Sklad and a site running WordPress.",
"type": "project",
"minimum-stability": "stable",
"license": "GPL-3.0-or-later",
"homepage": "https://wsklad.ru",
"autoload":
{
"psr-4": {"Wsklad\\": "src/"}
},
"authors":
[
{
"name": "WSKLAD team",
"email": "[email protected]",
"role": "Developer"
}
],
"support":
{
"email": "[email protected]"
},
"funding":
[
{
"type": "other",
"url": "https://wsklad.ru/market/code"
}
],
"require":
{
"php": ">=7.0",
"digiom/woplucore": "dev-main",
"digiom/wotices": "1.*",
"digiom/api-moysklad": "dev-main",
"digiom/psr7wp": "dev-main",
"digiom/woap": "dev-main",
"psr/log": "1.*",
"psr/http-message": "1.0.*",
"monolog/monolog": "1.*"
}
}