I was able to confirm that the following exists in composer.json:
"require": {
"php": "~ 8.1.0 || ~ 8.2.0",
"ext-iconv": "*",
....
},
and
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1.99"
}
},
Do I need to make changes there?
[NOTE] Added spaces between "~" and *8" to be better readable here on the forum.