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

View File

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