{ "manifests": { "msgphp/eav-bundle": { "manifest": { "bundles": { "MsgPhp\\EavBundle\\MsgPhpEavBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } }, "files": { "src/Entity/AttributeValue.php": { "contents": [ "id = $id;", " }", "", " public function getId(): AttributeValueId", " {", " return $this->id;", " }", "}", "" ], "executable": false }, "src/Entity/Attribute.php": { "contents": [ "id = $id;", " }", "", " public function getId(): AttributeId", " {", " return $this->id;", " }", "}", "" ], "executable": false }, "config/packages/msgphp_eav.yaml": { "contents": [ "msgphp_eav:", " class_mapping:", " MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute", " MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue", "" ], "executable": false } }, "ref": "71d362982856b2f7ddaf76d82e032e6746aab2ac" } } }