mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Maintenance] Exclude API Platform services in ComposerRequireChecker
This commit is contained in:
parent
d17373ea34
commit
ab96ab82c8
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue