{ "bundles": { "Rcsofttech\\AuditTrailBundle\\AuditTrailBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "env": { "AUDIT_TRAIL_INTEGRITY_SECRET": "generate(32)" }, "post-install-output": [ " ", " AuditTrailBundle ", " ", "", " * Check config/packages/audit_trail.yaml and customize it", " * Run php bin/console doctrine:migrations:migrate to apply the changes", "", " * Read the documentation at https://github.com/rcsofttech85/AuditTrailBundle" ] }