{
    "name": "machuga/authority-l4",
    "type": "library",
    "description": "A simple and flexible authorization system for PHP",
    "keywords": ["laravel", "laravel 4", "authentication", "authorization"],
    "homepage": "https://github.com/machuga/authority-l4",
    "authors": [
        {
            "name": "Matthew Machuga",
            "email": "machuga@gmail.com"
        },
        {
            "name": "Koen Schmeets",
            "email": "hello@koenschmeets.nl"
        },
        {
            "name": "Jesse O'Brien",
            "email": "jesse@jesse-obrien.ca"
        },
        {
            "name": "Conar Welsh",
            "email": "conar@welshlabs.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "~4",
        "machuga/authority" : "2.1.*"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "mockery/mockery": "0.7.*"
    },
    "autoload": {
        "classmap": [
            "src/migrations"
        ],
        "psr-0": {
            "Authority\\AuthorityL4": "src/"
        }
    },
    "minimum-stability": "stable",
    "extra": {
        "branch-alias": {
            "dev-master": "2.1.x-dev"
        }
    }
}
