From 5870e6367caebd3321ddd1636863015263c3c36a Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 15 Aug 2022 19:50:20 +1200 Subject: [PATCH] Update abuse lib --- composer.json | 2 +- composer.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 953371aabc..685a6d1197 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "appwrite/php-runtimes": "0.10.*", "utopia-php/framework": "0.20.*", "utopia-php/logger": "0.3.*", - "utopia-php/abuse": "dev-refactor-permissions as 0.7.0", + "utopia-php/abuse": "0.9.*", "utopia-php/analytics": "0.2.*", "utopia-php/audit": "0.10.*", "utopia-php/cache": "0.6.*", diff --git a/composer.lock b/composer.lock index b1307653f8..ce62bbb373 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea0ff535103d114c56a7253aa5693f28", + "content-hash": "ec0e0c2072927a82fc801a757777ad73", "packages": [ { "name": "adhocore/jwt", @@ -1733,17 +1733,17 @@ }, { "name": "utopia-php/abuse", - "version": "dev-refactor-permissions", + "version": "0.9.0", "source": { "type": "git", "url": "https://github.com/utopia-php/abuse.git", - "reference": "c5e5bdaa190e1c9993d35a04c78a46870a1265bb" + "reference": "34156bb5292d704bb8bc8141bb5151126ed4830a" }, "require": { "ext-curl": "*", "ext-pdo": "*", "php": ">=8.0", - "utopia-php/database": ">=0.11 <1.0" + "utopia-php/database": "0.20.0" }, "require-dev": { "phpunit/phpunit": "^9.4", @@ -1772,7 +1772,7 @@ "upf", "utopia" ], - "time": "2022-08-14T23:58:51+00:00" + "time": "2022-08-15T07:35:56+00:00" }, { "name": "utopia-php/analytics", @@ -5326,17 +5326,10 @@ "version": "9999999-dev", "alias": "0.19.5", "alias_normalized": "0.19.5.0" - }, - { - "package": "utopia-php/abuse", - "version": "dev-refactor-permissions", - "alias": "0.7.0", - "alias_normalized": "0.7.0.0" } ], "minimum-stability": "stable", "stability-flags": { - "utopia-php/abuse": 20, "appwrite/sdk-generator": 20 }, "prefer-stable": false,