Skip to content

Commit

Permalink
composer-require-checker will ignore PHPStan\* classes because it…
Browse files Browse the repository at this point in the history
… cannot load them from phar :(
  • Loading branch information
LastDragon-ru committed Mar 23, 2024
1 parent eaeceff commit 337e6a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer-require-checker.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"Illuminate\\Foundation\\Testing\\RefreshDatabaseState",
"Illuminate\\Foundation\\Testing\\TestCase",
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\Testing\\Package\\GraphQLAstNode",
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\Testing\\Package\\GraphQLDefinition"
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\Testing\\Package\\GraphQLDefinition",
"PHPStan\\Analyser\\Scope",
"PHPStan\\Node\\InClassNode",
"PHPStan\\Reflection\\ClassReflection",
"PHPStan\\Reflection\\MethodReflection",
"PHPStan\\Rules\\Rule",
"PHPStan\\Rules\\RuleErrorBuilder",
"PHPStan\\Type\\DynamicMethodReturnTypeExtension",
"PHPStan\\Type\\ObjectType"
]
}

0 comments on commit 337e6a2

Please sign in to comment.