diff --git a/CHANGELOG.md b/CHANGELOG.md index 147aeeb..90cd716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## 2.0.1 under development -- Bug #36: Explicitly add transitive dependencies `yiisoft/strings` and `psr/http-server-handler` (@vjik, @xepozz) +- Bug #36: Explicitly add transitive dependencies `yiisoft/strings`, `psr/http-server-handler` + and `ext-hash` (@vjik, @xepozz) ## 2.0.0 February 14, 2023 diff --git a/composer.json b/composer.json index 2f41e14..5084c86 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ }, "require": { "php": "^7.4|^8.0", + "ext-hash": "*", "psr/http-factory": "^1.0", "psr/http-factory-implementation": "1.0", "psr/http-message": "^1.0",