mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"locks": {
|
|
"notfloran/mjml-bundle": {
|
|
"version": "3.0",
|
|
"recipe": {
|
|
"repo": "3.0",
|
|
"branch": "master",
|
|
"version": "3.0",
|
|
"ref": "158f3cc144a0ccf89b40c1a6290407ba84dcf5e2"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"notfloran/mjml-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "notfloran/mjml-bundle",
|
|
"version": "3.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"NotFloran\\MjmlBundle\\MjmlBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/prod/mjml.yaml": {
|
|
"contents": "mjml:\n options:\n minify: true\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/mjml.yaml": {
|
|
"contents": "# see https://github.com/notFloran/mjml-bundle#binary\nmjml:\n renderer: 'binary'\n options:\n binary: '%kernel.project_dir%/node_modules/.bin/mjml'\n minify: false\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "notfloran/mjml-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |