Files
symfony-flex-recipes-contrib/notfloran.mjml-bundle.3.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

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
}
}
}