Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer-require-checker.json - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a1356b7e72c68ff773f2ee572b9ce12490f4889 (plain)
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
{
  "symbol-whitelist": [
    "array",
    "bool",
    "callable",
    "false",
    "float",
    "int",
    "iterable",
    "null",
    "object",
    "parent",
    "self",
    "static",
    "string",
    "true",
    "void",
     "ADODB_postgres8",
 "ADORecordSet_assoc_postgres8",
 "ADORecordSet_postgres8",
 "dump",
 "PDO",
 "PHP_SESSION_ACTIVE",
 "session_id",
 "session_name",
 "session_set_cookie_params",
 "session_start",
 "session_status",
 "Psr\\Container\\ContainerInterface"

  ],
  "scan-files" : ["src/lib.inc.php", "router.php"]

}