1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/bin/composer-require-checker-config.json

25 lines
554 B
JSON
Raw Normal View History

2020-01-01 23:03:28 +01:00
{
"symbol-whitelist" : [
"null", "true", "false",
"static", "self", "parent",
2020-01-01 23:29:30 +01:00
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
"igbinary_serialize", "igbinary_unserialize", "PHP_PARSER_VERSION", "PSALM_VERSION", "runkit_object_id",
2020-11-09 02:29:08 +01:00
"sapi_windows_cp_is_utf8", "ReflectionUnionType"
2020-01-01 23:03:28 +01:00
],
"php-core-extensions" : [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard",
"pcntl",
"posix",
2020-01-01 23:23:40 +01:00
"filter",
"curl",
"PDO"
2020-01-01 23:03:28 +01:00
],
"scan-files" : []
}