We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
the library has 2 dependencies on Symfony < 6 which makes the migration impossible for project.
symfony/dependency-injection
symfony/event-dispatcher
Regards
The text was updated successfully, but these errors were encountered:
You can try this fork https://github.com/Moln/php-mysql-replication .
Resolve these issues:
DatabasesOnly
TablesOnly
Config
(new ConfigBuilder()) ->withRetry(-1) // Retry always. ->withRetry(0) // Disable retry feature. (Default) ->withRetry(2) // Retry twice.
Sorry, something went wrong.
Can you submit a PR to the official?
fixed in #113
No branches or pull requests
Hello,
the library has 2 dependencies on Symfony < 6 which makes the migration impossible for project.
symfony/dependency-injection
: I did not find usage on the source and test. Should it be removed ?symfony/event-dispatcher
: seems compatible with Sf6.Regards
The text was updated successfully, but these errors were encountered: