From c2d05fe45aede7713874629d5d8a20bb0755702b Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Mon, 16 Nov 2020 18:04:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/update-config.json b/config/update-config.json index 2c56a81..747ebce 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -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" } } \ No newline at end of file