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 d7bd498 commit c2d05fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"8.8.7": {
"from": "8.8.7",
"to": "latest",
"composer-project-json-url": "latest"
"to": "8.8.7",
"composer-project-json-url": "8.8.7"
}
}

0 comments on commit c2d05fe

Please sign in to comment.