1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-20 20:58:41 +01:00
psalm/bin/composer-require-checker-config.json

25 lines
554 B
JSON
Raw Normal View History

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