Skip to content

Commit 7c07885

Browse files
authored
Feature/dependency fixes for PHP 8.2 (#19746)
1 parent 8f7fb57 commit 7c07885

File tree

3 files changed

+463
-187
lines changed

3 files changed

+463
-187
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"ext-ctype": "*",
7474
"lib-pcre": "*",
7575
"yiisoft/yii2-composer": "~2.0.4",
76-
"ezyang/htmlpurifier": "~4.6",
76+
"ezyang/htmlpurifier": "^4.6",
7777
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
7878
"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",
7979
"bower-asset/inputmask": "~3.2.2 | ~3.3.5",
@@ -85,7 +85,7 @@
8585
"cweagans/composer-patches": "^1.7",
8686
"phpunit/phpunit": "4.8.34",
8787
"cebe/indent": "~1.0.2",
88-
"friendsofphp/php-cs-fixer": "~2.2.3",
88+
"friendsofphp/php-cs-fixer": "~2.2.3 | ^3.0",
8989
"johnkary/phpunit-speedtrap": "^1.0"
9090
},
9191
"repositories": [
@@ -110,7 +110,6 @@
110110
}
111111
},
112112
"config": {
113-
"platform": {"php": "5.4"},
114113
"allow-plugins": {
115114
"cweagans/composer-patches": true,
116115
"yiisoft/yii2-composer": true

0 commit comments

Comments
 (0)