Add sonata-project/notification-bundle recipe

This commit is contained in:
Andrey F. Mindubaev
2018-04-20 18:32:16 +03:00
parent 0ebd08256e
commit 5253d9ece5
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
sonata_notification:
consumers:
register_default: false
admin:
enabled: false
@@ -0,0 +1,8 @@
{
"bundles": {
"Sonata\\NotificationBundle\\SonataNotificationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}