event-store-symfony-bundle
event-store-symfony-bundle copied to clipboard
Event Store Symfony Bundle
In PHP 8.2 some [formats of callables were deprecated](https://php.watch/versions/8.2/partially-supported-callable-deprecation) - one of those formats is `['self', 'myMethod']` which is exactly what is used here: https://github.com/prooph/event-store-symfony-bundle/blob/34204bb403b94c1a3c098b1cd137fa68edef66a8/src/Projection/Options/ProjectionOptionsFactory.php#L21-L26 This raises a deprecation warning...
Hi, I would like to know if in your roadmap is the upgrade to symfony 7. Thanks,
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 11.2.6 Changed #5880: Add hints to CLI parameter deprecation messages How to install...