2017-12-16 08:19:56 +00:00
|
|
|
{
|
|
|
|
"require": {
|
2022-02-15 21:21:19 +00:00
|
|
|
"twig/twig": "^3.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",
|
2022-03-01 23:14:03 +00:00
|
|
|
"chillerlan/php-qrcode": "^4.3",
|
2022-02-15 22:14:38 +00:00
|
|
|
"whichbrowser/parser": "^2.0",
|
|
|
|
"symfony/mailer": "^6.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": {
|
2022-02-15 21:21:19 +00:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/installers": true
|
|
|
|
}
|
2017-12-16 08:19:56 +00:00
|
|
|
}
|
|
|
|
}
|