misuzu/composer.json

27 lines
552 B
JSON
Raw Normal View History

2022-09-13 13:14:49 +00:00
{
"require": {
"twig/twig": "^3.0",
"erusev/parsedown": "~1.6",
"chillerlan/php-qrcode": "^4.3",
"symfony/mailer": "^6.0",
"matomo/device-detector": "^6.1"
2022-09-13 13:14:49 +00:00
},
"autoload": {
"classmap": [
"database"
]
},
"scripts": {
"post-install-cmd": [
"./tools/migrate",
"./tools/cron slow"
2022-09-13 13:14:49 +00:00
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"composer/installers": true
}
}
}