File: /home4/cca63905/public_html/nueva/modules/pmproductvideoreviews/composer.json
{
"name": "prestamodule/pmproductvideoreviews",
"version": "1.0.2",
"description": "Allow your customers to record themselves on video to give an authentic review of your products. Post these videos on your store and increase your conversion rate with certified and original reviews that will make you stand out from the competition.",
"license": "Commercial",
"authors": [{
"name": "Presta-Module.com",
"email": "support@presta-module.com"
}],
"require": {
"php": ">=7.2.5",
"prestashop/prestashop-accounts-installer": "^1.0.1",
"prestashop/module-lib-service-container": "^2.0",
"prestashopcorp/module-lib-billing": "^2.0",
"prestashop/module-lib-mbo-installer": "^0.1.0"
},
"autoload": {
"psr-4": {
"RecReviews\\": "lib/RecReviews/",
"PrestaModule\\ProductVideoReviews\\": "src/"
},
"exclude-from-classmap": []
},
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"prepend-autoloader": false,
"platform": {
"php": "7.2.5"
}
},
"scripts": {
"compile-css": "sass --no-source-map --watch views/scss:views/css",
"cs-fixer": "php-cs-fixer fix"
},
"type": "prestashop-module"
}