2016-07-21 22:01:57 +08:00
|
|
|
{
|
2016-07-24 14:09:53 +08:00
|
|
|
"name": "blessing-skin-server",
|
|
|
|
"description": "Just a simple open-source Minecraft skin server written in PHP.",
|
|
|
|
"license": "GPL-3.0",
|
2016-07-21 22:01:57 +08:00
|
|
|
"require": {
|
2016-07-29 11:13:39 +08:00
|
|
|
"php": ">=5.5.9",
|
2016-07-21 22:01:57 +08:00
|
|
|
"filp/whoops": "^2.1",
|
|
|
|
"illuminate/database": "^5.2",
|
|
|
|
"pecee/simple-router": "1.7.4.2",
|
|
|
|
"vlucas/phpdotenv": "^2.3",
|
|
|
|
"xiaoler/blade": "^0.2.2",
|
|
|
|
"gregwar/captcha": "^1.1",
|
|
|
|
"phpmailer/phpmailer": "^5.2"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-08-24 22:43:04 +08:00
|
|
|
"App\\": "app/",
|
2016-08-25 22:44:03 +08:00
|
|
|
"Blessing\\": "app/Core"
|
2016-07-21 22:01:57 +08:00
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"app/Models"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|