diff --git a/CHANGELOG.md b/CHANGELOG.md index 2756010..76ad88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.2.2 under development -- no changes in this release. +- Enh #114: Add support for `yiisoft/html` version `^4.0` (@vjik) ## 2.2.1 December 16, 2025 diff --git a/composer.json b/composer.json index 24ea0e6..536895c 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "yiisoft/definitions": "^3.1", "yiisoft/factory": "^1.2", "yiisoft/friendly-exception": "^1.0", - "yiisoft/html": "^2.0 || ^3.0" + "yiisoft/html": "^2.0 || ^3.0 || ^4.0" }, "require-dev": { "maglnet/composer-require-checker": "^4.4",