docker/versions-helper.json

57 lines
1002 B
JSON

{
"5.1": {
"version": "5.1.0",
"packageType": "tar.zst",
"php": "8.2",
"aliases": [5, "latest"],
"phpVersions": {
"8.2": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"redis": "6.0.2"
}
},
"8.1": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"redis": "6.0.2"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
},
"4.4": {
"version": "4.4.4",
"php": "8.1",
"aliases": [4],
"phpVersions": {
"8.2": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"redis": "6.0.2"
}
},
"8.1": {
"pecl": {
"APCu": "5.1.23",
"memcached": "3.2.0",
"redis": "6.0.2"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
}
}