-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathversions.json
More file actions
47 lines (47 loc) · 864 Bytes
/
versions.json
File metadata and controls
47 lines (47 loc) · 864 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
{
"beta": {
"phpVersions": [
"8.2",
"8.3",
"8.4",
"8.5"
],
"sha1": "38ff2fb99f54c86b1d9934a5886fd3f0bff7c6f4",
"upstream": "7.0-beta3",
"variants": [
"apache",
"fpm",
"fpm-alpine"
],
"version": "7.0-beta3"
},
"cli": {
"phpVersions": [
"8.2",
"8.3",
"8.4",
"8.5"
],
"sha512": "be928f6b8ca1e8dfb9d2f4b75a13aa4aee0896f8a9a0a1c45cd5d2c98605e6172e6d014dda2e27f88c98befc16c040cbb2bd1bfa121510ea5cdf5f6a30fe8832",
"variants": [
"alpine"
],
"version": "2.12.0"
},
"latest": {
"phpVersions": [
"8.2",
"8.3",
"8.4",
"8.5"
],
"sha1": "2914d37c00597e6216a88f90e22b1b4c7bbd09e8",
"upstream": "6.9.1",
"variants": [
"apache",
"fpm",
"fpm-alpine"
],
"version": "6.9.1"
}
}