docker/versions-helper.json

57 lines
1004 B
JSON
Raw Normal View History

{
"4.3": {
"version": "4.3.2",
"php": "8.0",
"aliases": [4, "latest"],
"phpVersions": {
2023-05-30 19:50:41 +00:00
"8.2": {
"pecl": {
"APCu": "5.1.22",
"memcached": "3.2.0",
"redis": "5.3.7"
}
},
"8.1": {
"pecl": {
"APCu": "5.1.21",
"memcached": "3.2.0",
"redis": "5.3.7"
}
},
"8.0": {
"pecl": {
2021-10-07 10:02:41 +00:00
"APCu": "5.1.21",
"memcached": "3.2.0",
"redis": "5.3.7"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
},
"3.10": {
"version": "3.10.11",
2022-12-13 18:25:53 +00:00
"php": "8.0",
"aliases": [3],
"phpVersions": {
2022-11-09 15:19:05 +00:00
"8.0": {
"pecl": {
2023-05-30 19:50:41 +00:00
"APCu": "5.1.22",
2022-11-09 15:19:05 +00:00
"memcached": "3.2.0",
"redis": "5.3.7",
"mcrypt": "1.0.4"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
}
}