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/public_html/nueva/modules/ps_mbo/vendor/prestashop/circuit-breaker/composer.json
{
    "name": "prestashop/circuit-breaker",
    "description": "A circuit breaker implementation for PHP",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "PrestaShop SA",
            "email": "contact@prestashop.com"
        },
        {
            "name": "PrestaShop Community",
            "homepage": "http://contributors.prestashop.com/"
        }
    ],
    "require": {
        "php": ">=5.6",
        "guzzlehttp/guzzle": "^5"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^2.12",
        "phpunit/phpunit": "^5.7.0",
        "doctrine/cache": "^1.6.0",
        "symfony/cache": "^3.4.0",
        "symfony/event-dispatcher": "^3.4",
        "vimeo/psalm": "^1.1",
        "squizlabs/php_codesniffer": "3.*"
    },
    "suggest": {
        "symfony/cache": "Allows use of Symfony Cache adapters to store transactions",
        "doctrine/cache": "Allows use of Doctrine Cache adapters to store transactions",
        "ext-apcu": "Allows use of APCu adapter (performant) to store transactions",
        "guzzlehttp/cache-subscriber": "Allow use of Guzzle cache (use dev-master for most recent changes)"
    },
    "autoload": {
        "psr-4": {
            "PrestaShop\\CircuitBreaker\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\PrestaShop\\CircuitBreaker\\": "tests/"
        }
    },
    "scripts": {
        "psalm": [
            "@php ./vendor/bin/psalm --init",
            "@php ./vendor/bin/psalm --find-dead-code --threads=8 --diff"
        ],
        "phpcs": "@php ./vendor/bin/phpcs -p --standard=PSR2  --ignore=\"vendor/*\" \"./\" --extensions=php",
        "phpcbf": "@php ./vendor/bin/phpcbf -p --standard=PSR2  --ignore=\"vendor/*\" \"./\" --extensions=php",
        "cs-fix": "@php ./vendor/bin/php-cs-fixer fix",
        "test": "@php ./vendor/bin/phpunit"
    },
    "scripts-descriptions": {
        "psalm": "Execute Psalm on PHP7.0+, you need to install it",
        "cs-fix": "Check and fix coding styles using PHP CS Fixer",
        "test": "Launch PHPUnit test suite"
    },
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "5.6"
        }
    }
}