maschmann / MarkdownContentBundle

Enables symfony to render markdown files as static content via dynamic router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relaxed dependencies for recent Symfony versions?

robations opened this issue · comments

I was going to try to use this bundle for a project that I'm converting to Symfony where I have some existing markdown content in files. I have Symfony 2.8 and I have a dependency conflict with this bundle.

"symfony/yaml": "~2.3" seems to be the problem. It would be good to support Symfony 3 as well so I'm not sure what the best constraint would be. If the yaml API hasn't really changed perhaps "^2.3 || ^3.0" would work. Or if it has, it might be possible to remove any deprecated usages and use "^2.8 || ^3.0", and bump your version to 0.5.0 (obviously this would be a breaking change). Let me know what you think, or if I can help.

Hi, thanks for reporting 👍
To be honest: I haven't looked into the bundle for quite some time (wow... one year) and I think there's some more work besides the version bump to do.
I've created a new branch and check there if it's still usable :-)