-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·40 lines (40 loc) · 1.2 KB
/
composer.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.2 KB
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
{
"name": "dachcom-digital/dynamic-search-data-provider-trinity",
"type": "dynamic-search-provider-bundle",
"license": "GPL-3.0-or-later",
"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": "shagspiel@dachcom.ch",
"homepage": "http://www.dachcom.com/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"DsTrinityDataBundle\\": "src/DsTrinityDataBundle"
}
},
"autoload-dev": {
"psr-4": {
"": "src/"
},
"classmap": [
"app/TestKernel.php"
]
},
"require": {
"symfony/symfony": "^4|^5",
"pimcore/pimcore": "^6.6",
"dachcom-digital/dynamic-search": "^1.0"
},
"require-dev": {
"codeception/codeception": "~2.4.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"symplify/easy-coding-standard": "^8.0"
}
}