-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
composer-require-checker.json
63 lines (63 loc) · 1.89 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
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
{
"php-core-extensions": [
"Core",
"ctype",
"date",
"filter",
"hash",
"mbstring",
"pcre",
"Reflection",
"SPL",
"standard"
],
"scan-files": [
"Foo.php"
],
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void",
"HHVM_VERSION",
"curl_version",
"Composer\\InstalledVersions",
"GuzzleHttp\\Promise\\PromiseInterface",
"GuzzleHttp\\Promise\\Utils",
"GuzzleHttp\\Psr7\\HttpFactory",
"GuzzleHttp\\Psr7\\Message",
"GuzzleHttp\\Psr7\\MultipartStream",
"GuzzleHttp\\Psr7\\Response",
"GuzzleHttp\\Psr7\\Utils",
"Illuminate\\Support\\Collection",
"PhpParser\\Node",
"PhpParser\\Node\\Expr\\New_",
"PhpParser\\Node\\Name",
"PhpParser\\Node\\Stmt\\Class_",
"PhpParser\\Node\\Stmt\\Property",
"PhpParser\\Node\\Stmt\\Trait_",
"PHPStan\\PhpDocParser\\Ast\\PhpDoc\\GenericTagValueNode",
"PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PhpDocTagNode",
"Psr\\Http\\Message\\RequestInterface",
"Psr\\Http\\Message\\ResponseInterface",
"Rector\\BetterPhpDocParser\\PhpDocInfo\\PhpDocInfo",
"Rector\\BetterPhpDocParser\\PhpDocInfo\\PhpDocInfoFactory",
"Rector\\Comments\\NodeDocBlock\\DocBlockUpdater",
"Rector\\Contract\\Rector\\ConfigurableRectorInterface",
"Rector\\Rector\\AbstractRector",
"Symfony\\Component\\VarDumper\\VarDumper",
"Symplify\\RuleDocGenerator\\ValueObject\\CodeSample\\ConfiguredCodeSample",
"Symplify\\RuleDocGenerator\\ValueObject\\RuleDefinition",
"Webmozart\\Assert\\Assert"
]
}