2017-12-16 08:19:56 +00:00
|
|
|
{
|
|
|
|
"require": {
|
2019-04-08 19:11:21 +00:00
|
|
|
"twig/twig": "^2.0",
|
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",
|
2019-03-10 00:57:19 +00:00
|
|
|
"jublonet/codebird-php": "^3.1",
|
2020-05-25 14:33:52 +00:00
|
|
|
"chillerlan/php-qrcode": "^3.0",
|
|
|
|
"whichbrowser/parser": "^2.0"
|
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
|
|
|
]
|
2018-01-03 22:21:26 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
2018-07-11 20:30:17 +00:00
|
|
|
"php misuzu.php migrate",
|
2019-02-26 15:05:05 +00:00
|
|
|
"php misuzu.php cron low"
|
2018-01-03 22:21:26 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
2017-12-16 08:19:56 +00:00
|
|
|
}
|
|
|
|
}
|