dflydev / dflydev-doctrine-orm-service-provider

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

Upgrade doctrine orm to 2.5 #87

Closed FlashBlack closed 1 year ago

FlashBlack commented 7 years ago

Subject

dominikzogg commented 7 years ago

@FlashBlack why updating it? Risk a probably breaking library use?

FlashBlack commented 7 years ago

There were a lot of delicious changes! Locally replaced my project with d/orm 2.5 with your extension - everything is okay, I didn't see the library broken.

Silex 2 Php 7.1

dominikzogg commented 7 years ago

Well as long the provider itself has no integration of new stuff, the required version should not be changed. If you do a PR with new additional stuff that has a minimium version of 2.5 for example it would be another story.

So if you want to use at least 2.5 its up to you require 2.5.