-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 852 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 852 Bytes
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
{
"name": "networking/elasticsearch-bundle",
"description": "This Bundle adds the elastic search component to the init cms",
"keywords": ["symfony", "elasticsearch", "search"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Yorkie Chadwick",
"homepage": "http://web.networking.ch",
"email": "y.chadwick@networking.ch"
}
],
"require": {
"php": "^8.2",
"friendsofsymfony/elastica-bundle": "^6.1",
"networking/init-cms-bundle": "^6.4 || dev-master",
"vaites/php-apache-tika": "^1.2",
"phpoffice/phpspreadsheet": "^1.4"
},
"autoload": {
"psr-4": {"Networking\\ElasticSearchBundle\\": "src"}
},
"extra": {
"branch-alias": {
"dev-master": "9.1.x-dev"
}
}
}