-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.05 KB
/
composer.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
{
"name": "test/test",
"description": "A file containing the extensions we want to support",
"require": {
"ext-bcmath": "*",
"ext-bz2": "*",
"ext-calendar": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-decimal": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-ftp": "*",
"ext-gd": "*",
"ext-gettext": "*",
"ext-gmp": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"ext-imap": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-ldap": "*",
"ext-libxml": "*",
"ext-mailparse": "*",
"ext-mbstring": "*",
"ext-mongodb": "*",
"ext-oauth": "*",
"ext-pcntl": "*",
"ext-pcre": "*",
"ext-pdo_mysql": "*",
"ext-pdo_pgsql": "*",
"ext-pdo_sqlsrv": "*",
"ext-redis": "*",
"ext-soap": "*",
"ext-sqlite3": "*",
"ext-sqlsrv": "*",
"ext-uuid": "*",
"ext-xml": "*",
"ext-xsl": "*",
"ext-yaml": "*",
"ext-zip": "*"
},
"config": {
"sort-packages": true
}
}