-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.07 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
{
"name": "asioso/pimcore-doofinder",
"type": "pimcore-bundle",
"license": "GPL-3.0-or-later",
"description": "Connects Pimcore with the Powerful, Easy and Affordable E-Commerce Search Engine Doofinder providing Autocomplete, Custom Results, Facets navigation, Boosting, Real-time statistics, Synonyms and many more.",
"keywords": [
"pimcore",
"pimcore-plugin",
"doofinder",
"e-commerce"
],
"homepage": "https://www.asioso.com",
"authors": [
{
"name": "asioso GmbH",
"homepage": "https://www.asioso.com",
"email": "info@asioso.de",
"role": "Developer"
},
{
"name": "Fabian Pechstein",
"email": "fabian.pechstein@asioso.com",
"homepage": "https://www.asioso.com",
"role": "Developer"
}
],
"require": {
"doofinder/doofinder": "^5",
"symfony/symfony": "^3.4",
"pimcore/pimcore": "^5"
},
"autoload": {
"psr-4": {
"DooFinderBundle\\": "src/DooFinderBundle"
}
},
"extra": {
"pimcore": {
"bundles": [
"DooFinderBundle\\DooFinderBundle"
]
}
}
}