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