Previously I am using phpunit/dbunit version 3.0.3 for PHP7 version, Now I have upgraded PHP to 8.1 version, and I am unable to upgrade the dbunit to the PHP8.1 supporting version. I am getting the below error and my composer.json file is below. Please Can anyone tell me, does dbunit supports php8.1 version or How can I install the dbunit version that is supporting php8.1
"require-dev": { "phpunit/phpunit": "9.5.0", "phpunit/dbunit": "3.0.3"
},