File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "require" : {
88 "php" : " ^8.1" ,
9- "bitbag/sylius-feed-plugin" : " ~0.2" ,
10- "ext-openssl" : " *" ,
119 "sylius/sylius" : " ~1.13.0" ,
1210 "symfony/amqp-messenger" : " ^5.4 || ^6.4 || ^7.0" ,
1311 "symfony/messenger" : " ^5.4 || ^6.4" ,
3735 "phpunit/phpunit" : " ^10.5" ,
3836 "polishsymfonycommunity/symfony-mocker-container" : " ^1.0" ,
3937 "robertfausk/behat-panther-extension" : " ^1.1" ,
40- "setono/sylius-feed-plugin" : " dev-master" ,
4138 "sylius-labs/coding-standard" : " ^4.2" ,
4239 "sylius-labs/suite-tags-extension" : " ^0.2" ,
4340 "symfony/browser-kit" : " ^5.4 || ^6.4" ,
Original file line number Diff line number Diff line change 22
33return [
44 League \FlysystemBundle \FlysystemBundle::class => ['all ' => true ],
5- Setono \SyliusFeedPlugin \SetonoSyliusFeedPlugin::class => ['all ' => true ],
6- Setono \DoctrineORMBatcherBundle \SetonoDoctrineORMBatcherBundle::class => ['all ' => true ],
75 Sylius \Bundle \GridBundle \SyliusGridBundle::class => ['all ' => true ],
86];
Original file line number Diff line number Diff line change @@ -12,5 +12,3 @@ imports:
1212 - { resource: "events.yaml" }
1313 - { resource: "monolog.yaml" }
1414 - { resource: "packages/*" }
15-
16- - { resource: "@SetonoSyliusFeedPlugin/Resources/config/app/config.yaml" }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- setono_sylius_feed :
2- resource : " @SetonoSyliusFeedPlugin/Resources/config/routing.yaml"
3-
41bitbag_user_com_customer_agreements_endpoint :
52 path : /user-com/customer-agreements
63 controller : bit_bag.sylius_user_com_plugin.controller.user_com_agreements_controller
Original file line number Diff line number Diff line change 1616 ...
1717 BitBag\S yliusUserComPlugin\B itBagSyliusUserComPlugin::class => [' all' => true],
1818 League\F lysystemBundle\F lysystemBundle::class => [' all' => true],
19- Setono\S yliusFeedPlugin\S etonoSyliusFeedPlugin::class => [' all' => true],
20- Setono\D octrineORMBatcherBundle\S etonoDoctrineORMBatcherBundle::class => [' all' => true],
21- //Sylius grid bundle should be under Setono\S yliusFeedPlugin\S etonoSyliusFeedPlugin
2219 Sylius\B undle\G ridBundle\S yliusGridBundle::class => [' all' => true],
2320 ...
2421 ];
Original file line number Diff line number Diff line change 5858 Sylius \Calendar \SyliusCalendarBundle::class => ['all ' => true ],
5959 Symfony \WebpackEncoreBundle \WebpackEncoreBundle::class => ['all ' => true ],
6060 League \FlysystemBundle \FlysystemBundle::class => ['all ' => true ],
61- Setono \SyliusFeedPlugin \SetonoSyliusFeedPlugin::class => ['all ' => true ],
62- Setono \DoctrineORMBatcherBundle \SetonoDoctrineORMBatcherBundle::class => ['all ' => true ],
6361 Sylius \Bundle \GridBundle \SyliusGridBundle::class => ['all ' => true ],
6462];
You can’t perform that action at this time.
0 commit comments