forked from PHP-CS-Fixer/PHP-CS-Fixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.composer-require-checker.json
28 lines (27 loc) · 1.24 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
{
"symbol-whitelist" : [
"Symfony\\Contracts\\EventDispatcher\\Event",
"Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface",
"Symfony\\Component\\EventDispatcher\\Event",
"PhpCsFixer\\PhpunitConstraintIsIdenticalString\\Constraint\\IsIdenticalString",
"PhpCsFixer\\Tests\\Test\\Constraint\\SameStringsConstraint",
"PhpCsFixer\\Tests\\Test\\IsIdenticalConstraint",
"PHPUnit\\Framework\\Constraint\\IsIdentical",
"PHPUnit\\Framework\\TestCase",
"PHPUnit\\Runner\\Version",
"PHPUnitGoodPractices\\Traits\\ExpectationViaCodeOverAnnotationTrait",
"PHPUnitGoodPractices\\Traits\\ExpectOverSetExceptionTrait",
"PHPUnitGoodPractices\\Traits\\IdentityOverEqualityTrait",
"PHPUnitGoodPractices\\Traits\\ProphecyOverMockObjectTrait",
"PHPUnitGoodPractices\\Traits\\ProphesizeOnlyInterfaceTrait",
"Prophecy\\Argument",
"null", "true", "false",
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void",
"T_COALESCE_EQUAL", "T_FN"
],
"php-core-extensions" : [
"dom", "mbstring", "Phar",
"Core", "date", "pcre", "Reflection", "SPL", "standard"
]
}