-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposerRequireChecker.json
More file actions
78 lines (78 loc) · 2.25 KB
/
composerRequireChecker.json
File metadata and controls
78 lines (78 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"void",
"object",
"mixed",
"Composer\\Autoload\\ClassLoader",
"Composer\\Composer",
"Composer\\EventDispatcher\\EventSubscriberInterface",
"Composer\\IO\\IOInterface",
"Composer\\Plugin\\PluginInterface",
"Composer\\Script\\Event",
"Composer\\Script\\ScriptEvents",
"Composer\\Semver\\Semver",
"PhpParser\\Comment",
"PhpParser\\Node",
"PhpParser\\NodeFinder",
"PhpParser\\Node\\Arg",
"PhpParser\\Node\\Attribute",
"PhpParser\\Node\\Expr\\BinaryOp",
"PhpParser\\Node\\Expr\\BinaryOp\\Coalesce",
"PhpParser\\Node\\Expr\\BinaryOp\\Concat",
"PhpParser\\Node\\Expr\\BinaryOp\\Equal",
"PhpParser\\Node\\Expr\\BinaryOp\\NotEqual",
"PhpParser\\Node\\Expr\\ClassConstFetch",
"PhpParser\\Node\\Expr\\ConstFetch",
"PhpParser\\Node\\Expr\\Empty_",
"PhpParser\\Node\\Expr\\FuncCall",
"PhpParser\\Node\\Expr\\MethodCall",
"PhpParser\\Node\\Expr\\New_",
"PhpParser\\Node\\Expr\\Variable",
"PhpParser\\Node\\Identifier",
"PhpParser\\Node\\Name",
"PhpParser\\Node\\Scalar\\String_",
"PhpParser\\Node\\Stmt",
"PhpParser\\Node\\Stmt\\Catch_",
"PhpParser\\Node\\Stmt\\Class_",
"PhpParser\\Node\\Stmt\\Declare_",
"PhpParser\\Node\\Stmt\\Throw_",
"PhpParser\\Node\\VariadicPlaceholder",
"PHPStan\\Analyser\\Scope",
"PHPStan\\Node\\FileNode",
"PHPStan\\Reflection\\ClassReflection",
"PHPStan\\Reflection\\ReflectionProvider",
"PHPStan\\Rules\\Rule",
"PHPStan\\Rules\\RuleErrorBuilder",
"PHPStan\\Rules\\IdentifierRuleError",
"Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure",
"Symfony\\Component\\DependencyInjection\\Attribute\\Exclude"
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
],
"scan-files": [
"vendor/thecodingmachine/safe/generated/8.1/pcre.php",
"vendor/thecodingmachine/safe/generated/8.1/exec.php",
"vendor/thecodingmachine/safe/generated/8.1/url.php",
"vendor/thecodingmachine/safe/generated/8.2/filesystem.php"
]
}