Files
symfony-flex-recipes-contrib/archived/hugosoltys.fitz-bundle/562ddefe31c489c607bb79ec42dcbd31a2dfd1ee.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

63 lines
2.4 KiB
JSON

{
"manifests": {
"hugosoltys/fitz-bundle": {
"manifest": {
"bundles": {
"HugoSoltys\\FitzBundle\\FitzBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> How to install bundles? </>",
"<bg=blue;fg=white> </>",
"",
" * <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": "562ddefe31c489c607bb79ec42dcbd31a2dfd1ee"
}
}
}