Fixed aliases

This commit is contained in:
Llewellyn van der Merwe 2023-10-18 12:13:28 +02:00
parent 8cac4ff7ae
commit 05096f8ae6
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
2 changed files with 7 additions and 9 deletions

View File

@ -3,7 +3,7 @@
"version": "5.0.0",
"packageType": "tar.zst",
"php": "8.2",
"aliases": ["5.0.0"],
"aliases": [5],
"phpVersions": {
"8.2": {
"pecl": {
@ -30,7 +30,7 @@
"4.4": {
"version": "4.4.0",
"php": "8.1",
"aliases": ["4.4.0"],
"aliases": [4, "latest"],
"phpVersions": {
"8.2": {
"pecl": {
@ -64,7 +64,7 @@
"4.3": {
"version": "4.3.4",
"php": "8.1",
"aliases": [4, "latest"],
"aliases": [],
"phpVersions": {
"8.2": {
"pecl": {

View File

@ -19,10 +19,7 @@
"version": "3.10.12"
},
"4.3": {
"aliases": [
4,
"latest"
],
"aliases": [],
"package": "https://github.com/joomla/joomla-cms/releases/download/4.3.4/Joomla_4.3.4-Stable-Full_Package.tar.bz2",
"packageType": "tar.bz2",
"php": "8.1",
@ -42,7 +39,8 @@
},
"4.4": {
"aliases": [
"4.4.0"
4,
"latest"
],
"package": "https://github.com/joomla/joomla-cms/releases/download/4.4.0/Joomla_4.4.0-Stable-Full_Package.tar.bz2",
"packageType": "tar.bz2",
@ -63,7 +61,7 @@
},
"5.0": {
"aliases": [
"5.0.0"
5
],
"package": "https://github.com/joomla/joomla-cms/releases/download/5.0.0/Joomla_5.0.0-Stable-Full_Package.tar.zst",
"packageType": "tar.zst",