-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update composer json to use latest elasticsuite version.
- Loading branch information
1 parent
7cf8e00
commit 87a932b
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"license": "OSL-3.0", | ||
"authors": [ | ||
{"name": "Fanny DECLERCK", "email": "[email protected]"}, | ||
{"name": "Aurélien FOUCRET", "email": "[email protected]"} | ||
{"name": "Aurélien FOUCRET", "email": "[email protected]"}, | ||
{"name": "Romain RUAUD", "email": "[email protected]"} | ||
], | ||
"description": "Smile Elasticsuite - Cms Pages Search Module for Smile Elasticsuite.", | ||
"homepage": "https://github.com/Smile-SA/module-elasticsuite-cms-search", | ||
|
@@ -32,7 +33,7 @@ | |
"magento/module-catalog": ">=100.1.0", | ||
"magento/module-catalog-search": ">=100.1.0", | ||
"magento/magento-composer-installer": "*", | ||
"smile/elasticsuite": ">=2.1" | ||
"smile/elasticsuite": "^2.3.6" | ||
}, | ||
"require-dev": { | ||
"smile/magento2-smilelab-quality-suite": "1.0.0" | ||
|