Fix #19841: Allow jQuery 3.7 to be installed

This commit is contained in:
Wouter Wolters
2023-05-28 12:50:15 +02:00
committed by GitHub
parent 48617d54fc
commit f6bb12091b
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Yii Framework 2 Change Log
2.0.49 under development
------------------------
- no changes in this release.
- Enh #19841: Allow jQuery 3.7 to be installed (wouter90)
2.0.48.1 May 24, 2023

View File

@ -70,7 +70,7 @@
"yiisoft/yii2-composer": "~2.0.4",
"ezyang/htmlpurifier": "^4.6",
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
"bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
"bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
"bower-asset/punycode": "1.3.*",
"bower-asset/yii2-pjax": "~2.0.1",