{ "locks": { "msgphp/eav-bundle": { "version": "0.10", "recipe": { "repo": "0.10", "branch": "master", "version": "0.10", "ref": "71d362982856b2f7ddaf76d82e032e6746aab2ac" } } }, "manifests": { "msgphp/eav-bundle": { "repository": "github.com/symfony/recipes-contrib", "package": "msgphp/eav-bundle", "version": "0.10", "manifest": { "bundles": { "MsgPhp\\EavBundle\\MsgPhpEavBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } }, "files": { "src/Entity/AttributeValue.php": { "contents": "id = $id;\n }\n\n public function getId(): AttributeValueId\n {\n return $this->id;\n }\n}\n", "executable": false, "encoding": "" }, "src/Entity/Attribute.php": { "contents": "id = $id;\n }\n\n public function getId(): AttributeId\n {\n return $this->id;\n }\n}\n", "executable": false, "encoding": "" }, "config/packages/msgphp_eav.yaml": { "contents": "msgphp_eav:\n class_mapping:\n MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute\n MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue\n", "executable": false, "encoding": "" } }, "origin": "msgphp/eav-bundle:0.10@github.com/symfony/recipes-contrib:master", "is_contrib": true } } }