{
    "name": "attributeswp/attributes-user-access",
    "description": "Enhanced WordPress authentication and user management.",
    "type": "wordpress-plugin",
    "license": "GPL-3.0-or-later",
    "authors": [
        {
            "name": "Attributes WP",
            "homepage": "https://attributeswp.com"
        }
    ],
    "require": {
        "php": ">=7.4",
        "composer/installers": "^2.0"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        },
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "Attributes\\": "src/"
        }
    },
    "support": {
        "issues": "https://github.com/attributeswp/attributes-user-access/issues",
        "source": "https://github.com/attributeswp/attributes-user-access",
        "docs": "https://attributeswp.com/docs"
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}