[Maintenance] Exclude API Platform services in ComposerRequireChecker

This commit is contained in:
Grzegorz Sadowski 2022-09-30 12:16:32 +02:00
parent d17373ea34
commit ab96ab82c8
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -4,6 +4,11 @@
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
"Swift_Message",
"ApiPlatform\\Core\\Api\\FilterInterface",
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
"ApiPlatform\\Core\\Metadata\\Extractor\\ExtractorInterface",
"ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface",
"ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface",
"Behat\\Behat\\Tester\\ScenarioTester",
"Behat\\Behat\\Tester\\ServiceContainer\\TesterExtension",
"Behat\\Gherkin\\Node\\FeatureNode",