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

Hi, does it work with Symfony 3.1? #21

Open mario6097 opened 7 years ago

mario6097 commented 7 years ago

Hi does it work with Symfony 3.1? Thanks Cheers mario

vmladenovic commented 7 years ago

Hi mario6097,

We are currently working on it. Thank you for you interest in EDBlogBundle.

Vladimir

cvele commented 7 years ago

@vmladenovic Any updates on Symfony3 compatibility? Additionally are there any immediate plans on upgrading library to support php7.1?

insekticid commented 7 years ago

@cvele you can use my Symfony branch https://github.com/insekticid/EDBlogBundle/tree/dev-symfony3

or look into my pull request https://github.com/EtonDigital/EDBlogBundle/pull/24

pije76 commented 7 years ago

@insekticid can you show your composer.json please? Thanks

insekticid commented 7 years ago

My patch has been added into symfony3 branch https://github.com/EtonDigital/EDBlogBundle/commits/dev-symfony3

add this to your composer.json "ed/blog-bundle": "dev-symfony3"

"minimum-stability": "dev",

jimiero commented 5 years ago

@vmladenovic is this now compatible with symfony3?