dflydev / dflydev-doctrine-orm-service-provider

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

Incompatible with Silex ^1.3 #69

Closed tsantos84 closed 8 years ago

tsantos84 commented 8 years ago

Have you plan to support Silex 1.3?

dominikzogg commented 8 years ago

@tsantos84 do you use the v1?

tsantos84 commented 8 years ago

Hi @dominikzogg. I've just tried with v1 and installed properly.

The last version of Silex should be supported by dflydev-doctrine-orm-service, shouldn't?

dominikzogg commented 8 years ago

@tsantos84 the newest version is for silex 2.0 / pimple 3.0

tsantos84 commented 8 years ago

I'm bit confused. The last version of dflydev-doctrine-orm-service-provider is not stable yet? Doing composer require silex/silex brings to me the version 1.3 and not 2.0.

dominikzogg commented 8 years ago

2.0 is stable (which is latest version), its build for pimple 3.0 (which is also stable since long time) only silex 2.0 is not stable atm.

this provider is not only for silex.

tsantos84 commented 8 years ago

Hum...in this case I should use the version v1, right?

dominikzogg commented 8 years ago

yes

tsantos84 commented 8 years ago

Ok @dominikzogg. Thanks for your support.

dominikzogg commented 8 years ago

@tsantos84 your welcome