26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"require": {
|
|
"twig/twig": "^2.0",
|
|
"swiftmailer/swiftmailer": "~6.0",
|
|
"erusev/parsedown": "~1.6",
|
|
"geoip2/geoip2": "~2.0",
|
|
"twig/extensions": "^1.5",
|
|
"jublonet/codebird-php": "^3.1",
|
|
"chillerlan/php-qrcode": "^3.0",
|
|
"whichbrowser/parser": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"database"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"php misuzu.php migrate",
|
|
"php misuzu.php cron low"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|