{
    "name": "machuga/authority",
    "description": "A simple and flexible authorization system for PHP",
    "license": "mit",
    "authors": [
        {
            "name": "Matthew Machuga",
            "email": "machuga@gmail.com"
        },
        {
            "name": "Koen Schmeets",
            "email": "hello@koenschmeets.nl"
        },
        {
            "name": "Jesse O'Brien",
            "email": "jesse@jesse-obrien.ca"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/events": "~4"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "mockery/mockery": "0.7.*"
    },
    "minimum-stability": "stable",
    "autoload": {
        "psr-0": {
            "Authority": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.1.x-dev"
        }
    }
}
