forked from comwrap/Comwrap_ElasticsuiteBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·34 lines (34 loc) · 1.02 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
{
"name": "comwrap/module-elasticsuite-blog-search",
"type": "magento2-module",
"version": "1.0.0",
"license": ["OSL-3.0", "AFL-3.0"],
"description": "Comwrap Elasticsuite - Blog Post Search Module for Smile Elasticsuite.",
"repositories": [
{
"type": "vcs",
"url": "ssh://[email protected]:Magento_2/Comwrap_ElasticsuiteBlog.git"
}
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"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\\": ""
}
}
}