-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathversions.json
More file actions
43 lines (43 loc) · 1.07 KB
/
versions.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"5.4": {
"aliases": [
5
],
"package": "https://github.com/joomla/joomla-cms/releases/download/5.4.5/Joomla_5.4.5-Stable-Full_Package.tar.zst",
"packageType": "tar.zst",
"php": "8.3",
"phpVersions": [
"8.2",
"8.3"
],
"sha512": "b13e34397de1c386d6f083ed10b785b507dce5d685cd7388a6d4f6ac9d1497bf8d927c58d4b8847c223eb5886dd1da7357d9ce73a591e04ac66e64c7bfd543f9",
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
],
"version": "5.4.5"
},
"6.1": {
"aliases": [
6,
"latest"
],
"package": "https://github.com/joomla/joomla-cms/releases/download/6.1.0/Joomla_6.1.0-Stable-Full_Package.tar.zst",
"packageType": "tar.zst",
"php": "8.4",
"phpVersions": [
"8.3",
"8.4"
],
"sha512": "dec284382f1a23ab9412292400d94d3037f67923d5e51a1b51a25c63fb0045dfb1f5f5f96538e652f54ea6d28ea7ed9b590ba9016fa051e45393b1ce54da3e1b",
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
],
"version": "6.1.0"
}
}