-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (33 loc) · 1.08 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
{
"name": "webfactory/content-mapping-destinationadapter-solarium-bundle",
"description": "",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "webfactory GmbH",
"email": "[email protected]",
"homepage": "http://www.webfactory.de",
"role": "Developer"
}
],
"require": {
"php": "^7.2|8.0.*|8.1.*|8.2.*|8.3.*",
"nelmio/solarium-bundle": "^2.2|^3.0|^4.0|^5.0",
"psr/log": "^1.0|^2.0|^3.0",
"solarium/solarium": "^4.2|^5.0|^6.0",
"symfony/config": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/console": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"webfactory/content-mapping-destinationadapter-solarium": "^1.2.0"
},
"autoload": {
"psr-4": {
"Webfactory\\ContentMappingDestinationAdapterSolariumBundle\\": "src"
}
},
"config": {
"sort-packages": true
}
}