Added recipes for Schedule Bundle

This commit is contained in:
Maciej Adamski
2018-10-26 10:17:33 +02:00
parent f43798bc00
commit 0b96ebef8b
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,2 @@
schedule:
manager: Adamski\Symfony\ScheduleBundle\Model\ScheduleManager
@@ -0,0 +1,8 @@
{
"bundles": {
"Adamski\\Symfony\\ScheduleBundle\\ScheduleBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}