-
Notifications
You must be signed in to change notification settings - Fork 177
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/templating is deprecated #437
Comments
I have tried and removed "implements Helper" from UploadHelper altogether (as the Helper only has a getter and setter for Charset which is not used in this bundle), and everything seems to work fine. |
That's great @knallcharge! Would you be able to submit a PR with the change? |
I have already included all the other sf7-fixes from this fork (https://github.com/evertharmeling/OneupUploaderBundle/tree/sf-7) into mine, so I'll have to setup a new one for it. Basically it's just removing the interface-implementation, but I can look into probably sometime on Monday. |
I just created a PR: #438 |
What if I merge the changes from @evertharmeling and you can create a follow up PR? I like to keep thing simple and keep the credits. |
Sure, good idea. |
@knallcharge I've merged the PR from @evertharmeling 👍 |
Fixed in #440 |
Bug Report
Summary
Symfony has deprecated the Templating component in 6.x and it's been removed in 7.0. In order to support Symfony 7 we'll need to update the usages of the Templating component to Twig.
The text was updated successfully, but these errors were encountered: