Skip to content

Commit 48ea566

Browse files
authored
Add support for yiisoft/arrays version ^2.0 (#93)
1 parent 7072cf0 commit 48ea566

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Yii HTML Change Log
22

3-
43
## 2.2.1 under development
54

6-
- no changes in this release.
5+
- Enh #93: Add support for `yiisoft/arrays` version `^2.0` (vjik)
76

87
## 2.2.0 October 20, 2021
98

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^7.4|^8.0",
29-
"yiisoft/arrays": "^1.0",
29+
"yiisoft/arrays": "^1.0|^2.0",
3030
"yiisoft/json": "^1.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)