-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer-require-checker.json
45 lines (45 loc) · 1.91 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
38
39
40
41
42
43
44
45
{
"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\\ChannelBundle\\Form\\Type\\ChannelType",
"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\\Checkout\\AddressType",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\Checkout\\CompleteType",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\Customer\\CustomerCheckoutGuestType",
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
"Sylius\\Component\\Channel\\Context\\ChannelContextInterface",
"Sylius\\Component\\Channel\\Context\\ChannelNotFoundException",
"Sylius\\Component\\Channel\\Model\\ChannelAwareInterface",
"Sylius\\Component\\Channel\\Model\\ChannelInterface",
"Sylius\\Component\\Channel\\Repository\\ChannelRepositoryInterface",
"Sylius\\Component\\Core\\Model\\ChannelInterface",
"Sylius\\Component\\Core\\Model\\CustomerInterface",
"Sylius\\Component\\Core\\Model\\OrderInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\ProductVariantInterface",
"Sylius\\Component\\Core\\OrderCheckoutStates",
"Sylius\\Component\\Core\\Repository\\CustomerRepositoryInterface",
"Sylius\\Component\\Core\\Repository\\OrderRepositoryInterface",
"Sylius\\Component\\Currency\\Converter\\CurrencyConverterInterface"
]
}