forked from Setono/SyliusFeedPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer-require-checker.json
37 lines (37 loc) · 1.38 KB
/
composer-require-checker.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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\\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\\Calculator\\ProductVariantPriceCalculatorInterface",
"Sylius\\Component\\Core\\Model\\ChannelInterface",
"Sylius\\Component\\Core\\Model\\ImagesAwareInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\ProductTranslationInterface",
"Sylius\\Component\\Core\\Model\\ProductVariantInterface",
"Sylius\\Component\\Inventory\\Checker\\AvailabilityCheckerInterface",
"Sylius\\Component\\Inventory\\Model\\StockableInterface",
"Sylius\\Component\\Locale\\Context\\LocaleContextInterface",
"Sylius\\Component\\Locale\\Model\\LocaleInterface",
"Sylius\\Component\\Product\\Resolver\\ProductVariantResolverInterface"
]
}