1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +01:00
dns/composer-require-check.json
2023-01-09 23:54:30 +01:00

36 lines
622 B
JSON

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