Skip to content

Commit

Permalink
Fix direct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 24, 2022
1 parent 3f0b697 commit 9327114
Showing 1 changed file with 42 additions and 40 deletions.
82 changes: 42 additions & 40 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,44 @@
{
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait",
"Sylius\\Bundle\\ChannelBundle\\Form\\Type\\ChannelChoiceType",
"Sylius\\Bundle\\CoreBundle\\Fixture\\AbstractResourceFixture",
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\AbstractExampleFactory",
"Sylius\\Bundle\\CoreBundle\\Fixture\\OptionsResolver\\LazyOption",
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
"Sylius\\Component\\Channel\\Context\\ChannelContextInterface",
"Sylius\\Component\\Channel\\Model\\ChannelInterface",
"Sylius\\Component\\Channel\\Model\\ChannelsAwareInterface",
"Sylius\\Component\\Channel\\Repository\\ChannelRepositoryInterface",
"Sylius\\Component\\Customer\\Model\\CustomerInterface",
"Sylius\\Component\\Core\\Model\\CustomerInterface",
"Sylius\\Component\\Core\\Model\\OrderInterface",
"Sylius\\Component\\Core\\Model\\OrderItemInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\TaxonInterface",
"Sylius\\Component\\Locale\\Context\\LocaleContextInterface",
"Sylius\\Component\\Order\\Context\\CartContextInterface",
"Sylius\\Component\\Order\\Model\\OrderInterface",
"Sylius\\Component\\Order\\Repository\\OrderRepositoryInterface",
"Sylius\\Component\\Product\\Model\\ProductInterface",
"Sylius\\Component\\Taxonomy\\Model\\TaxonInterface",
"Sylius\\Component\\Taxonomy\\Repository\\TaxonRepositoryInterface"
]
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"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\\OptionsResolver\\LazyOption",
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
"Sylius\\Component\\Channel\\Context\\ChannelContextInterface",
"Sylius\\Component\\Channel\\Model\\ChannelInterface",
"Sylius\\Component\\Channel\\Model\\ChannelsAwareInterface",
"Sylius\\Component\\Channel\\Repository\\ChannelRepositoryInterface",
"Sylius\\Component\\Core\\Model\\CustomerInterface",
"Sylius\\Component\\Core\\Model\\OrderInterface",
"Sylius\\Component\\Core\\Model\\OrderItemInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\TaxonInterface",
"Sylius\\Component\\Customer\\Model\\CustomerInterface",
"Sylius\\Component\\Locale\\Context\\LocaleContextInterface",
"Sylius\\Component\\Order\\Context\\CartContextInterface",
"Sylius\\Component\\Order\\Model\\OrderInterface",
"Sylius\\Component\\Order\\Repository\\OrderRepositoryInterface",
"Sylius\\Component\\Product\\Model\\ProductInterface",
"Sylius\\Component\\Taxonomy\\Model\\TaxonInterface",
"Sylius\\Component\\Taxonomy\\Repository\\TaxonRepositoryInterface",
"Symfony\\Component\\Security\\Csrf\\CsrfToken",
"Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface"
]
}

0 comments on commit 9327114

Please sign in to comment.