{ "manifests": { "sonata-project/media-orm-pack": { "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" }, "post-install-output": [ " * If you are using sonata-project/classification-bundle, fix annotations for", " App\\Entity\\SonataMediaMedia::$category" ] }, "files": { "src/Entity/SonataMediaGallery.php": { "contents": [ "id;", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "src/Entity/SonataMediaMedia.php": { "contents": [ "id;", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "src/Entity/SonataMediaGalleryHasMedia.php": { "contents": [ "id;", " }", "", " /**", " * @ORM\\PrePersist", " */", " public function prePersist(): void", " {", " parent::prePersist();", " }", "", " /**", " * @ORM\\PreUpdate", " */", " public function preUpdate(): void", " {", " parent::preUpdate();", " }", "}", "" ], "executable": false }, "config/packages/sonata_media_orm.yaml": { "contents": [ "sonata_media:", " class:", " media: App\\Entity\\SonataMediaMedia", " gallery: App\\Entity\\SonataMediaGallery", " gallery_has_media: App\\Entity\\SonataMediaGalleryHasMedia", " category: App\\Entity\\SonataClassificationCategory", " db_driver: doctrine_orm", "" ], "executable": false } }, "ref": "5961ad63ce003f2735f17026d612f7a87954f5c8" } } }