forked from Sylius/Sylius
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer-require-checker.json
119 lines (119 loc) · 5.27 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"symbol-whitelist" : [
"null", "true", "false",
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
"random_bytes", "random_int",
"ApiPlatform\\Doctrine\\Common\\Filter\\OrderFilterInterface",
"ApiPlatform\\Metadata\\CollectionOperationInterface",
"ApiPlatform\\Metadata\\DeleteOperationInterface",
"ApiPlatform\\Metadata\\Exception\\InvalidArgumentException",
"ApiPlatform\\Metadata\\Exception\\InvalidIdentifierException",
"ApiPlatform\\Metadata\\Exception\\ItemNotFoundException",
"ApiPlatform\\Metadata\\Exception\\RuntimeException",
"ApiPlatform\\Metadata\\Get",
"ApiPlatform\\Metadata\\GetCollection",
"ApiPlatform\\Metadata\\HttpOperation",
"ApiPlatform\\Metadata\\IriConverterInterface",
"ApiPlatform\\Metadata\\NotExposed",
"ApiPlatform\\Metadata\\Operation",
"ApiPlatform\\Metadata\\Patch",
"ApiPlatform\\Metadata\\Post",
"ApiPlatform\\Metadata\\Put",
"ApiPlatform\\Metadata\\Resource\\Factory\\ResourceMetadataCollectionFactoryInterface",
"ApiPlatform\\Metadata\\UriVariablesConverterInterface",
"ApiPlatform\\Metadata\\UrlGeneratorInterface",
"ApiPlatform\\Metadata\\Util\\ClassInfoTrait",
"ApiPlatform\\OpenApi\\Factory\\OpenApiFactoryInterface",
"ApiPlatform\\OpenApi\\Model\\Operation",
"ApiPlatform\\OpenApi\\Model\\Parameter",
"ApiPlatform\\OpenApi\\Model\\PathItem",
"ApiPlatform\\OpenApi\\Model\\Paths",
"ApiPlatform\\OpenApi\\Model\\RequestBody",
"ApiPlatform\\OpenApi\\OpenApi",
"ApiPlatform\\State\\ProcessorInterface",
"ApiPlatform\\State\\ProviderInterface",
"ApiPlatform\\State\\SerializerContextBuilderInterface",
"ApiPlatform\\State\\UriVariablesResolverTrait",
"ApiPlatform\\Validator\\Exception\\ValidationException",
"Behat\\Behat\\Tester\\ScenarioTester",
"Behat\\Behat\\Tester\\ServiceContainer\\TesterExtension",
"Behat\\Gherkin\\Node\\FeatureNode",
"Behat\\Gherkin\\Node\\ScenarioInterface",
"Behat\\Gherkin\\Node\\ScenarioNode",
"Behat\\Testwork\\Environment\\Environment",
"Behat\\Testwork\\ServiceContainer\\Extension",
"Behat\\Testwork\\ServiceContainer\\ExtensionManager",
"Behat\\Testwork\\Suite\\Exception\\ParameterNotFoundException",
"Behat\\Testwork\\Tester\\Result\\TestResult",
"Behat\\Testwork\\Tester\\Setup\\Setup",
"Behat\\Testwork\\Tester\\Setup\\Teardown",
"Doctrine\\DBAL\\Platforms\\MySqlPlatform",
"enshrined\\svgSanitize\\Sanitizer",
"Http\\Client\\HttpClient",
"HWI\\Bundle\\OAuthBundle\\Connect\\AccountConnectorInterface",
"HWI\\Bundle\\OAuthBundle\\OAuth\\Response\\UserResponseInterface",
"HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\OAuthAwareUserProviderInterface",
"League\\Flysystem\\FilesystemOperator",
"ParagonIE\\ConstantTime\\Hex",
"ParagonIE\\HiddenString\\HiddenString",
"Payum\\Core\\Action\\ActionInterface",
"Payum\\Core\\Action\\GatewayAwareAction",
"Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage",
"Payum\\Core\\Bridge\\Spl\\ArrayObject",
"Payum\\Core\\Exception\\RequestNotSupportedException",
"Payum\\Core\\Extension\\Context",
"Payum\\Core\\Extension\\ExtensionInterface",
"Payum\\Core\\HttpClientInterface",
"Payum\\Core\\Model\\GatewayConfig",
"Payum\\Core\\Model\\GatewayConfigInterface",
"Payum\\Core\\Model\\Identity",
"Payum\\Core\\Model\\ModelAggregateInterface",
"Payum\\Core\\Model\\Payment",
"Payum\\Core\\Model\\PaymentInterface",
"Payum\\Core\\Payum",
"Payum\\Core\\Request\\Authorize",
"Payum\\Core\\Request\\BaseGetStatus",
"Payum\\Core\\Request\\Capture",
"Payum\\Core\\Request\\Convert",
"Payum\\Core\\Request\\Generic",
"Payum\\Core\\Request\\GetHttpRequest",
"Payum\\Core\\Request\\GetStatusInterface",
"Payum\\Core\\Request\\Notify",
"Payum\\Core\\Request\\RenderTemplate",
"Payum\\Core\\Security\\CryptedInterface",
"Payum\\Core\\Security\\CypherInterface",
"Payum\\Core\\Security\\GenericTokenFactoryInterface",
"Payum\\Core\\Security\\HttpRequestVerifierInterface",
"Payum\\Core\\Security\\TokenAggregateInterface",
"Payum\\Core\\Security\\TokenInterface",
"Payum\\Core\\Security\\Util\\Random",
"Payum\\Core\\Storage\\AbstractStorage",
"PHPUnit\\Framework\\ExpectationFailedException",
"Psr\\Clock\\ClockInterface",
"Psr\\Container\\ContainerInterface",
"Psr\\Http\\Message\\RequestFactoryInterface",
"Psr\\Http\\Message\\StreamFactoryInterface",
"SM\\Factory\\FactoryInterface",
"SM\\SMException",
"SM\\StateMachine\\StateMachineInterface",
"Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface",
"Symfony\\Bridge\\Twig\\ErrorRenderer\\TwigErrorRenderer",
"Symfony\\Component\\ErrorHandler\\ErrorRenderer\\ErrorRendererInterface",
"Symfony\\Component\\ErrorHandler\\Exception\\FlattenException",
"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface",
"Symfony\\Component\\WebLink\\Link",
"Symfony\\Contracts\\EventDispatcher\\Event",
"winzou\\Bundle\\StateMachineBundle\\winzouStateMachineBundle"
],
"php-core-extensions" : [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
],
"scan-files" : []
}