]> git.agnieray.net Git - galette.git/blob - .composer-require-checker.config.json
Vertically center content on public pages
[galette.git] / .composer-require-checker.config.json
1 {
2 "php-core-extensions": [
3 "core", "standard",
4
5 "ctype", "date", "fileinfo", "filter", "iconv", "json", "pcre", "reflection", "session", "simplexml", "spl", "xml",
6
7 "curl", "gd", "intl", "mbstring", "mysqli", "zlib", "pdo", "pgsql", "gettext",
8
9 "exif", "pcntl"
10 ],
11 "symbol-whitelist": [
12 "// PHP symbols",
13 "null",
14 "false", "true",
15 "static", "self", "parent",
16 "array", "bool", "callable", "float", "int", "iterable", "object", "string", "void",
17
18 "// random native PHP functions",
19 "// these are moved in random native extension in PHP 8.2, but this extension does not exists in previous PHP versions",
20 "mt_rand",
21 "rand",
22 "random_int",
23
24 "// Galette constants (not detected as they are dynamically declared)",
25 "GALETTE_ATTACHMENTS_PATH",
26 "GALETTE_BASE_PATH",
27 "GALETTE_CACHE_DIR",
28 "GALETTE_CARD_COLS",
29 "GALETTE_CARD_HEIGHT",
30 "GALETTE_CARD_ROWS",
31 "GALETTE_CARD_WIDTH",
32 "GALETTE_COMPAT_VERSION",
33 "GALETTE_CONFIG_PATH",
34 "GALETTE_DATA_PATH",
35 "GALETTE_DB_VERSION",
36 "GALETTE_EXPORTS_PATH",
37 "GALETTE_FILES_PATH",
38 "GALETTE_IMPORTS_PATH",
39 "GALETTE_LOGS_PATH",
40 "GALETTE_MODE",
41 "GALETTE_NIGHTLY",
42 "GALETTE_PHOTOS_PATH",
43 "GALETTE_PLUGINS_PATH",
44 "GALETTE_ROOT",
45 "GALETTE_TELEMETRY_URI",
46 "GALETTE_TEMPIMAGES_PATH",
47 "GALETTE_THEME",
48 "GALETTE_THEMES_PATH",
49 "GALETTE_VERSION",
50 "GALETTE_X_FORWARDED_FOR_INDEX",
51 "_CURRENT_THEME_PATH",
52 "GALETTE_URI",
53
54 "// Galette db constants (not detected as they are dynamically declared)",
55 "HOST_DB",
56 "NAME_DB",
57 "PORT_DB",
58 "PREFIX_DB",
59 "PWD_DB",
60 "TYPE_DB",
61 "USER_DB",
62
63 "//XHProf constants",
64
65 "//know but not detected Galette function,",
66 "remove_remarks",
67 "custom_html_entity_decode",
68 "get_form_value",
69 "get_numeric_form_value",
70 "isValidWebUrl",
71 "remove_remarks",
72 "split_sql_file",
73 "_T",
74 "__",
75
76
77 "// XHProf PECL extension",
78 "XHProfRuns_Default",
79 "xhprof_disable",
80 "xhprof_enable",
81 "GALETTE_XHPROF_PATH",
82 "XHPROF_PATH",
83 "XHPROF_URL",
84 "XHPROF_FLAGS_CPU",
85 "XHPROF_FLAGS_MEMORY",
86 "XHPROF_FLAGS_NO_BUILTINS",
87 "XHPROF_HOST",
88
89 "// DI functions",
90 "DI\\autowire",
91 "DI\\Container",
92 "DI\\ContainerBuilder",
93
94 "// Not detected, do not know why.",
95 "Psr\\Http\\Server\\RequestHandlerInterface"
96 ],
97 "scan-files": [
98 "galette/*.php",
99 "galette/lib/**/.php",
100 "galette/includes/**/*.php",
101 "galette/includes/*.php",
102 "galette/install/*.php",
103 "galette/install/**/*.php",
104 "galette/webroot/*.php",
105 "tests/**/*.php",
106 "tests/*.php"
107 ]
108 }