mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Create recipes for adrienlbt/hexagonal-maker-bundle * Fix errors after bot recipes check * Fix erros recipes bot check. Add newline at end of manifest * Rename hexagonal-maker-bundle.yaml to hexagonal_maker_bundle.yaml * Edit version from 1.0 to 1.1 * Edit version from 1.1 to 1.2 * Update adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml Edit bundle configuration switch to dev declaration Co-authored-by: Dmitri Perunov <diimpp@gmail.com> --------- Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"bundles": {
|
|
"AdrienLbt\\HexagonalMakerBundle\\HexagonalMakerBundle": ["dev"]
|
|
},
|
|
"composer-scripts": {
|
|
"make:hexagonal:autoload": "symfony-cmd"
|
|
},
|
|
"post-install-output": [
|
|
"🎉 Le bundle Hexagonal Maker has been installed."
|
|
],
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|