mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
63 lines
2.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|