parallel/composer-require-check.json

45 lines
846 B
JSON
Raw Normal View History

2022-02-06 23:45:12 +01:00
{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"mixed",
"void",
2022-03-28 17:24:09 -05:00
"never",
2022-02-06 23:45:12 +01:00
"object",
2023-02-04 10:16:11 -06:00
"random_bytes",
2022-02-06 23:45:12 +01:00
"readKey",
2022-08-07 12:32:42 -05:00
"flattenArgument",
2022-02-06 23:45:12 +01:00
"formatFlattenedBacktrace",
"contextFactory",
"workerFactory",
"workerPool",
2023-02-17 00:06:44 +01:00
"runContext",
2022-02-06 23:45:12 +01:00
"parallel\\Events",
"parallel\\Future",
2023-02-17 00:06:44 +01:00
"parallel\\Runtime",
"parallel\\Runtime\\Error\\Closed"
2022-02-06 23:45:12 +01:00
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard",
2023-01-16 10:17:35 -06:00
"hash",
"pcntl"
2022-02-06 23:45:12 +01:00
]
}