Skip to content

Commit

Permalink
Fixed aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Oct 18, 2023
1 parent 8cac4ff commit 05096f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions versions-helper.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0",
"packageType": "tar.zst",
"php": "8.2",
"aliases": ["5.0.0"],
"aliases": [5],
"phpVersions": {
"8.2": {
"pecl": {
Expand All @@ -30,7 +30,7 @@
"4.4": {
"version": "4.4.0",
"php": "8.1",
"aliases": ["4.4.0"],
"aliases": [4, "latest"],
"phpVersions": {
"8.2": {
"pecl": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"4.3": {
"version": "4.3.4",
"php": "8.1",
"aliases": [4, "latest"],
"aliases": [],
"phpVersions": {
"8.2": {
"pecl": {
Expand Down
10 changes: 4 additions & 6 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 05096f8

Please sign in to comment.