Revert "Remove 2.0 version from recipe as 1.4 is forward compatible"

This reverts commit 1902457d
This commit is contained in:
Roni Kumar Saha
2020-03-12 07:10:04 +06:00
parent 1902457dbc
commit aa2053b1c5
3 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Read the documentation: http://xiidea.github.io/EasyAuditBundle/
xiidea_easy_audit:
audit_log_class: Xiidea\EasyAuditBundle\Model\BaseAuditLog
entity_class: Xiidea\EasyAuditBundle\Entity\BaseAuditLog
default_logger: false
user_property : null # or username

View File

@@ -0,0 +1,5 @@
# Read the documentation: http://xiidea.github.io/EasyAuditBundle/
xiidea_easy_audit:
audit_log_class: Xiidea\EasyAuditBundle\Model\BaseAuditLog
default_logger: false
user_property : null # or username

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Xiidea\\EasyAuditBundle\\XiideaEasyAuditBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}