🏡 index : ~doyle/koselig.git

{
    "name": "koselig/library",
    "description": "Integrate Wordpress into Laravel seamlessly",
    "license": "GPL-3.0+",
    "authors": [
        {
            "name": "Jordan Doyle",
            "email": "jordan@doyle.wf"
        }
    ],
    "require": {
        "illuminate/support": "5.3.*",
        "illuminate/database": "^5.3",
        "illuminate/routing": "^5.3",
        "watson/rememberable": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "Koselig\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    }
}