From 5dbf3744f61ac6e4b5d06480a9c4b1018adf159d Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 27 Oct 2020 00:26:00 +0200 Subject: [PATCH] Revert IDE helper, version not out yet --- build.sh | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index c641709a8..b34f44b7b 100644 --- a/build.sh +++ b/build.sh @@ -17,8 +17,8 @@ fi echo "Updating git repository $1 / $2" -git fetch origin -git reset --hard origin/master +# git fetch origin +# git reset --hard origin/master if test $(find "./app/db/DBIP/dbip-country-lite-2020-01.mmdb" -mmin +259200) then diff --git a/composer.json b/composer.json index 804225d56..15f994079 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "phpmailer/phpmailer": "6.1.7" }, "require-dev": { - "swoole/ide-helper": "4.5.6", + "swoole/ide-helper": "4.5.5", "appwrite/sdk-generator": "master", "phpunit/phpunit": "^9.3" },