Skip to content

Commit df45877

Browse files
authored
Merge pull request #587 from datamweb/add-suggest-curl
chore: add `ext-curl` to suggest if use `PwnedValidator::class`
2 parents 44bbf2c + fefa5d0 commit df45877

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"provide": {
3030
"codeigniter4/authentication-implementation": "1.0"
3131
},
32+
"suggest": {
33+
"ext-curl": "Required to use the password validation rule via PwnedValidator class."
34+
},
3235
"minimum-stability": "dev",
3336
"prefer-stable": true,
3437
"autoload": {

0 commit comments

Comments
 (0)