{ "manifests": { "msgphp/user-bundle": { "manifest": { "bundles": { "MsgPhp\\UserBundle\\MsgPhpUserBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } }, "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": "fea9ec90769540d6f369e7f4e31ca80ca768d170" } } }