From 88fb52b60bf5a96446ff704bfe741b2d27324648 Mon Sep 17 00:00:00 2001 From: Adrien Lbt <80911481+AdrienWac@users.noreply.github.com> Date: Thu, 15 May 2025 22:28:05 +0200 Subject: [PATCH] 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 --------- Co-authored-by: Dmitri Perunov --- .../config/packages/hexagonal_maker_bundle.yaml | 5 +++++ adrienlbt/hexagonal-maker-bundle/1.2/manifest.json | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml create mode 100644 adrienlbt/hexagonal-maker-bundle/1.2/manifest.json diff --git a/adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml b/adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml new file mode 100644 index 00000000..bf6aa951 --- /dev/null +++ b/adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml @@ -0,0 +1,5 @@ +when@dev: + hexagonal_maker: + application_path: 'Application' + domain_path: 'Domain' + infrastructure_path: 'Infrastructure' diff --git a/adrienlbt/hexagonal-maker-bundle/1.2/manifest.json b/adrienlbt/hexagonal-maker-bundle/1.2/manifest.json new file mode 100644 index 00000000..6b1c5d89 --- /dev/null +++ b/adrienlbt/hexagonal-maker-bundle/1.2/manifest.json @@ -0,0 +1,14 @@ +{ + "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%/" + } +}