2017-12-16 08:19:56 +00:00
|
|
|
{
|
|
|
|
"name": "flashwave/misuzu",
|
|
|
|
"description": "Community System",
|
|
|
|
"homepage": "https://flashii.net",
|
|
|
|
"support": {
|
|
|
|
"email": "me@flash.moe",
|
|
|
|
"issues": "https://github.com/flashwave/misuzu/issues"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2",
|
2018-03-12 20:48:09 +00:00
|
|
|
"ext-bcmath": "*",
|
2018-03-13 23:24:38 +00:00
|
|
|
"ext-mbstring": "*",
|
2017-12-19 08:11:55 +00:00
|
|
|
"twig/twig": "~2.4",
|
2017-12-16 08:19:56 +00:00
|
|
|
"swiftmailer/swiftmailer": "~6.0",
|
2018-03-12 20:48:09 +00:00
|
|
|
"erusev/parsedown": "~1.6",
|
2018-05-26 21:36:15 +00:00
|
|
|
"geoip2/geoip2": "~2.0",
|
2018-08-23 18:13:37 +00:00
|
|
|
"twig/extensions": "^1.5",
|
|
|
|
"filp/whoops": "^2.2"
|
2017-12-16 08:19:56 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
2018-01-03 22:21:26 +00:00
|
|
|
"classmap": [
|
|
|
|
"database"
|
|
|
|
],
|
2017-12-16 08:19:56 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Misuzu\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"utility.php"
|
|
|
|
]
|
2018-01-03 22:21:26 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
2018-07-11 20:30:17 +00:00
|
|
|
"php misuzu.php migrate",
|
|
|
|
"php misuzu.php cron"
|
2018-01-03 22:21:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
2017-12-16 08:19:56 +00:00
|
|
|
}
|
|
|
|
}
|