Skip to content

Commit

Permalink
Set proper dependencies for 2.10.x version of Elasticsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Jun 5, 2024
1 parent 0630f3e commit a8e84a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
}
],
"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/framework": ">=103.0.0",
"magento/module-store": ">=101.1.0",
"magento/module-backend": ">=102.0.0",
"magento/module-catalog": ">=104.0.0",
"magento/module-catalog-search": ">=102.0.0",
"magento/magento-composer-installer": "*",
"smile/elasticsuite": "^2.6.0"
"smile/elasticsuite": "~2.10.0"
},
"require-dev": {
"smile/magento2-smilelab-quality-suite": "^1.0.4"
Expand Down

0 comments on commit a8e84a5

Please sign in to comment.