martin-georgiev / postgresql-for-doctrine

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine
MIT License
358 stars 44 forks source link

support symfony 4 #12

Closed Gemorroj closed 6 years ago

Gemorroj commented 6 years ago

What about Symfony4 support?

martin-georgiev commented 6 years ago

Are you aware of any sf4 issues? I don't believe there are any blockers for using the package with sf4. This is not a bundle and it doesn't have any Symfony dependencies.

Gemorroj commented 6 years ago

I haven't tried to install the library in Symfony 4 yet. Just in the README provided only Symfony 2 and 3.

martin-georgiev commented 6 years ago

I've updated the README file so it is more obvious that the package can be used with any modern version of Symfony. Thanks for bringing this matter to my attention @Gemorroj