Files
symfony-flex-recipes-contrib/hugosoltys.fitz-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

59 lines
2.2 KiB
JSON

{
"manifests": {
"hugosoltys/fitz-bundle": {
"manifest": {
"bundles": {
"HugoSoltys\\FitzBundle\\FitzBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Choose your bundles</> by visiting <comment>http://localhost/fitz/install</>",
" * <fg=blue>Install</> them by running <comment>php bin/console fitz:install</>"
]
},
"files": {
"config/packages/dev/hugosoltys_fitz.yaml": {
"contents": [
"fitz:",
" composer_path: '/usr/local/bin/composer'",
" queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle'",
""
],
"executable": false
},
"config/packages/test/hugosoltys_fitz.yaml": {
"contents": [
"fitz:",
" composer_path: '/usr/local/bin/composer'",
" queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle'",
""
],
"executable": false
},
"config/routes/dev/hugosoltys_fitz.yaml": {
"contents": [
"fitz:",
" resource: \"@FitzBundle/Resources/config/routing.xml\"",
""
],
"executable": false
},
"config/routes/test/hugosoltys_fitz.yaml": {
"contents": [
"fitz:",
" resource: \"@FitzBundle/Resources/config/routing.xml\"",
""
],
"executable": false
}
},
"ref": "60274445d53fa5ef8e371122e4996bf61f4fc2b2"
}
}
}