From 49b47b0df5ffb94f617b44bbad6abf8f926879fa Mon Sep 17 00:00:00 2001 From: Mathieu Wambre Date: Wed, 1 Mar 2023 14:56:32 +0100 Subject: [PATCH] Add neimheadh/sonata-annotation-bundle recipe (#1489) Co-authored-by: Mathieu Wambre --- .../2.0/config/packages/sonata_annotation.yaml | 2 ++ neimheadh/sonata-annotation-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 neimheadh/sonata-annotation-bundle/2.0/config/packages/sonata_annotation.yaml create mode 100644 neimheadh/sonata-annotation-bundle/2.0/manifest.json diff --git a/neimheadh/sonata-annotation-bundle/2.0/config/packages/sonata_annotation.yaml b/neimheadh/sonata-annotation-bundle/2.0/config/packages/sonata_annotation.yaml new file mode 100644 index 00000000..ea31aaea --- /dev/null +++ b/neimheadh/sonata-annotation-bundle/2.0/config/packages/sonata_annotation.yaml @@ -0,0 +1,2 @@ +sonata_annotation: + directory: '%kernel.project_dir%/src/Entity' diff --git a/neimheadh/sonata-annotation-bundle/2.0/manifest.json b/neimheadh/sonata-annotation-bundle/2.0/manifest.json new file mode 100644 index 00000000..3725a361 --- /dev/null +++ b/neimheadh/sonata-annotation-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Neimheadh\\SonataAnnotationBundle\\SonataAnnotationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}