-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathversions.ini
More file actions
54 lines (47 loc) · 811 Bytes
/
versions.ini
File metadata and controls
54 lines (47 loc) · 811 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
50
51
52
53
54
[php72]
; https://github.com/madler/zlib/releases
; Needed for:
; - openssl
; - curl
; - pcre
zlib = "1.2.11"
; https://github.com/openssl/openssl/releases
; Needs:
; - zlib
; Needed by:
; - curl
; - php
openssl = "1.1.1a"
; https://github.com/GNOME/libxml2/releases
; Needs:
; - zlib
; Needed by:
; - php
libxml2 = "2.9.8"
; https://github.com/jedisct1/libsodium/releases
; Needs:
; -
; Needed by:
; - php
libsodium = "1.0.16"
; https://github.com/libssh2/libssh2/releases
; Needs:
; - None
; Needed by:
; - curl
libssh2 = "1.8.0"
; https://github.com/curl/curl/releases
; Needs:
; - OpenSSL
; - zlib
; - libssh2
; Needed by:
; - php
curl = "7.63.0"
; https://github.com/postgres/postgres/releases
; Needs:
; -
; Needed by:
; - php
postgres = "9.6.11"
php = "7.2.14"