dflydev / dflydev-doctrine-orm-service-provider

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

PHP compatibility version #56

Open kabeocho opened 9 years ago

kabeocho commented 9 years ago

This package is setted as PHP 5.3+.

One of it's dependencies Doctrine ~2.3, installs Doctrine 2.5 that is 5.4+

I suggest to change the Doctrine version to 2.4.* to remain 5.3+ compatible.

marcojanssen commented 9 years ago

Or raise the php version required and tag it, why should this stay compatible with a EOL php version

kabeocho commented 9 years ago

I agree that new versions can be 5.4+ compatible, but the problem is that none of the available tags are 5.3+ compatible.