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 (#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>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
when@dev:
|
||||
hexagonal_maker:
|
||||
application_path: 'Application'
|
||||
domain_path: 'Domain'
|
||||
infrastructure_path: 'Infrastructure'
|
||||
14
adrienlbt/hexagonal-maker-bundle/1.2/manifest.json
Normal file
14
adrienlbt/hexagonal-maker-bundle/1.2/manifest.json
Normal file
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user