{ "minimum-stability": "dev", "prefer-stable": true, "require": { "flashwave/index": "dev-master", "flashwave/sasae": "dev-master", "chillerlan/php-qrcode": "^4.3", "symfony/mailer": "^6.0", "matomo/device-detector": "^6.1", "sentry/sdk": "^4.0", "flashwave/syokuhou": "dev-master" }, "autoload": { "classmap": [ "database" ], "psr-4": { "Hanyuu\\": "src" } }, "scripts": { "post-install-cmd": [ "./tools/migrate" ] }, "config": { "preferred-install": "dist", "allow-plugins": { "composer/installers": true, "php-http/discovery": true } }, "require-dev": { "phpstan/phpstan": "^1.10" } }