Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 9, 2023
1 parent 2d4a156 commit 3c683b8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 66 deletions.
67 changes: 1 addition & 66 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,71 +15,6 @@
"string",
"true",
"void",
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule",
"Sylius\\Bundle\\ApiBundle\\Command\\Cart\\AddItemToCart",
"Sylius\\Bundle\\ApiBundle\\Command\\CommandAwareDataTransformerInterface",
"Sylius\\Bundle\\ApiBundle\\Context\\UserContextInterface",
"Sylius\\Bundle\\ApiBundle\\DataTransformer\\CommandDataTransformerInterface",
"Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType",
"Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait",
"Sylius\\Bundle\\CoreBundle\\Fixture\\AbstractResourceFixture",
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\AbstractExampleFactory",
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\ExampleFactoryInterface",
"Sylius\\Bundle\\CoreBundle\\Fixture\\OptionsResolver\\LazyOption",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\ImageType",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\Order\\AddToCartType",
"Sylius\\Bundle\\LocaleBundle\\Form\\Type\\LocaleChoiceType",
"Sylius\\Bundle\\MoneyBundle\\Form\\Type\\MoneyType",
"Sylius\\Bundle\\MoneyBundle\\Formatter\\MoneyFormatterInterface",
"Sylius\\Bundle\\OrderBundle\\Controller\\AddToCartCommandInterface",
"Sylius\\Bundle\\OrderBundle\\Factory\\AddToCartCommandFactoryInterface",
"Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductType",
"Sylius\\Bundle\\ShippingBundle\\Provider\\DateTimeProvider",
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
"Sylius\\Component\\Channel\\Context\\ChannelContextInterface",
"Sylius\\Component\\Channel\\Model\\ChannelAwareInterface",
"Sylius\\Component\\Channel\\Model\\ChannelInterface",
"Sylius\\Component\\Channel\\Repository\\ChannelRepositoryInterface",
"Sylius\\Component\\Core\\Factory\\CartItemFactoryInterface",
"Sylius\\Component\\Core\\Model\\AdjustmentInterface",
"Sylius\\Component\\Core\\Model\\AdminUserInterface",
"Sylius\\Component\\Core\\Model\\ChannelInterface",
"Sylius\\Component\\Core\\Model\\CustomerInterface",
"Sylius\\Component\\Core\\Model\\Image",
"Sylius\\Component\\Core\\Model\\ImageInterface",
"Sylius\\Component\\Core\\Model\\ImagesAwareInterface",
"Sylius\\Component\\Core\\Model\\OrderInterface",
"Sylius\\Component\\Core\\Model\\OrderItemInterface",
"Sylius\\Component\\Core\\Model\\OrderItemUnitInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\ShopUserInterface",
"Sylius\\Component\\Core\\OrderCheckoutStates",
"Sylius\\Component\\Core\\Repository\\CustomerRepositoryInterface",
"Sylius\\Component\\Core\\Repository\\OrderRepositoryInterface",
"Sylius\\Component\\Core\\Repository\\ProductVariantRepositoryInterface",
"Sylius\\Component\\Core\\Uploader\\ImageUploaderInterface",
"Sylius\\Component\\Currency\\Context\\CurrencyContextInterface",
"Sylius\\Component\\Currency\\Model\\CurrencyInterface",
"Sylius\\Component\\Customer\\Model\\CustomerInterface",
"Sylius\\Component\\Grid\\Definition\\Field",
"Sylius\\Component\\Grid\\FieldTypes\\FieldTypeInterface",
"Sylius\\Component\\Locale\\Context\\LocaleContextInterface",
"Sylius\\Component\\Locale\\Context\\LocaleNotFoundException",
"Sylius\\Component\\Locale\\Model\\LocaleInterface",
"Sylius\\Component\\Mailer\\Sender\\SenderInterface",
"Sylius\\Component\\Order\\Context\\CartContextInterface",
"Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface",
"Sylius\\Component\\Order\\Model\\OrderInterface",
"Sylius\\Component\\Order\\Model\\OrderItemInterface",
"Sylius\\Component\\Order\\Modifier\\OrderItemQuantityModifierInterface",
"Sylius\\Component\\Order\\Modifier\\OrderModifierInterface",
"Sylius\\Component\\Order\\Processor\\OrderProcessorInterface",
"Sylius\\Component\\Product\\Resolver\\ProductVariantResolverInterface",
"Sylius\\Component\\Promotion\\Checker\\Rule\\RuleCheckerInterface",
"Sylius\\Component\\Promotion\\Model\\PromotionSubjectInterface",
"Sylius\\Component\\User\\Model\\UserInterface",
"Setono\\SyliusCatalogPromotionPlugin\\Rule\\Rule",
"Sylius\\Component\\User\\Model\\UserInterface"
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface"
]
}
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,26 @@
"knplabs/knp-snappy": "^1.4",
"knplabs/knp-snappy-bundle": "^1.9",
"setono/doctrine-object-manager-trait": "^1.1",
"sylius/api-bundle": "^1.0",
"sylius/channel": "^1.0",
"sylius/channel-bundle": "^1.0",
"sylius/core": "^1.0",
"sylius/core-bundle": "^1.0",
"sylius/currency": "^1.0",
"sylius/customer": "^1.0",
"sylius/grid": "^1.0",
"sylius/locale": "^1.0",
"sylius/locale-bundle": "^1.0",
"sylius/mailer": "^1.0",
"sylius/money-bundle": "^1.0",
"sylius/order": "^1.0",
"sylius/order-bundle": "^1.0",
"sylius/product": "^1.0",
"sylius/promotion": "^1.0",
"sylius/resource-bundle": "^1.8",
"sylius/shipping-bundle": "^1.0",
"sylius/ui-bundle": "^1.0",
"sylius/user": "^1.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
Expand Down

0 comments on commit 3c683b8

Please sign in to comment.