prismicio / SymfonyBundle

Inntegrates the http://prismic.io php-kit with the Symfony Framework
http://prismic.io
8 stars 11 forks source link

Symfony3 compatiblity? #23

Closed nanocom closed 1 year ago

nanocom commented 8 years ago

Is there any plan to make this bundle compatible with Symfony3?

erwan commented 8 years ago

Yes, we'll migrate it to Symfony3 eventually.

If you're in a hurry to use it in Symfony3, don't hesitate to make a PR!

nanocom commented 8 years ago

I would like to but the php kit depends on phpdocumentor which depends on symfony2 so I would need to make a PR to phpdocumentor first... Can this dependency be dropped? Is anybody still using this documentation? Seems to me that your online documentation is sufficient.

nanocom commented 7 years ago

@erwan can you update the php kit version so that everybody can upgrade to symfony 3?

srenault commented 7 years ago

Hi @nanocom, I'll see with the team. I'll come back to you ASAP.

nanocom commented 7 years ago

I would recommend to deprecate this repo and keep your dev efforts on the php-sdk, providing code examples to integrate prismic on a symfony app in your documentation.

srenault commented 7 years ago

I believe this issue has been solved with this commit, right? https://github.com/prismicio/php-kit/commit/681f328382015c28471199c7115c064cdec1134b#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780.

bogdaniel commented 7 years ago

I managed to install the php-sdk but this bundle doesn't want to install :(

srenault commented 7 years ago

Okey I'll try to look at it this week!

osavchenko commented 6 years ago

Using at least symfony 3.0 will be possible after the php-kit upgrade because the current version depends on "symfony/event-dispatcher": "~2.0" and it makes impossible just to bump symfony version.