parallel/composer-require-check.json
2023-02-17 00:07:59 +01:00

45 lines
846 B
JSON

{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"mixed",
"void",
"never",
"object",
"random_bytes",
"readKey",
"flattenArgument",
"formatFlattenedBacktrace",
"contextFactory",
"workerFactory",
"workerPool",
"runContext",
"parallel\\Events",
"parallel\\Future",
"parallel\\Runtime",
"parallel\\Runtime\\Error\\Closed"
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard",
"hash",
"pcntl"
]
}