This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.composer-require-checker.config.json
93 lines (84 loc) · 2.14 KB
/
.composer-require-checker.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"php-core-extensions": [
"core", "standard",
"ctype", "date", "fileinfo", "filter", "iconv", "json", "pcre", "reflection", "session", "simplexml", "spl", "xml",
"curl", "gd", "intl", "mbstring", "mysqli", "zlib", "pdo", "pgsql", "gettext", "tidy",
"exif", "pcntl"
],
"symbol-whitelist": [
"// PHP symbols",
"null",
"false", "true",
"static", "self", "parent",
"array", "bool", "callable", "float", "int", "iterable", "object", "string", "void",
"// Galette constants (not detected as they are dynamically declared)",
"GALETTE_ATTACHMENTS_PATH",
"GALETTE_BASE_PATH",
"GALETTE_CACHE_DIR",
"GALETTE_CARD_COLS",
"GALETTE_CARD_HEIGHT",
"GALETTE_CARD_ROWS",
"GALETTE_CARD_WIDTH",
"GALETTE_COMPAT_VERSION",
"GALETTE_CONFIG_PATH",
"GALETTE_DATA_PATH",
"GALETTE_DB_VERSION",
"GALETTE_EXPORTS_PATH",
"GALETTE_FILES_PATH",
"GALETTE_IMPORTS_PATH",
"GALETTE_LOGS_PATH",
"GALETTE_MODE",
"GALETTE_NIGHTLY",
"GALETTE_PHOTOS_PATH",
"GALETTE_PLUGINS_PATH",
"GALETTE_ROOT",
"GALETTE_TELEMETRY_URI",
"GALETTE_TEMPIMAGES_PATH",
"GALETTE_THEME",
"GALETTE_THEMES_PATH",
"GALETTE_THEME_DIR",
"GALETTE_TPL_SUBDIR",
"GALETTE_VERSION",
"GALETTE_X_FORWARDED_FOR_INDEX",
"_CURRENT_THEME_PATH",
"// Galette db constants (not detected as they are dynamically declared)",
"HOST_DB",
"NAME_DB",
"PORT_DB",
"PREFIX_DB",
"PWD_DB",
"TYPE_DB",
"USER_DB",
"//XHProf constants",
"//know but not detected Galette function,",
"remove_remarks",
"custom_html_entity_decode",
"get_form_value",
"get_numeric_form_value",
"isValidWebUrl",
"remove_remarks",
"split_sql_file",
"_T",
"_Tn",
"_Tnx",
"_Tx",
"__",
"// XHProf PECL extension",
"XHProfRuns_Default",
"xhprof_disable",
"xhprof_enable",
"XHPROF_PATH",
"XHPROF_URL",
"XHPROF_FLAGS_CPU",
"XHPROF_FLAGS_MEMORY",
"XHPROF_FLAGS_NO_BUILTINS",
"XHPROF_HOST"
],
"scan-files": [
"*.php",
"lib/**/.php",
"scripts/*.php",
"scripts/**/*.php",
"webroot/*.php"
]
}