Skip to content

Commit 3ea37a9

Browse files
authored
Merge pull request #4 from reactphp-parallel/resolve-composer-require-checker-issues
Resolve composer-require-checker issues
2 parents d5340b9 + f675951 commit 3ea37a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer-require-checker.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"symbol-whitelist" : [
33
"null", "true", "false",
44
"static", "self", "parent",
5-
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object"
5+
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
6+
"WyriHaximus\\Constants\\Boolean\\FALSE_", "WyriHaximus\\Constants\\Boolean\\TRUE_",
7+
"WyriHaximus\\Constants\\Numeric\\ZERO"
68
],
79
"php-core-extensions" : [
810
"Core",

0 commit comments

Comments
 (0)