PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/newcrypto.kerihosting.com/wp-content/mu-plugins/object-cache-pro/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/newcrypto.kerihosting.com/wp-content/mu-plugins/object-cache-pro/composer.json

{
    "name": "rhubarbgroup/object-cache-pro",
    "description": "A business class Redis object cache backend for WordPress.",
    "homepage": "https://objectcache.pro",
    "type": "wordpress-plugin",
    "license": "proprietary",
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-redis": "^3.1.1 || ^4.0 || ^5.0",
        "composer/installers": "~1.0 || ~2.0"
    },
    "require-dev": {
        "dms/phpunit-arraysubset-asserts": "^0.4.0",
        "fabpot/goutte": "^v4.0",
        "friendsofphp/php-cs-fixer": "^v3.1",
        "mockery/mockery": "^1.2",
        "phpcompatibility/php-compatibility": "dev-develop",
        "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
        "squizlabs/php_codesniffer": "^3.7",
        "szepeviktor/phpstan-wordpress": "^1.0",
        "wp-cli/wp-cli-bundle": "^2.6"
    },
    "autoload": {
        "psr-4": {
            "RedisCachePro\\": "src/"
        },
        "classmap": [
            "src/Support/Types.php",
            "src/Extensions/Debugbar/Panel.php",
            "src/Extensions/Debugbar/Insights.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "suggest": {
        "ext-redis": "Required to use PhpRedis as the object cache backend.",
        "ext-relay": "Required to use Relay as the object cache backend."
    },
    "config": {
        "sort-packages": true,
        "preferred-install": "dist",
        "optimize-autoloader": true,
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "test": "phpunit --testdox",
        "test:unit": "phpunit --testdox --testsuite Unit",
        "test:http": "phpunit --testdox --testsuite Feature",
        "coverage:unit": "phpunit --testsuite Unit --coverage-clover=coverage.xml",
        "coverage:http": "phpunit --testsuite Feature --coverage-clover=coverage.xml",
        "style": "php-cs-fixer fix --verbose --dry-run --diff",
        "style:fix": "php-cs-fixer fix --verbose",
        "lint": "phpcs --no-cache --ignore=vendor --extensions=php --standard=PSR12 .",
        "compat": "phpcs --no-cache -p --standard=PHPCompatibility --ignore=vendor,tests .",
        "phpstan": "phpstan analyze"
    }
}