]> git.agnieray.net Git - galette.git/blob - .composer-require-checker.config.json
Add missing validations on entities add/edit
[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 "// Galette constants (not detected as they are dynamically declared)",
19 "GALETTE_ATTACHMENTS_PATH",
20 "GALETTE_BASE_PATH",
21 "GALETTE_CACHE_DIR",
22 "GALETTE_CARD_COLS",
23 "GALETTE_CARD_HEIGHT",
24 "GALETTE_CARD_ROWS",
25 "GALETTE_CARD_WIDTH",
26 "GALETTE_COMPAT_VERSION",
27 "GALETTE_CONFIG_PATH",
28 "GALETTE_DATA_PATH",
29 "GALETTE_DB_VERSION",
30 "GALETTE_EXPORTS_PATH",
31 "GALETTE_FILES_PATH",
32 "GALETTE_IMPORTS_PATH",
33 "GALETTE_LOGS_PATH",
34 "GALETTE_MODE",
35 "GALETTE_NIGHTLY",
36 "GALETTE_PHOTOS_PATH",
37 "GALETTE_PLUGINS_PATH",
38 "GALETTE_ROOT",
39 "GALETTE_TELEMETRY_URI",
40 "GALETTE_TEMPIMAGES_PATH",
41 "GALETTE_THEME",
42 "GALETTE_THEMES_PATH",
43 "GALETTE_VERSION",
44 "GALETTE_X_FORWARDED_FOR_INDEX",
45 "_CURRENT_THEME_PATH",
46 "GALETTE_URI",
47
48 "// Galette db constants (not detected as they are dynamically declared)",
49 "HOST_DB",
50 "NAME_DB",
51 "PORT_DB",
52 "PREFIX_DB",
53 "PWD_DB",
54 "TYPE_DB",
55 "USER_DB",
56
57 "//XHProf constants",
58
59 "//know but not detected Galette function,",
60 "remove_remarks",
61 "custom_html_entity_decode",
62 "get_form_value",
63 "get_numeric_form_value",
64 "isValidWebUrl",
65 "remove_remarks",
66 "split_sql_file",
67 "_T",
68 "__",
69
70
71 "// XHProf PECL extension",
72 "XHProfRuns_Default",
73 "xhprof_disable",
74 "xhprof_enable",
75 "GALETTE_XHPROF_PATH",
76 "XHPROF_PATH",
77 "XHPROF_URL",
78 "XHPROF_FLAGS_CPU",
79 "XHPROF_FLAGS_MEMORY",
80 "XHPROF_FLAGS_NO_BUILTINS",
81 "XHPROF_HOST",
82
83 "// DI functions",
84 "DI\\autowire",
85 "DI\\Container",
86 "DI\\ContainerBuilder",
87
88 "// Not detected, do not know why.",
89 "Psr\\Http\\Server\\RequestHandlerInterface"
90 ],
91 "scan-files": [
92 "galette/*.php",
93 "galette/lib/**/.php",
94 "galette/includes/**/*.php",
95 "galette/includes/*.php",
96 "galette/install/*.php",
97 "galette/install/**/*.php",
98 "galette/webroot/*.php",
99 "tests/**/*.php",
100 "tests/*.php"
101 ]
102 }