1
0
mirror of https://github.com/danog/process.git synced 2024-11-30 04:39:04 +01:00
process/composer-require-check.json
2021-12-13 23:30:02 +01:00

34 lines
553 B
JSON

{
"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"
]
}