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%/" + } +}