1
0
mirror of https://github.com/danog/process.git synced 2024-12-02 09:37:55 +01:00
process/composer-require-check.json

31 lines
493 B
JSON
Raw Normal View History

{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"mixed",
"void",
"object",
"escapeArguments"
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
]
}