From bcff1ec63912cbf5ad038d2cd6de538993945d0c Mon Sep 17 00:00:00 2001 From: HERON Date: Sat, 10 Feb 2018 15:54:05 +0100 Subject: [PATCH] add onurb/doctrine-yuml-bundle recipe --- .../doctrine-yuml-bundle/1.1/config/routes/dev/yuml.yaml | 3 +++ onurb/doctrine-yuml-bundle/1.1/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 onurb/doctrine-yuml-bundle/1.1/config/routes/dev/yuml.yaml create mode 100644 onurb/doctrine-yuml-bundle/1.1/manifest.json diff --git a/onurb/doctrine-yuml-bundle/1.1/config/routes/dev/yuml.yaml b/onurb/doctrine-yuml-bundle/1.1/config/routes/dev/yuml.yaml new file mode 100644 index 00000000..b9937452 --- /dev/null +++ b/onurb/doctrine-yuml-bundle/1.1/config/routes/dev/yuml.yaml @@ -0,0 +1,3 @@ +doctrine_yuml: + resource: "@OnurbYumlBundle/Resources/config/routing.yml" + prefix: / diff --git a/onurb/doctrine-yuml-bundle/1.1/manifest.json b/onurb/doctrine-yuml-bundle/1.1/manifest.json new file mode 100644 index 00000000..4424c902 --- /dev/null +++ b/onurb/doctrine-yuml-bundle/1.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Onurb\\Bundle\\YumlBundle\\OnurbYumlBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}