Remove 2.0 version from recipe as 1.4 is forward compatible

This commit is contained in:
Roni Kumar Saha
2020-02-13 08:27:51 +06:00
parent dec3d882e8
commit 1902457dbc
3 changed files with 1 additions and 14 deletions

View File

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

View File

@@ -1,5 +0,0 @@
# 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

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