{
    "name": "orchestra/support",
    "description": "Support Component for Orchestra Platform",
    "homepage": "http://orchestraplatform.com/docs/latest/components/support/",
    "keywords": ["orchestra-platform", "orchestral", "laravel", "validator", "utilities"],
    "license": "MIT",
    "authors": [
        {
            "name": "Mior Muhammad Zaki",
            "email": "crynobone@gmail.com",
            "homepage": "https://github.com/crynobone"
        }
    ],
    "autoload": {
        "psr-4": {
            "Orchestra\\Support\\Facades\\" : "src/Facades/",
            "Orchestra\\Support\\Providers\\" : "src/Providers/",
            "Orchestra\\Support\\" : "src/Support/"
        }
    },
    "require": {
        "php": ">=5.5.0",
        "illuminate/support": "~5.1.0",
        "orchestra/contracts": "~3.1.0"
    },
    "require-dev": {
        "mockery/mockery": "0.9.*",
        "illuminate/database": "~5.1.0",
        "illuminate/routing": "~5.1.0",
        "illuminate/session": "~5.1.0"
    },
    "replace": {
        "orchestra/support-core": "self.version",
        "orchestra/support-facades": "self.version",
        "orchestra/support-providers": "self.version"
    },
    "suggest": {
        "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).",
        "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.1).",
        "orchestra/messages": "Allow using Messages component (~3.1)."
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.2-dev"
        }
    },
    "minimum-stability": "dev"
}
