parallel-functions/composer-require-check.json

34 lines
553 B
JSON
Raw Normal View History

2022-02-03 20:02:22 +01:00
{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"mixed",
"void",
"object",
"escapeArguments",
"IS_WINDOWS",
"posix_kill"
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard",
"hash"
]
}