Files
symfony-flex-recipes-contrib/lepiaf.sapient-bundle.0.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

42 lines
1.7 KiB
JSON

{
"manifests": {
"lepiaf/sapient-bundle": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"lepiaf\\SapientBundle\\SapientBundle": [
"all"
]
},
"post-install-output": [
" * Bundle is installed but it require a configuration.",
" Run command <fg=green>bin/console sapient:configure</>.",
" Then, copy output of command and paste it in <fg=green>config/packages/sapient.yaml</>",
"",
" * <fg=blue>Read</> the documentation at <comment>http://sapient-bundle.readthedocs.io/en/latest/</>"
]
},
"files": {
"config/packages/sapient.yaml": {
"contents": [
"sapient:",
" # By default, bundle does nothing without initial configuration.",
" # Run command sapient:configure to get initial configuration.",
" # See http://sapient-bundle.readthedocs.io/en/latest/installation.html",
" guzzle_middleware:",
" unseal: false",
" verify: false",
" sealing_public_keys: null",
" verifying_public_keys: null",
""
],
"executable": false
}
},
"ref": "37101293e516acdf806bf0684e4b9316af9c5d26"
}
}
}