dflydev / dflydev-doctrine-orm-service-provider

Doctrine ORM Service Provider
MIT License
209 stars 59 forks source link

Upgrade doctrine for JSON support #90

Open aymone opened 7 years ago

aymone commented 7 years ago

Mysql 5.7 supports native json, doctrine DBAL has upgraded and supports json too.

https://github.com/doctrine/dbal/pull/2653