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