-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
58 lines (58 loc) · 1.49 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
{
"name": "heptacom/heptaconnect-dataset-ecommerce",
"description": "HEPTAconnect dataset for ecommerce entities",
"license": [
"AGPL-3.0-or-later",
"proprietary"
],
"type": "library",
"version": "0.9.2.0",
"keywords": [
"heptaconnect-dataset"
],
"authors": [
{
"name": "HEPTACOM GmbH"
}
],
"support": {
"issues": "https://github.com/HEPTACOM/heptaconnect-dataset-ecommerce/issues",
"source": "https://github.com/HEPTACOM/heptaconnect-dataset-ecommerce",
"docs": "https://heptaconnect.io/",
"rss": "https://heptaconnect.io/news/rss2.xml"
},
"require": {
"php": ">=8.0",
"heptacom/heptaconnect-dataset-base": "^0.9"
},
"require-dev": {
"infection/infection": ">=0.21",
"phpunit/phpunit": ">=9.3 <10"
},
"conflict": {
"nikic/php-parser": "4.7.0"
},
"repositories": {
"heptaconnect-sources": {
"type": "path",
"url": "../**"
}
},
"autoload": {
"psr-4": {
"Heptacom\\HeptaConnect\\Dataset\\Ecommerce\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Heptacom\\HeptaConnect\\Dataset\\Ecommerce\\Test\\": "test/"
}
},
"config": {
"allow-plugins": {
"infection/extension-installer": true,
"ocramius/package-versions": true
}
},
"homepage": "https://heptaconnect.io"
}