From 26473795579cc8a75ab39a810881234bdb05bf1b Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 23 Jan 2025 13:24:56 +0900 Subject: [PATCH] Fix missing dependency --- composer.json | 1 + composer.lock | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b13dd3e22e..9674bce2fd 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "ext-sockets": "*", "appwrite/php-runtimes": "0.16.*", "appwrite/php-clamav": "2.0.*", + "utopia-php/abuse": "0.47.*", "utopia-php/analytics": "0.10.*", "utopia-php/audit": "0.47.*", "utopia-php/cache": "0.11.*", diff --git a/composer.lock b/composer.lock index 268ba449ec..cd14e512a7 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": "e2050a253319ce2c068e000ba5787d74", + "content-hash": "3cd37ea04612e04b9e76eb51c5da41dd", "packages": [ { "name": "adhocore/jwt", @@ -3134,6 +3134,57 @@ }, "time": "2023-04-05T11:54:14+00:00" }, + { + "name": "utopia-php/abuse", + "version": "0.47.0", + "source": { + "type": "git", + "url": "https://github.com/utopia-php/abuse.git", + "reference": "2b52bb362234d4072b647ed57db1b3be030f57c2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/utopia-php/abuse/zipball/2b52bb362234d4072b647ed57db1b3be030f57c2", + "reference": "2b52bb362234d4072b647ed57db1b3be030f57c2", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-pdo": "*", + "ext-redis": "*", + "php": ">=8.0", + "utopia-php/database": "0.56.*" + }, + "require-dev": { + "laravel/pint": "1.5.*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Utopia\\Abuse\\": "src/Abuse" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A simple abuse library to manage application usage limits", + "keywords": [ + "Abuse", + "framework", + "php", + "upf", + "utopia" + ], + "support": { + "issues": "https://github.com/utopia-php/abuse/issues", + "source": "https://github.com/utopia-php/abuse/tree/0.47.0" + }, + "time": "2025-01-15T02:41:02+00:00" + }, { "name": "utopia-php/analytics", "version": "0.10.2",