misuzu/composer.json

29 lines
636 B
JSON
Raw Normal View History

2022-09-13 13:14:49 +00:00
{
"require": {
"twig/twig": "^3.0",
"erusev/parsedown": "~1.6",
"geoip2/geoip2": "~2.0",
"jublonet/codebird-php": "^3.1",
"chillerlan/php-qrcode": "^4.3",
"whichbrowser/parser": "^2.0",
"symfony/mailer": "^6.0"
},
"autoload": {
"classmap": [
"database"
]
},
"scripts": {
"post-install-cmd": [
"php misuzu.php migrate",
"php misuzu.php cron low"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"composer/installers": true
}
}
}