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: /home4/cca63905/www/nueva/modules/productcomments/composer.json
{
  "name": "prestashop/productcomments",
  "description": "PrestaShop module productcomments",
  "homepage": "https://github.com/PrestaShop/productcomments",
  "license": "AFL-3.0",
  "authors": [
    {
      "name": "PrestaShop SA",
      "email": "contact@prestashop.com"
    }
  ],
  "require": {
    "php": ">=5.6.0"
  },
  "require-dev": {
    "prestashop/php-dev-tools": "^3.4"
  },
  "config": {
    "preferred-install": "dist",
    "classmap-authoritative": true,
    "optimize-autoloader": true,
    "prepend-autoloader": false,
    "platform": {
      "php": "5.6"
    }
  },
  "autoload": {
    "psr-4": {
      "PrestaShop\\Module\\ProductComment\\": "src/"
    },
    "classmap": ["productcomments.php"],
    "exclude-from-classmap": []
  },
  "type": "prestashop-module"
}