-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
Symfony 5 support #135
Comments
Hi, |
It's been a while since Symfony 5 got out there, and now we're in Symfony 5.2, with 5.3 about to be released. I understand the project might be out of interest for the maintainer, but if you read this, I might be able to help with a PR that deals with this compatibility upgrade for Symfony 5.X. I would only need a confirmation that you will review the PR and if it tests pass and you think is valuable, then publish a new release. Thanks in advance P.S. In case the maintainer is busy, does anyone know a replacement for this package that performs similar tasks and is compatible with Symfony 5.x ? |
I've managed to find a really nice alternative to this dependency. pre-commit software is described as:
So this is a replacement not only for this project, which is PHP focused, but to many programming languages. I've been playing with it, and the setup is very simple:
This is the setup I've implemented for my Symfony 5 project:
You can manually run the hook with this command:
Or simply wait until you make a commit, and see the automated run of the above command :) Have fun! |
Hello,
Is there a chance for Symfony 5 support?
Best Regards
The text was updated successfully, but these errors were encountered: