From bee35456f386e5219b84f1094b2d3bd0226bcd80 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Mon, 16 Nov 2020 18:28:22 +0200 Subject: [PATCH] Optimize the updater logic without a specific version in each step and fix missing or invalid packages after upgrade #33 --- config/update-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/update-config.json b/config/update-config.json index 24a5c8d..7b0a85d 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -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",