-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer-require-checker.json
69 lines (69 loc) · 3.51 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
64
65
66
67
68
69
{
"symbol-whitelist": [
"XMLWriter",
"Composer\\ClassMapGenerator\\ClassMapGenerator",
"Composer\\InstalledVersions",
"Faker\\Factory",
"Faker\\Generator",
"GraphQL\\Language\\Parser",
"GuzzleHttp\\Psr7\\Response",
"Illuminate\\Cache\\Repository",
"Illuminate\\Config\\Repository",
"Illuminate\\Contracts\\Config\\Repository",
"Illuminate\\Foundation\\Http\\FormRequest",
"Illuminate\\Foundation\\Testing\\RefreshDatabase",
"Illuminate\\Foundation\\Testing\\RefreshDatabaseState",
"Illuminate\\Foundation\\Testing\\TestCase",
"Laravel\\Scout\\Builder",
"Laravel\\Scout\\Searchable",
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\Testing\\Package\\GraphQLAstNode",
"LastDragon_ru\\LaraASP\\GraphQLPrinter\\Testing\\Package\\GraphQLDefinition",
"LastDragon_ru\\LaraASP\\Testing\\Concerns\\StrictAssertEquals",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Json\\JsonMatchesFragment",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Json\\JsonMatchesSchema",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Json\\JsonSchemaFile",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Json\\JsonSchemaWrapper",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Response\\Bodies\\JsonBody",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Response\\ContentTypes\\JsonContentType",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Response\\Response",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Response\\StatusCodes\\NotFound",
"LastDragon_ru\\LaraASP\\Testing\\Constraints\\Response\\StatusCodes\\Ok",
"LastDragon_ru\\LaraASP\\Testing\\Database\\Eloquent\\Factories\\Factory",
"LastDragon_ru\\LaraASP\\Testing\\Database\\QueryLog\\WithQueryLog",
"LastDragon_ru\\LaraASP\\Testing\\Mockery\\MockProperties",
"LastDragon_ru\\LaraASP\\Testing\\Providers\\ArrayDataProvider",
"LastDragon_ru\\LaraASP\\Testing\\Providers\\CompositeDataProvider",
"LastDragon_ru\\LaraASP\\Testing\\Providers\\DataProvider",
"LastDragon_ru\\LaraASP\\Testing\\Providers\\ExpectedFinal",
"LastDragon_ru\\LaraASP\\Testing\\Providers\\MergeDataProvider",
"LastDragon_ru\\LaraASP\\Testing\\Providers\\UnknownValue",
"LastDragon_ru\\LaraASP\\Testing\\Requirements\\Requirements\\RequiresComposerPackage",
"LastDragon_ru\\LaraASP\\Testing\\Responses\\JsonResponse",
"LastDragon_ru\\LaraASP\\Testing\\Responses\\Laravel\\Json\\OkResponse",
"LastDragon_ru\\LaraASP\\Testing\\Testing\\TestCase",
"LastDragon_ru\\LaraASP\\Testing\\Utils\\Args",
"LastDragon_ru\\LaraASP\\Testing\\Utils\\WithTestData",
"Mockery",
"Mockery\\Adapter\\Phpunit\\MockeryPHPUnitIntegration",
"Orchestra\\Testbench\\TestCase",
"PHPStan\\Analyser\\Scope",
"PHPStan\\Node\\InClassNode",
"PHPStan\\Reflection\\ClassReflection",
"PHPStan\\Reflection\\MethodReflection",
"PHPStan\\Reflection\\ParametersAcceptorSelector",
"PHPStan\\Rules\\Rule",
"PHPStan\\Rules\\RuleErrorBuilder",
"PHPStan\\Testing\\RuleTestCase",
"PHPStan\\Type\\DynamicMethodReturnTypeExtension",
"PHPStan\\Type\\ObjectType",
"PHPUnit\\Framework\\Attributes\\After",
"PHPUnit\\Framework\\Attributes\\Before",
"PHPUnit\\Framework\\Attributes\\CoversClass",
"PHPUnit\\Framework\\Attributes\\CoversNothing",
"PHPUnit\\Framework\\Attributes\\DataProvider",
"PHPUnit\\Framework\\ExpectationFailedException",
"PHPUnit\\Framework\\TestCase",
"Symfony\\Component\\Console\\Attribute\\AsCommand",
"Symfony\\Component\\HttpKernel\\HttpKernelInterface"
]
}