adds the new versions-helper file untill we have a better API

This commit is contained in:
Llewellyn van der Merwe 2021-08-26 15:11:07 +02:00
parent 6bbb8ab702
commit 44e24ec290
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
1 changed files with 60 additions and 0 deletions

60
versions-helper.json Normal file
View File

@ -0,0 +1,60 @@
{
"4.0": {
"version": "4.0.2",
"php": "8.0",
"aliases": [4, "latest"],
"phpVersions": {
"8.0": {
"pecl": {
"APCu": "5.1.20",
"memcached": "3.1.5",
"redis": "5.3.4",
"mcrypt": "1.0.4"
}
},
"7.4": {
"pecl": {
"APCu": "5.1.20",
"memcached": "3.1.5",
"redis": "5.3.4",
"mcrypt": "1.0.4"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
},
"3.10": {
"version": "3.10.1",
"php": "7.4",
"aliases": [3],
"phpVersions": {
"7.4": {
"pecl": {
"APCu": "5.1.20",
"memcached": "3.1.5",
"redis": "5.3.4",
"mcrypt": "1.0.4"
}
},
"7.3": {
"pecl": {
"APCu": "5.1.20",
"memcached": "3.1.5",
"redis": "5.3.4",
"mcrypt": "1.0.4"
}
}
},
"variant": "apache",
"variants": [
"apache",
"fpm-alpine",
"fpm"
]
}
}