| Current Path : /var/www/clients/client3/web2/web/vendor/yotpo/magento2-module-yotpo-reviews/ |
| Current File : /var/www/clients/client3/web2/web/vendor/yotpo/magento2-module-yotpo-reviews/composer.json |
{
"name": "yotpo/magento2-module-yotpo-reviews",
"description": "Yotpo Reviews extension for Magento2",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "3.2.0",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"magento/framework": "103.0.*",
"magento/module-backend": "102.0.*",
"magento/module-catalog": "104.0.*",
"magento/module-checkout": "100.4.*",
"magento/module-config": "101.2.*",
"magento/module-grouped-product": "100.4.*",
"magento/module-reports": "^100",
"magento/module-review": "100.4.*",
"magento/module-sales": "102.1.*||^103.0",
"magento/module-store": "101.1.*",
"magento/module-analytics": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Yotpo\\Yotpo\\": ""
}
},
"replace": {
"yotpo/module-review": "*",
"yotpo/module-yotpo": "*"
}
}