1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +12:00

Revert IDE helper, version not out yet

This commit is contained in:
Eldad Fux 2020-10-27 00:26:00 +02:00
parent e24afbde8d
commit 5dbf3744f6
2 changed files with 3 additions and 3 deletions

View file

@ -17,8 +17,8 @@ fi
echo "Updating git repository $1 / $2" echo "Updating git repository $1 / $2"
git fetch origin # git fetch origin
git reset --hard origin/master # git reset --hard origin/master
if test $(find "./app/db/DBIP/dbip-country-lite-2020-01.mmdb" -mmin +259200) if test $(find "./app/db/DBIP/dbip-country-lite-2020-01.mmdb" -mmin +259200)
then then

View file

@ -54,7 +54,7 @@
"phpmailer/phpmailer": "6.1.7" "phpmailer/phpmailer": "6.1.7"
}, },
"require-dev": { "require-dev": {
"swoole/ide-helper": "4.5.6", "swoole/ide-helper": "4.5.5",
"appwrite/sdk-generator": "master", "appwrite/sdk-generator": "master",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },