From fefa5d095bf1a73474b22fe167064d410600440b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sat, 7 Jan 2023 20:41:04 +0330 Subject: [PATCH] chore: add `ext-curl` to suggest if use `PwnedValidator::class` --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 65638945f..7d1d5b144 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,9 @@ "provide": { "codeigniter4/authentication-implementation": "1.0" }, + "suggest": { + "ext-curl": "Required to use the password validation rule via PwnedValidator class." + }, "minimum-stability": "dev", "prefer-stable": true, "autoload": {