{
    "name": "spiral/security",
    "type": "library",
    "description": "Spiral, RBAC security layer",
    "license": "MIT",
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/spiral"
        }
    ],
    "homepage": "https://spiral.dev",
    "support": {
        "issues": "https://github.com/spiral/framework/issues",
        "source": "https://github.com/spiral/security"
    },
    "authors": [
        {
            "name": "Anton Titov (wolfy-j)",
            "email": "wolfy-j@spiralscout.com"
        },
        {
            "name": "Pavel Butchnev (butschster)",
            "homepage": "https://github.com/butschster"
        },
        {
            "name": "Aleksei Gagarin (roxblnfk)",
            "homepage": "https://github.com/roxblnfk"
        },
        {
            "name": "Maksim Smakouz (msmakouz)",
            "email": "maksim.smakouz@spiralscout.com"
        }
    ],
    "require": {
        "php": ">=8.1",
        "spiral/core": "^3.16.1",
        "spiral/hmvc": "^3.16.1"
    },
    "autoload": {
        "psr-4": {
            "Spiral\\Security\\": "src"
        }
    },
    "require-dev": {
        "spiral/console": "^3.16.1",
        "phpunit/phpunit": "^10.5.41",
        "mockery/mockery": "^1.6.12",
        "vimeo/psalm": "^6.0"
    },
    "autoload-dev": {
        "psr-4": {
            "Spiral\\Tests\\Security\\": "tests"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.17.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
