{ "manifests": { "msgphp/user-bundle": { "manifest": { "bundles": { "MsgPhp\\UserBundle\\MsgPhpUserBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" }, "post-install-output": [ " * Install the Symfony Maker Bundle using composer require maker --dev. It's required for the next step.", "", " * Run bin/console make:user:msgphp. It will guide you through the basic setup by asking a series of", " questions and generates the minimal application source files needed." ] }, "files": { "src/Entity/User.php": { "contents": [ "id = $id;", " }", "", " public function getId(): UserId", " {", " return $this->id;", " }", "}", "" ], "executable": false }, "config/packages/msgphp_user.yaml": { "contents": [ "msgphp_user:", " class_mapping:", " MsgPhp\\User\\User: App\\Entity\\User", "" ], "executable": false } }, "ref": "ba0713a124b0716cce44f2989fd31a20945318ba" } } }