Simple fix for PHP 8.2 is to declare previous dynamic properties.
Looks like tests are so out of date that older versions don't seem to work. I would suggest dropping support for anything below 7.4, as it is just not worth the support headache. They can use version 9.
Also looks like the tests will need some work to bring them up to modern standards. Happy to help here, just want to make sure you are up for modernizing the package.
@allejo can we get this merged to the master branch? Same as the other V9 PR. I use dev-master for some of my projects, as I like the more modern namespacing. V9 is kind of a mess that is fixed in V10.
Simple fix for PHP 8.2 is to declare previous dynamic properties.
Looks like tests are so out of date that older versions don't seem to work. I would suggest dropping support for anything below 7.4, as it is just not worth the support headache. They can use version 9.
Also looks like the tests will need some work to bring them up to modern standards. Happy to help here, just want to make sure you are up for modernizing the package.