krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
319 stars 94 forks source link

Symfony Backward Compatibility #113

Closed DZunke closed 6 months ago

DZunke commented 6 months ago

With the update to the current library version i did not see any change that would require to not support symfony in version 6. So i would appreciate it if we could move back a step and let the package be clear about what it needs.

So i have removed the symfony di component because it is unsued in the library. I have enabled symfony event dispatcher in version 6 beside the version 7 because there was no change that requires to not support older versions of this component.

krowinski commented 6 months ago

tx