Skip to content

Commit

Permalink
Chg: Allow yiisoft/arrays ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 16, 2023
1 parent 4ce014c commit a07eb71
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 @@ -3,6 +3,7 @@
## 1.0.1 under development

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

## 1.0.0 April 01, 2022

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

0 comments on commit a07eb71

Please sign in to comment.