Skip to content

Commit

Permalink
Fix composer require checker
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jan 28, 2024
1 parent cc8e954 commit 39e3dad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"symbol-whitelist" : [
"Psr\\Container\\ContainerInterface",
"Yiisoft\\Hydrator\\Context",
"Yiisoft\\Hydrator\\ParameterAttributeInterface",
"Yiisoft\\Hydrator\\ParameterAttributeResolverInterface",
"Yiisoft\\Hydrator\\Attribute\\Parameter\\ParameterAttributeInterface",
"Yiisoft\\Hydrator\\Attribute\\Parameter\\ParameterAttributeResolverInterface",
"Yiisoft\\Hydrator\\AttributeHandling\\ParameterAttributeResolveContext",
"Yiisoft\\Hydrator\\AttributeHandling\\Exception\\UnexpectedAttributeException",
"Yiisoft\\Hydrator\\Result",
"Yiisoft\\Hydrator\\UnexpectedAttributeException",
"Yiisoft\\VarDumper\\VarDumper",
"Yiisoft\\Yii\\Debug\\Debugger",
"Yiisoft\\Yii\\Debug\\Collector\\CollectorTrait",
Expand Down

0 comments on commit 39e3dad

Please sign in to comment.