-
Notifications
You must be signed in to change notification settings - Fork 50
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 #119
Comments
Change by |
I now, but this is not generic and may cause BC break, so I can't contribute PR. |
@Gregwar Are you planning to release an SF5 compatible version of this bundle? |
Can't you ask for SF version? then call method with corresponding data. It will be still generic |
I have fixed issues with SF 5 on my fork would you merge it? Probably not into the master because of BC |
Hi, BC is broken because we need Twig 2, but this is the work of composer, so I also bumped twig dependency to twig 2 Bundle worked for me on a simple test (image resize), ping me if any issue appear |
It cannot be installed in Symfony 5 since it is asking Twig3 dependency. |
The only Problem is the dependency "twig/twig": "^2.0" which limit to twig2 but symfony requires twig3. We need just the twig3 dependency in composer |
Ok, is it safe to bump "twig/twig": "^1.12 || ^2.0" To "twig/twig": "^1.12 || ^2.0 || ^3.0" |
Need Sf5 support please!
I found only the issue with this line
ImageBundle/DependencyInjection/Configuration.php
Line 28 in cc4bc91
kernel.root_dir is no longer supported, and it breaks container build
The text was updated successfully, but these errors were encountered: