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" },