{
    "name": "labs64/pluginpass",
    "description": "PluginPass - WordPress PRO Plugin/Theme Licensing",
    "type": "wordpress-plugin",
    "keywords": [
        "wordpress",
        "wordpress-plugin",
        "wordpress-theme",
        "wordpress-development",
        "licensing",
        "license-management",
        "license",
        "licensing-as-a-service",
        "netlicensing",
        "api",
        "license-key",
        "activation",
        "validation",
        "digital-downloads",
        "purchase-validator",
        "monetization",
        "laas",
        "monetize"
    ],
    "homepage": "https://wordpress.org/plugins/pluginpass-pro-plugintheme-licensing/",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Labs64 NetLicensing",
            "email": "netlicensing@labs64.com",
            "homepage": "https://netlicensing.io"
        }
    ],
    "support": {
        "email": "netlicensing@labs64.com",
        "issues": "https://github.com/Labs64/PluginPass/issues",
        "source": "https://github.com/Labs64/PluginPass",
        "docs": "https://github.com/Labs64/PluginPass/wiki"
    },

    "require": {
        "php": ">=8.2",
        "labs64/netlicensingclient-php": "^2.6.0"
    },

    "require-dev": {
        "squizlabs/php_codesniffer": "^3.13",
        "wp-coding-standards/wpcs": "^3.2",
        "phpcompatibility/phpcompatibility-wp": "^2.1",
        "phpcompatibility/php-compatibility": "^9.0",
        "phpcsstandards/phpcsutils": "^1.0",
        "phpcsstandards/phpcsextra": "^1.2.1",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "phpstan/phpstan": "^1.12",
        "phpstan/extension-installer": "^1.1",
        "szepeviktor/phpstan-wordpress": "^1.3"
    },

    "scripts": {
        "lint": "phpcs --standard=phpcs.xml inc",
        "lint-fix": "phpcbf --standard=phpcs.xml inc",
        "analyze": "phpstan analyse inc --memory-limit=1G"
    },

    "prefer-stable": true,

    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        }
    }
}
