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 0e18dcd commit bee3545
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
"to": "8.8.4",
"composer-project-json-url": "8.8.4"
},
"8.8.0": {
"from": "8.8.0",
"to": "8.8.4",
"composer-project-json-url": "8.8.4"
},
"8.8.1": {
"from": "8.8.1",
"to": "8.8.4",
Expand Down

0 comments on commit bee3545

Please sign in to comment.