docker/versions-helper.json

57 lines
1004 B
JSON

{
"4.2": {
"version": "4.2.0",
"php": "8.0",
"aliases": [4, "latest"],
"phpVersions": {
"8.1": {
"pecl": {
"APCu": "5.1.21",
"memcached": "3.2.0",
"redis": "5.3.7"
}
},
"8.0": {
"pecl": {
"APCu": "5.1.21",
"memcached": "3.2.0",
"redis": "5.3.7"
}
},
"7.4": {
"pecl": {
"APCu": "5.1.21",
"memcached": "3.2.0",
"redis": "5.3.7"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
},
"3.10": {
"version": "3.10.10",
"php": "7.4",
"aliases": [3],
"phpVersions": {
"7.4": {
"pecl": {
"APCu": "5.1.21",
"memcached": "3.2.0",
"redis": "5.3.7",
"mcrypt": "1.0.4"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
}
}