-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (32 loc) · 979 Bytes
/
composer.json
File metadata and controls
executable file
·32 lines (32 loc) · 979 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
30
31
32
{
"name": "comwrap/module-elasticsuite-blog-search",
"type": "magento2-module",
"license": ["OSL-3.0", "AFL-3.0"],
"description": "Comwrap Elasticsuite - Blog Post Search Module for Smile Elasticsuite.",
"repositories": [
{
"type": "vcs",
"url": "ssh://git@gitlab.comwrap.eu:Magento_2/Comwrap_ElasticsuiteBlog.git"
}
],
"require": {
"magento/framework": ">=100.1.0",
"magento/module-store": ">=100.1.0",
"magento/module-backend": ">=100.1.0",
"magento/module-catalog": ">=100.1.0",
"magento/module-catalog-search": ">=100.1.0",
"magento/magento-composer-installer": "*",
"smile/elasticsuite": ">=2.1"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "1.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Comwrap\\ElasticsuiteBlog\\": ""
}
}
}