{ "locks": { "msgphp/user-bundle": { "version": "0.10", "recipe": { "repo": "0.10", "branch": "master", "version": "0.10", "ref": "ba0713a124b0716cce44f2989fd31a20945318ba" } } }, "manifests": { "msgphp/user-bundle": { "repository": "github.com/symfony/recipes-contrib", "package": "msgphp/user-bundle", "version": "0.10", "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;\n }\n\n public function getId(): UserId\n {\n return $this->id;\n }\n}\n", "executable": false, "encoding": "" }, "config/packages/msgphp_user.yaml": { "contents": "msgphp_user:\n class_mapping:\n MsgPhp\\User\\User: App\\Entity\\User\n", "executable": false, "encoding": "" } }, "origin": "msgphp/user-bundle:0.10@github.com/symfony/recipes-contrib:master", "is_contrib": true } } }