DoctrineMySQLComeBack

DoctrineMySQLComeBack 2.1.0: bump to PHP 8.1 and run with PHP 8.5

This minor release includes a small refactoring that I did months ago (and didn’t release yet) where I bumped the minimum required PHP version to 8.1. This allowed me to do some clean up (mainly thanks to Rector) and fix multiple PHP deprecations. Attached to this, I’ve also released a fix that intercepts a new timeout message that MySQL 8.0.24+ spits out under PHP 8.4. Many thanks to @ackermannd for reporting it and helping me in the process.

It is also now tested against PHP 8.5 (but it didn’t require any changes).