{
    "name": "konekt/acl",
    "description": "Concord Module for Permission handling (Laravel 9 - 10)",
    "keywords": ["spatie", "laravel", "permission", "acl", "security", "konekt", "concord"],
    "homepage": "https://github.com/artkonekt/acl",
    "license": "MIT",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        },
        {
            "name": "Attila Fulop",
            "homepage": "https://github.com/fulopattila122"
        }
    ],
    "require": {
        "php" : "^8.0",
        "illuminate/auth": "^10.0|^11.0",
        "illuminate/container": "^10.0|^11.0",
        "illuminate/contracts": "^10.0|^11.0",
        "illuminate/database": "^10.0|^11.0",
        "konekt/concord": "^1.13"
    },
    "require-dev": {
        "orchestra/testbench": "^8.0|^9.0",
        "phpunit/phpunit" : "^10.0"
    },
    "autoload": {
        "psr-4": {
            "Konekt\\Acl\\": "src"
        },
        "files": [
            "src/Support/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Konekt\\Acl\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "config": {
        "sort-packages": true
    }
}
