Skip to content

Commit

Permalink
Chg: Allow yiisoft/html ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 16, 2023
1 parent a07eb71 commit 07d740a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

- Chg #64: Adopt configuration to changes in `yiisoft/form` (vjik)
- Chg: Allow yiisoft/arrays ^3.0 (samdark)
- Chg: Allow yiisoft/html ^3.0 (samdark)

## 1.0.0 April 01, 2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"php": "^7.4|^8.0",
"yiisoft/arrays": "^2.0|^3.0",
"yiisoft/assets": "^2.0",
"yiisoft/html": "^2.0",
"yiisoft/html": "^2.0|^3.0",
"yiisoft/widget": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 07d740a

Please sign in to comment.