HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/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"
}