-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 1.83 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
{
"name": "heptacom/heptaconnect-portal-base",
"description": "HEPTAconnect base dataset that every other portal is based on",
"license": [
"AGPL-3.0-or-later",
"proprietary"
],
"type": "library",
"keywords": [
"heptaconnect-portal"
],
"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-json": "*",
"ext-mbstring": "*",
"bentools/iterable-functions": ">=1.4 <2",
"heptacom/heptaconnect-dataset-base": "self.version",
"myclabs/deep-copy": ">=1.10 <2",
"php-http/discovery": "^1.0",
"psr/container": "^1.0",
"psr/event-dispatcher": "^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.0",
"psr/simple-cache": "^1.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/options-resolver": ">=4",
"symfony/serializer": ">=4"
},
"repositories": {
"heptaconnect-sources": {
"type": "path",
"url": "../**"
}
},
"autoload": {
"psr-4": {
"Heptacom\\HeptaConnect\\Portal\\Base\\": ""
}
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"php-http/discovery": true
}
},
"website": "https://heptaconnect.io"
}