diff --git a/CHANGES.md b/CHANGES.md index 184cd763f9..5ea9c27593 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ## Upgrades - Upgraded ClamAV to version 1.3.0 +- Upgraded utopia-php/abuse to version 0.4.0 # Version 0.7.2 (Not Released Yet) diff --git a/composer.json b/composer.json index 66bb66f518..49b7293567 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "appwrite/php-clamav": "1.0.*", "utopia-php/framework": "0.12.*", - "utopia-php/abuse": "0.3.*", + "utopia-php/abuse": "0.4.*", "utopia-php/analytics": "0.1.*", "utopia-php/audit": "0.5.*", "utopia-php/cache": "0.2.*", diff --git a/composer.lock b/composer.lock index 8b29ae44f8..0fef689a02 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": "00a80774fb5a4984181b29f2f037a0e5", + "content-hash": "15b6e4ddce09e6fb642988603d734aa8", "packages": [ { "name": "adhocore/jwt", @@ -1273,21 +1273,21 @@ }, { "name": "utopia-php/abuse", - "version": "0.3.1", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/utopia-php/abuse.git", - "reference": "23c2eb533bca8f3ef5548ae265398fa7d4d39a1c" + "reference": "2b8cc40a67c045c137b44d1a11326f494acf50a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/abuse/zipball/23c2eb533bca8f3ef5548ae265398fa7d4d39a1c", - "reference": "23c2eb533bca8f3ef5548ae265398fa7d4d39a1c", + "url": "https://api.github.com/repos/utopia-php/abuse/zipball/2b8cc40a67c045c137b44d1a11326f494acf50a4", + "reference": "2b8cc40a67c045c137b44d1a11326f494acf50a4", "shasum": "" }, "require": { "ext-pdo": "*", - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^9.4", @@ -1319,9 +1319,9 @@ ], "support": { "issues": "https://github.com/utopia-php/abuse/issues", - "source": "https://github.com/utopia-php/abuse/tree/0.3.1" + "source": "https://github.com/utopia-php/abuse/tree/0.4.0" }, - "time": "2020-12-21T17:28:03+00:00" + "time": "2021-03-17T20:21:24+00:00" }, { "name": "utopia-php/analytics",