Skip to content

Commit e739523

Browse files
committed
[UC-23] Remove SyliusDataFeed plugin dependency from composer.json
1 parent 59048ee commit e739523

7 files changed

Lines changed: 0 additions & 19 deletions

File tree

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
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",
@@ -37,7 +35,6 @@
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",

config/bundles.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

33
return [
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
];

config/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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" }

config/packages/uid.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

config/routes.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
setono_sylius_feed:
2-
resource: "@SetonoSyliusFeedPlugin/Resources/config/routing.yaml"
3-
41
bitbag_user_com_customer_agreements_endpoint:
52
path: /user-com/customer-agreements
63
controller: bit_bag.sylius_user_com_plugin.controller.user_com_agreements_controller

doc/installation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
...
1717
BitBag\SyliusUserComPlugin\BitBagSyliusUserComPlugin::class => ['all' => true],
1818
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
19-
Setono\SyliusFeedPlugin\SetonoSyliusFeedPlugin::class => ['all' => true],
20-
Setono\DoctrineORMBatcherBundle\SetonoDoctrineORMBatcherBundle::class => ['all' => true],
21-
//Sylius grid bundle should be under Setono\SyliusFeedPlugin\SetonoSyliusFeedPlugin
2219
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
2320
...
2421
];

tests/Application/config/bundles.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@
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
];

0 commit comments

Comments
 (0)