-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer-require-check.json
More file actions
49 lines (49 loc) · 932 Bytes
/
composer-require-check.json
File metadata and controls
49 lines (49 loc) · 932 Bytes
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
{
"symbol-whitelist": [
"null",
"true",
"false",
"static",
"self",
"parent",
"array",
"string",
"int",
"float",
"bool",
"iterable",
"callable",
"mixed",
"void",
"object",
"MSG_EAGAIN",
"MSG_ENOMSG",
"msg_get_queue",
"MSG_IPC_NOWAIT",
"msg_queue_exists",
"msg_receive",
"msg_remove_queue",
"msg_send",
"msg_set_queue",
"msg_stat_queue",
"Threaded",
"transform",
"SysvMessageQueue",
"Shmop",
"shmop_delete",
"shmop_open",
"shmop_read",
"shmop_size",
"shmop_write",
"random_int"
],
"php-core-extensions": [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
]
}