Files
Adrien Lbt 88fb52b60b Create recipes for adrienlbt/hexagonal-maker-bundle (#1796)
* 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>
2025-05-16 00:28:05 +04:00

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%/"
}
}