Skip to content

Commit d650c09

Browse files
committed
Add missing .composer-require-checker.json
1 parent 6efd137 commit d650c09

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.composer-require-checker.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"symbol-whitelist" : [
3+
"null", "true", "false",
4+
"static", "self", "parent",
5+
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
6+
"LIBXSLT_DOTTED_VERSION"
7+
],
8+
"php-core-extensions" : [
9+
"Core",
10+
"date",
11+
"pcre",
12+
"Phar",
13+
"Reflection",
14+
"SPL",
15+
"standard",
16+
"Curl",
17+
"Filter",
18+
"intl",
19+
"libxml",
20+
"openssl",
21+
"iconv"
22+
],
23+
"scan-files" : []
24+
}

0 commit comments

Comments
 (0)