diff --git a/m-adamski/symfony-schedule-bundle/1.0/config/packages/schedule.yaml b/m-adamski/symfony-schedule-bundle/1.0/config/packages/schedule.yaml new file mode 100644 index 00000000..f1ce1363 --- /dev/null +++ b/m-adamski/symfony-schedule-bundle/1.0/config/packages/schedule.yaml @@ -0,0 +1,2 @@ +schedule: + manager: Adamski\Symfony\ScheduleBundle\Model\ScheduleManager diff --git a/m-adamski/symfony-schedule-bundle/1.0/manifest.json b/m-adamski/symfony-schedule-bundle/1.0/manifest.json new file mode 100644 index 00000000..d8cf4c60 --- /dev/null +++ b/m-adamski/symfony-schedule-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Adamski\\Symfony\\ScheduleBundle\\ScheduleBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}