{
    "name": "jgrossi/corcel",
    "replace": { "juniorgrossi/corcel": "self.version" },
    "description": "Use WordPress backend with any PHP framework",
    "homepage": "http://github.com/jgrossi/corcel",
    "license": "MIT",
    "authors": [
        {
            "name": "Junior Grossi",
            "email": "juniorgro@gmail.com",
            "homepage": "http://jgrossi.com"
        }
    ],
    "require": {
        "php":  ">=5.4.0",
        "illuminate/database": ">=5.0.0",
        "illuminate/contracts": ">=5.0.0",
        "illuminate/support": ">=5.0.0",
        "hautelook/phpass": "0.3.4",
        "thunderer/shortcode": "^0.6.2"
    },
    "require-dev": {
        "phpunit/phpunit": "4.2.2"
    },
    "autoload": {
        "psr-4": {
            "Corcel\\": "src/"
        },
        "classmap": [
            "models"
        ]
    }
}
