Skip to content

Commit

Permalink
added package for generating Persoo category feed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Dec 1, 2023
1 parent 44fc66d commit 66a439f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"shopsys/migrations": "14.0.x-dev",
"shopsys/plugin-interface": "14.0.x-dev",
"shopsys/postgres-search-bundle": "^0.4",
"shopsys/category-feed-persoo": "14.0.x-dev",
"shopsys/product-feed-google": "14.0.x-dev",
"shopsys/product-feed-heureka": "14.0.x-dev",
"shopsys/product-feed-heureka-delivery": "14.0.x-dev",
Expand Down
1 change: 1 addition & 0 deletions app/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
Shopsys\MigrationBundle\ShopsysMigrationBundle::class => ['all' => true],
Shopsys\ProductFeed\HeurekaBundle\ShopsysProductFeedHeurekaBundle::class => ['all' => true],
Shopsys\ProductFeed\GoogleBundle\ShopsysProductFeedGoogleBundle::class => ['all' => true],
Shopsys\CategoryFeed\PersooBundle\ShopsysCategoryFeedPersooBundle::class => ['all' => true],
Shopsys\ProductFeed\ZboziBundle\ShopsysProductFeedZboziBundle::class => ['all' => true],
Shopsys\ProductFeed\HeurekaDeliveryBundle\ShopsysProductFeedHeurekaDeliveryBundle::class => ['all' => true],
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
Expand Down

0 comments on commit 66a439f

Please sign in to comment.