mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Doctrine 2.4 #20

Closed psampaz closed 10 years ago

psampaz commented 10 years ago

Is there a reason that this package depend on a beta version of doctrine? Why not to stick with the stable one (2.4)? I think changing minimum-stability to dev should be avoided if possible.

pintomau commented 10 years ago

Embeddables are reason enough ;)

mitchellvanw commented 10 years ago

The reason for this is Embeddables. This is a feature I definitely want available.