We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17447d0 + d801218 commit 3e6cbb3Copy full SHA for 3e6cbb3
composer.json
@@ -16,14 +16,15 @@
16
}],
17
"require": {
18
"silverstripe/cms": "~4.0",
19
- "nglasl/silverstripe-extensible-search": "~4.0",
20
- "heyday/silverstripe-elastica": "*"
+ "nglasl/silverstripe-extensible-search": "~4.0",
+ "heyday/silverstripe-elastica": "*",
21
+ "symbiote/silverstripe-multivaluefield": "*"
22
},
- "autoload": {
23
+ "autoload": {
24
"psr-4": {
- "Symbiote\\ElasticSearch\\": "src/",
25
- "Elastica\\Transport\\": "src/transport"
26
- }
+ "Symbiote\\ElasticSearch\\": "src/",
+ "Elastica\\Transport\\": "src/transport"
27
+ }
28
29
"extra": {
30
"installer-name": "extensible-elastic",
0 commit comments