We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yiisoft/arrays
^2.0
1 parent 7072cf0 commit 48ea566Copy full SHA for 48ea566
2 files changed
CHANGELOG.md
@@ -1,9 +1,8 @@
1
# Yii HTML Change Log
2
3
-
4
## 2.2.1 under development
5
6
-- no changes in this release.
+- Enh #93: Add support for `yiisoft/arrays` version `^2.0` (vjik)
7
8
## 2.2.0 October 20, 2021
9
composer.json
@@ -26,7 +26,7 @@
26
],
27
"require": {
28
"php": "^7.4|^8.0",
29
- "yiisoft/arrays": "^1.0",
+ "yiisoft/arrays": "^1.0|^2.0",
30
"yiisoft/json": "^1.0"
31
},
32
"require-dev": {
0 commit comments