diff --git a/corvet/light-field-bundle/1.0/manifest.json b/corvet/light-field-bundle/1.0/manifest.json new file mode 100644 index 00000000..c664804d --- /dev/null +++ b/corvet/light-field-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [ "all" ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "corvet:install": "symfony-cmd" + } +}