{ "require": { "flashwave/index": "^0.2410", "ramsey/uuid": "^4.7", "sentry/sdk": "^4.0", "nesbot/carbon": "^3.7" }, "autoload": { "classmap": [ "database" ], "psr-4": { "Mince\\": "src" } }, "scripts": { "post-install-cmd": [ "./tools/migrate" ] }, "config": { "preferred-install": "dist", "allow-plugins": { "composer/installers": true } } }