2017-12-16 09:19:56 +01:00
|
|
|
{
|
|
|
|
"require": {
|
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-10 01:57:19 +01: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 09:19:56 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
2018-01-03 23:21:26 +01:00
|
|
|
"classmap": [
|
|
|
|
"database"
|
2017-12-16 09:19:56 +01:00
|
|
|
]
|
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
|
|
|
}
|
|
|
|
}
|