-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathcomposer-require-checker.json
21 lines (21 loc) · 1.06 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
{
"symbol-whitelist" : [
"Psr\\Container\\ContainerInterface",
"Yiisoft\\Hydrator\\Attribute\\Parameter\\ParameterAttributeInterface",
"Yiisoft\\Hydrator\\Attribute\\Parameter\\ParameterAttributeResolverInterface",
"Yiisoft\\Hydrator\\AttributeHandling\\ParameterAttributeResolveContext",
"Yiisoft\\Hydrator\\AttributeHandling\\Exception\\UnexpectedAttributeException",
"Yiisoft\\Hydrator\\Result",
"Yiisoft\\VarDumper\\VarDumper",
"Yiisoft\\Yii\\Debug\\Debugger",
"Yiisoft\\Yii\\Debug\\Collector\\CollectorTrait",
"Yiisoft\\Yii\\Debug\\Collector\\SummaryCollectorInterface",
"Symfony\\Component\\Console\\Command\\Command",
"Symfony\\Component\\Console\\Helper\\Table",
"Symfony\\Component\\Console\\Input\\InputArgument",
"Symfony\\Component\\Console\\Input\\InputInterface",
"Symfony\\Component\\Console\\Output\\OutputInterface",
"Symfony\\Component\\Console\\Style\\SymfonyStyle",
"Symfony\\Component\\Console\\Attribute\\AsCommand"
]
}