{
    "name": "joshswebservices/paygate-content-restriction",
    "description": "PayGate Content Restriction - WordPress Plugin",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=7.4",
        "stripe/stripe-php": "^20.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "10up/wp_mock": "^0.5",
        "mockery/mockery": "^1.6"
    },
    "autoload-dev": {
        "psr-4": {
            "PGCR\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test:unit": "phpunit --configuration tests/phpunit.xml",
        "test:coverage": "phpunit --configuration tests/phpunit.xml --coverage-html coverage"
    },
    "config": {
        "optimize-autoloader": true,
        "allow-plugins": {
            "composer/installers": true
        },
        "disable-tls": true
    }
}
