forked from Setono/SyliusTermsPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer-require-checker.json
32 lines (32 loc) · 1.15 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
{
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"Faker\\Factory",
"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\\CoreBundle\\Form\\Type\\Checkout\\CompleteType",
"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\\Formatter\\StringInflector"
]
}