EtonDigital / EDBlogBundle

EDBlogBundle is extensive and user friendly blog bundle for Symfony2. It provides a lot of interesting features that makes a serious bloging platform from your Symfony2 application. It is very intuitive and flexible, you can easily fit it to your own needs.
MIT License
35 stars 20 forks source link

using with jms/serialize 1.1 #30

Closed ciro-webcom closed 7 years ago

ciro-webcom commented 7 years ago

Hi,

Is it possible tu use the bundle with symfony 3.1 and jms/serialize 1.1? I'm on symfony 3.1, and I can't use jms/serialize 0.13.0 as mentioned in your cinfig.json.

Thank you

milos-ilic commented 7 years ago

Hi @ciro-webcom

You can try with dev-symfony3 branch we are still testing it but it is used in some projects without problems

ciro-webcom commented 7 years ago

Thank you!!