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