2017-12-16 09:19:56 +01:00
|
|
|
{
|
|
|
|
"name": "flashwave/misuzu",
|
|
|
|
"description": "Community System",
|
|
|
|
"homepage": "https://flashii.net",
|
|
|
|
"support": {
|
|
|
|
"email": "me@flash.moe",
|
|
|
|
"issues": "https://github.com/flashwave/misuzu/issues"
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-12 20:26:01 +01:00
|
|
|
"php": "^7.4",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
2018-03-14 00:24:38 +01:00
|
|
|
"ext-mbstring": "*",
|
2019-12-12 20:26:01 +01:00
|
|
|
"ext-pdo": "*",
|
2019-12-13 21:37:17 +01:00
|
|
|
"ext-readline": "*",
|
2019-12-12 20:26:01 +01:00
|
|
|
"ext-xml": "*",
|
|
|
|
"ext-zip": "*",
|
2019-04-08 21:11:21 +02:00
|
|
|
"twig/twig": "^2.0",
|
2017-12-16 09:19:56 +01:00
|
|
|
"swiftmailer/swiftmailer": "~6.0",
|
2018-03-12 21:48:09 +01:00
|
|
|
"erusev/parsedown": "~1.6",
|
2018-05-26 23:36:15 +02:00
|
|
|
"geoip2/geoip2": "~2.0",
|
2018-08-23 20:13:37 +02:00
|
|
|
"twig/extensions": "^1.5",
|
2019-03-06 11:27:38 +01:00
|
|
|
"filp/whoops": "^2.2",
|
2019-03-10 01:57:19 +01:00
|
|
|
"jublonet/codebird-php": "^3.1",
|
2019-12-13 21:37:17 +01:00
|
|
|
"chillerlan/php-qrcode": "^3.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"psr/http-server-handler": "^1.0"
|
2017-12-16 09:19:56 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
2018-01-03 23:21:26 +01:00
|
|
|
"classmap": [
|
|
|
|
"database"
|
|
|
|
],
|
2017-12-16 09:19:56 +01:00
|
|
|
"psr-4": {
|
|
|
|
"Misuzu\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"utility.php"
|
|
|
|
]
|
2018-01-03 23:21:26 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
2018-07-11 22:30:17 +02:00
|
|
|
"php misuzu.php migrate",
|
2019-02-26 16:05:05 +01:00
|
|
|
"php misuzu.php cron low"
|
2018-01-03 23:21:26 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
2017-12-16 09:19:56 +01:00
|
|
|
}
|
|
|
|
}
|