-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
executable file
·33 lines (32 loc) · 973 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
{
"name": "dachcom-digital/dynamic-search-data-provider-trinity",
"type": "pimcore-bundle",
"license": "GPL-3.0+",
"description": "",
"keywords": ["pimcore", "search", "dynamic-search", "data-provider","trinity", "assets", "documents", "objects"],
"homepage": "https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity",
"authors": [
{
"name": "DACHCOM.DIGITAL Stefan Hagspiel",
"email": "[email protected]",
"homepage": "http://www.dachcom.com/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"DsTrinityDataBundle\\": "src/DsTrinityDataBundle"
}
},
"extra": {
"pimcore": {
"bundles": [
"DsTrinityDataBundle\\DsTrinityDataBundle"
]
}
},
"require": {
"dachcom-digital/dynamic-search": "^0.2",
"pimcore/pimcore": "^5.8.0"
}
}