Skip to content

Commit

Permalink
Optimize the updater logic without a specific version in each step an…
Browse files Browse the repository at this point in the history
…d fix missing or invalid packages after upgrade #33
  • Loading branch information
Natshah committed Nov 16, 2020
1 parent 02c7661 commit 0e18dcd
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,18 @@
"to": "8.8.4",
"composer-project-json-url": "8.8.4"
},
"8.8.*": {
"from": "8.8.*",
"8.8.1": {
"from": "8.8.1",
"to": "8.8.4",
"composer-project-json-url": "8.8.4"
},
"8.8.2": {
"from": "8.8.2",
"to": "8.8.4",
"composer-project-json-url": "8.8.4"
},
"8.8.3": {
"from": "8.8.3",
"to": "8.8.4",
"composer-project-json-url": "8.8.4"
},
Expand Down Expand Up @@ -108,9 +118,9 @@
"event_log_track_user"
]
},
"8.8.7": {
"from": "8.8.7",
"to": "8.8.7",
"composer-project-json-url": "8.8.7"
"8.8.*": {
"from": "8.8.*",
"to": "8.8.*",
"composer-project-json-url": "latest"
}
}

0 comments on commit 0e18dcd

Please sign in to comment.