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

36 lines
1.4 KiB
JSON

{
"manifests": {
"damienharper/doctrine-audit-bundle": {
"manifest": {
"bundles": {
"DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/dh_doctrine_audit.yaml": {
"contents": [
"dh_doctrine_audit:",
" # Configuration reference available at:",
" # https://github.com/DamienHarper/DoctrineAuditBundle#configuration",
"",
" entities:",
"# MyBundle\\Entity\\MyAuditedEntity1: null # all MyAuditedEntity1 properties are audited",
"# MyBundle\\Entity\\MyAuditedEntity2:",
"# ignored_columns: # MyAuditedEntity2 properties to be ignored by the audit process",
"# - createdAt",
"# - updatedAt",
""
],
"executable": false
}
},
"ref": "ab8b371ee4206c79a144f3617d8eef3d6e7b87be"
}
}
}