thecodingmachine / graphqlite-bundle

A Symfony bundle for thecodingmachine/graphqlite.
34 stars 37 forks source link

Fix working with session #130

Closed andrew-demb closed 2 years ago

andrew-demb commented 2 years ago

There is no more SessionInterface DI alias in Symfony 6

@mistraloz there are fixes for fully Symfony 6 compatibility (with green tests)

swangee commented 2 years ago

@mistraloz Can you please help us make this bundle work with Symfony 6, it looks like we have to make a little effort to make the work done.

andrew-demb commented 2 years ago

Saw running CI with fails - it is related to bump minimal PHP version.

Added commit with dropping from CI unsupported PHP versions

mistraloz commented 2 years ago

Thx @andrew-demb :)

andrew-demb commented 2 years ago

@mistraloz thank you too.

Do you plan to tag and release a new version of bundle soon?

mistraloz commented 2 years ago

https://github.com/thecodingmachine/graphqlite-bundle/releases/tag/v5.4.0 :)