HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/prestashop1.7/modules/psaddonsconnect/composer.json
{
    "name": "prestashop/psaddonsconnect",
    "description": "PrestaShop module for addons connection",
    "homepage": "https://gitlab.com/ps-addons/psaddonsconnect",
    "license": "AFL - Academic Free License (AFL 3.0)",
    "authors": [
      {
        "name": "PrestaShop SA",
        "email": "contact@prestashop.com"
      }
    ],
    "require": {
      "php": ">=5.6.0",
      "prestashop/circuit-breaker": "^3.0.0",
      "doctrine/cache": "^1.6",
      "guzzlehttp/cache-subscriber": "dev-master"
    },
    "autoload": {
      "psr-4": {
        "PrestaShop\\Module\\AddonsConnect\\": "src/"
      },
      "classmap": ["psaddonsconnect.php"],
      "exclude-from-classmap": []
    },
    "config": {
      "preferred-install": "dist",
      "prepend-autoloader": false,
      "optimize-autoloader": true
    },
    "type": "prestashop-module",
    "require-dev": {
        "prestashop/php-coding-standards": "dev-master",
        "phpstan/phpstan": "^0.11.12"
    }
}