misuzu/composer.json

27 lines
602 B
JSON
Raw Normal View History

{
"require": {
"twig/twig": "^2.0",
"swiftmailer/swiftmailer": "~6.0",
"erusev/parsedown": "~1.6",
"geoip2/geoip2": "~2.0",
2018-08-23 18:13:37 +00:00
"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"
}
}