diff --git a/ywh/cvss-bundle/1.0/config/packages/ywh_doctrine_encryption.yaml b/ywh/cvss-bundle/1.0/config/packages/ywh_doctrine_encryption.yaml new file mode 100644 index 00000000..6c4739ab --- /dev/null +++ b/ywh/cvss-bundle/1.0/config/packages/ywh_doctrine_encryption.yaml @@ -0,0 +1,2 @@ +ywh_cvss: +# translation_domain: cvss diff --git a/ywh/cvss-bundle/1.0/manifest.json b/ywh/cvss-bundle/1.0/manifest.json new file mode 100644 index 00000000..02fd78b1 --- /dev/null +++ b/ywh/cvss-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "YWH\\CvssBundle\\YWHCvssBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}