Skip to content

Commit

Permalink
Add horde_stringprep to support SCRAM-SHA-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb committed Jan 19, 2021
1 parent 9ea472d commit cfce705
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"config": {
"platform": {
"php": "7.3"
}
},
"sort-packages": true
},
"require": {
"php": ">=7.3",
Expand All @@ -33,12 +34,13 @@
"pear-pear.horde.org/horde_mail": "^2.6.4@stable",
"pear-pear.horde.org/horde_mime": "^2.11.0@stable",
"pear-pear.horde.org/horde_nls": "^2.2.1@stable",
"pear-pear.horde.org/horde_smtp": "^1.9.5@stable",
"pear-pear.horde.org/horde_stream": "^1.6.3@stable",
"pear-pear.horde.org/horde_stringprep": "^1.0",
"pear-pear.horde.org/horde_support": "^2.2.0@stable",
"pear-pear.horde.org/horde_text_filter": "^2.3.5@stable",
"pear-pear.horde.org/horde_text_flowed": "^2.0.3@stable",
"pear-pear.horde.org/horde_util": "^2.5.8@stable",
"pear-pear.horde.org/horde_smtp": "^1.9.5@stable",
"psr/log": "^1",
"rubix/ml": "0.2.4"
},
Expand Down
33 changes: 31 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cfce705

Please sign in to comment.