{
"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"
},
"autoload": {
"psr-4": {
"Koselig\\": "src/"
}
}
}