{ "require": { "flashwave/index": "^0.2408.40014", "flashwave/sasae": "^1.1", "flashwave/syokuhou": "^1.2", "erusev/parsedown": "~1.6", "chillerlan/php-qrcode": "^4.3", "symfony/mailer": "^6.0", "matomo/device-detector": "^6.1", "sentry/sdk": "^4.0", "nesbot/carbon": "^3.7", "flashwave/aiwass": "^1.0" }, "autoload": { "classmap": [ "database" ], "psr-4": { "Misuzu\\": "src" } }, "scripts": { "post-install-cmd": [ "./tools/migrate", "./tools/cron slow" ] }, "config": { "preferred-install": "dist", "allow-plugins": { "composer/installers": true, "wikimedia/composer-merge-plugin": false, "php-http/discovery": true } }, "require-dev": { "phpstan/phpstan": "^1.11" } }