From 10202b2a30f32c2c86c31c13bc255b3569e62a41 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 4 Jul 2021 15:04:27 +0300 Subject: [PATCH] Updated deps --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1ff5a7916e..d8c637150c 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "appwrite/php-runtimes": "0.3.*", "utopia-php/framework": "0.14.*", - "utopia-php/abuse": "dev-feat-upgrade-db", + "utopia-php/abuse": "dev-feat-utopia-db-integration", "utopia-php/analytics": "0.2.*", "utopia-php/audit": "dev-feat-utopia-db-integration", "utopia-php/cache": "0.4.*", @@ -65,7 +65,11 @@ "repositories": [ { "type": "git", - "url": "https://github.com/eldadfux/audit" + "url": "https://github.com/lohanidamodar/abuse" + }, + { + "type": "git", + "url": "https://github.com/lohanidamodar/audit" } ], "require-dev": {