File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 sylius : " ~2.1.0"
3636 node : " 22.x"
3737 database : " mysql"
38- mysql : " 8.4 "
38+ mysql : " 8.0 "
3939 state_machine_adapter : " winzou_state_machine"
4040
4141 env :
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ framework:
88 # 1000 * 60 * 10
99 delay : 600000
1010 multiplier : 2
11- # routing:
12- # BitBag\SyliusUserComPlugin\Message\OrderSynchronization: user_com_asynchronous
13- # BitBag\SyliusUserComPlugin\Message\UserSynchronization: user_com_asynchronous
11+ routing :
12+ BitBag\SyliusUserComPlugin\Message\OrderSynchronization : user_com_asynchronous
13+ BitBag\SyliusUserComPlugin\Message\UserSynchronization : user_com_asynchronous
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file has been created by developers from BitBag.
5+ * Feel free to contact us once you face any issues or want to start
6+ * You can find more information about us on https://bitbag.io and write us
7+ * an email on hello@bitbag.io.
8+ */
9+
310declare (strict_types=1 );
411
512namespace BitBag \SyliusUserComPlugin \Migrations ;
You can’t perform that action at this time.
0 commit comments