-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer-require-checker.json
44 lines (44 loc) · 1.75 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
{
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"Faker\\Factory",
"Sylius\\Bundle\\CoreBundle\\Application\\SyliusPluginTrait",
"Sylius\\Bundle\\CoreBundle\\Fixture\\AbstractResourceFixture",
"Sylius\\Bundle\\CoreBundle\\Fixture\\Factory\\AbstractExampleFactory",
"Sylius\\Bundle\\CoreBundle\\Form\\Type\\ImageType",
"Sylius\\Bundle\\ProductBundle\\Form\\Type\\ProductAutocompleteChoiceType",
"Sylius\\Bundle\\UiBundle\\Menu\\Event\\MenuBuilderEvent",
"Sylius\\Component\\Core\\Calculator\\ProductVariantPriceCalculatorInterface",
"Sylius\\Component\\Core\\Formatter\\StringInflector",
"Sylius\\Component\\Core\\Model\\AdjustmentInterface",
"Sylius\\Component\\Core\\Model\\ChannelInterface",
"Sylius\\Component\\Core\\Model\\Image",
"Sylius\\Component\\Core\\Model\\ImageInterface",
"Sylius\\Component\\Core\\Model\\ImagesAwareInterface",
"Sylius\\Component\\Core\\Model\\OrderItemInterface",
"Sylius\\Component\\Core\\Model\\ProductInterface",
"Sylius\\Component\\Core\\Model\\ProductVariantInterface",
"Sylius\\Component\\Core\\Repository\\ProductRepositoryInterface",
"Sylius\\Component\\Core\\Uploader\\ImageUploaderInterface",
"Sylius\\Component\\Order\\Factory\\AdjustmentFactoryInterface",
"Sylius\\Component\\Order\\Model\\OrderInterface",
"Sylius\\Component\\Order\\Model\\OrderItemUnitInterface",
"Sylius\\Component\\Order\\Processor\\OrderProcessorInterface",
"Sylius\\Component\\Product\\Generator\\SlugGeneratorInterface",
"Sylius\\Component\\Product\\Resolver\\ProductVariantResolverInterface"
]
}