rjanot / YuccaPrerenderBundle

Symfony2 Bundle to use prerender.io
MIT License
56 stars 15 forks source link

Support Symfony 4 #23

Open vharish opened 5 years ago

vharish commented 5 years ago

Hi,

It's clear from the composer file that the supported version of Symfony is 3.3. I would like to know if there are any plans to update the library to support Symfony 4.

Thanks.

rjanot commented 5 years ago

Hi, thanks for the question.

Honnestly, it's not in the pipe on my side. But If you upgrade requirements, please, do a PR, I will be really happy to merge it.

Rémi

vharish commented 5 years ago

@rjanot Thanks for the reply. I'll see what I can do.

vharish commented 5 years ago

@rjanot Simply updating the version constraint to allow symfony framework version 4.0 has worked. However, I haven't run any test cases and I can't say for sure that no other changes are required, although I believe everything works fine as it is.

For our use case though, the above mentioned change has worked. I've forked the repo and made the changes. I am not going to create a PR for the reasons stated above.

Thanks, Harish