-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
73 lines (73 loc) · 2.22 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "heptacom/heptaconnect-core",
"description": "HEPTAconnect core processes",
"license": [
"AGPL-3.0-or-later",
"proprietary"
],
"type": "library",
"keywords": [
"heptaconnect",
"messaging"
],
"authors": [
{
"name": "HEPTACOM GmbH"
}
],
"support": {
"issues": "https://github.com/HEPTACOM/heptaconnect-framework/issues",
"source": "https://github.com/HEPTACOM/heptaconnect-framework",
"docs": "https://heptaconnect.io/",
"rss": "https://heptaconnect.io/news/rss2.xml"
},
"require": {
"php": ">=8.0",
"ext-hash": "*",
"ext-json": "*",
"ext-zlib": "*",
"bentools/iterable-functions": ">=1.4 <2",
"composer/composer": "^2.2.6",
"heptacom/heptaconnect-dataset-base": "self.version",
"heptacom/heptaconnect-portal-base": "self.version",
"heptacom/heptaconnect-storage-base": "self.version",
"heptacom/heptaconnect-ui-admin-base": "self.version",
"league/flysystem": "^1",
"php-http/discovery": "^1.11",
"psr/cache": "^1.0",
"psr/container": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.1",
"ramsey/uuid": "^3.5 || ^4",
"riverline/multipart-parser": "^2.1",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4.11 || ^5.0",
"symfony/event-dispatcher": "^4.0 || ^5.0",
"symfony/event-dispatcher-contracts": ">=1.1",
"symfony/lock": "^4.0 || ^5.0",
"symfony/messenger": "^4.0 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0"
},
"repositories": {
"heptaconnect-sources": {
"type": "path",
"url": "../**"
}
},
"autoload": {
"psr-4": {
"Heptacom\\HeptaConnect\\Core\\": ""
}
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"php-http/discovery": true
}
},
"website": "https://heptaconnect.io"
}