diff --git a/CHANGELOG.md b/CHANGELOG.md index e2efaae..0237640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ## 0.6.1 Under development +- fix(deps): update `ui-awesome/html-mixin` requirement to `^0.6`. + ## 0.6.0 April 30, 2026 - feat: add common attribute traits for blocking, media, type, nonce, integrity, referrer policy, source, target, link preload, metadata, form, and selectable attributes. diff --git a/composer.json b/composer.json index c027c55..5b69313 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.3", "ui-awesome/html-helper": "^0.7", - "ui-awesome/html-mixin": "^0.5" + "ui-awesome/html-mixin": "^0.6" }, "require-dev": { "infection/infection": "^0.32",