mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
36 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|