Skip to content

Commit f56b0cc

Browse files
Update yiisoft/arrays requirement from ^2.0 to ^3.0 (#153)
* Update yiisoft/arrays requirement from ^2.0 to ^3.0 Updates the requirements on [yiisoft/arrays](https://github.com/yiisoft/arrays) to permit the latest version. - [Release notes](https://github.com/yiisoft/arrays/releases) - [Changelog](https://github.com/yiisoft/arrays/blob/master/CHANGELOG.md) - [Commits](yiisoft/arrays@2.0.0...3.0.0) --- updated-dependencies: - dependency-name: yiisoft/arrays dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent ef32371 commit f56b0cc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- New #137: Add `$attributes` parameter to `Html::img()` (@alien-art)
66
- New #150: Add class for tag `small` and method `Html::small()` (@dood-)
7+
- Enh #153: Add support of `yiisoft/arrays` version `^3.0` (@vjik)
78

89
## 3.0.0 November 06, 2022
910

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"require": {
2929
"php": "^8.0",
30-
"yiisoft/arrays": "^2.0",
30+
"yiisoft/arrays": "^2.0|^3.0",
3131
"yiisoft/json": "^1.0"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)