forked from j-guyon/CommandSchedulerBundle
-
Notifications
You must be signed in to change notification settings - Fork 24
Migration
chris edited this page Mar 22, 2021
·
1 revision
If you are using the Version from j-guyon/CommandSchedulerBundle you can make an easy update to this bundle.
Copy your configuration Code from /config/packages/scheduler.yaml in another temporary file.
composer remove jmose/command-scheduler-bundle
Follow this Installation-Guide
Add the configuration from your temporary folder.
Until the Symfony Flex Recipe is available please do the following steps. Downloads the 2x files from https://github.com/symfony/recipes-contrib/tree/master/jmose/command-scheduler-bundle/2.0/config (or copy the existing ones before you uninstall it) and change the name. JMose => Dukecity jmose => dukecity
/config/packages/scheduler.yaml jmose_command_scheduler => dukecity_command_scheduler