Closed harentius closed 4 years ago
Hi @tacman Thank you so much for involving. This is a quite complex task to clearly upgrade Symfony version from 3 to 4. Regarding error you described: look like, some of versions to which you are trying to upgrade are not agreed. (Looks like problem with sonata dependencies) I started to cover functionality with behavioral tests to simplify future version upgrades, but then abandon it.) Are you going to use this bundle somewhere so trying to upgrade Symfony for it?
Eh, if it were easy to integrate, I was considering using it on a site I'm working on, but it's not urgent at all. Spent more time than I expected just trying to get a set of dependencies to install.
We used to use Sonata AdminBundle, I see its value but indeed it's a lot of dependencies.
BTW, I ran into an error installing the demo program, because the _locale was set to 'en' and it only accepts 'ru', I should report that in that repo, I guess.
Anyway, if you're able to get it to work in Symfony4, I would use it.
Tac
On Mon, Dec 17, 2018 at 4:44 PM Yaroslav Osypenko notifications@github.com wrote:
Hi @tacman https://github.com/tacman Thank you so much for involving. This is a quite complex task to clearly upgrade Symfony version from 3 to 4. Regarding error you described: look like, some of versions to which you are trying to upgrade are not agreed. (Looks like problem with sonata dependencies) I started to cover functionality with behavioral tests to simplify future version upgrades, but then abandon it.) Are you going to use this bundle somewhere so trying to upgrade Symfony for it?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/harentius/blog-bundle/issues/6#issuecomment-448009979, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl0QazuPV-rpSeJqqAsF9jymrNg7aBsks5u6BBQgaJpZM4Rl828 .
@tacman Better later then never. :) Now version 4.0.0 supports Symfony 4. https://github.com/harentius/blog-bundle/releases/tag/v4.0.0
I attempted to update a fork to Symfony 4, mostly by hacking at composer.json until it would at least install.
But now there's an issue registering the Sonata Twig extensions, not sure how to fix it.
My fork is located at https://github.com/survos/blog-bundle, so far I've only changed the composer.json file, and the error I now get when clearing the cache is
Happy to help try to get this working with Symfony 4.