-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.17 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
{
"name": "heptacom/heptaconnect-dataset-base",
"description": "HEPTAconnect base dataset that every other dataset is based on",
"license": [
"AGPL-3.0-or-later",
"proprietary"
],
"type": "library",
"keywords": [
"heptaconnect-dataset"
],
"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": "*",
"bentools/iterable-functions": ">=1.4 <2"
},
"repositories": {
"heptaconnect-sources": {
"type": "path",
"url": "../**"
}
},
"autoload": {
"psr-4": {
"Heptacom\\HeptaConnect\\Dataset\\Base\\": ""
}
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"php-http/discovery": true
}
},
"website": "https://heptaconnect.io"
}