mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Allow ORM 2.5 to work with Common 2.7 #5351
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BenMorel on GitHub (Dec 18, 2016).
Originally assigned to: @Ocramius on GitHub.
doctrine/ormcurrently requires:Is there any reason why it's not allowed to work with
doctrine/common: 2.7? This version adds support for PHP 7 and PHP 7.1 in proxy generation.If I try to force
doctrine/common: 2.7.*in my composer.json, I get downgraded todoctrine/orm: 2.4.8anddoctrine/dbal: 2.4.5, which seems a bit of a nonsense.@Ocramius commented on GitHub (Dec 18, 2016):
Duplicate of #6157
We are keeping the dependency ranges on short leash due to tight coupling between these libraries (they were split from a single core, after all), so BC breaks are likely.
This may change with new major versions, but not for now.
@BenMorel commented on GitHub (Dec 18, 2016):
Thanks for the fast reply. Yet you merged #6156 in the
2.5branch, does that mean we can expect2.5.6to be released soon with this change?@Ocramius commented on GitHub (Dec 18, 2016):
Ya
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
On Sun, Dec 18, 2016 at 2:12 PM, Benjamin Morel notifications@github.com
wrote:
@BenMorel commented on GitHub (Dec 20, 2016):
Thanks for the ORM 2.5.6 release! Any ETA for DBAL 2.5.6, by any chance?
@Ocramius commented on GitHub (Dec 23, 2016):
Will try going through the queue for DBAL on the 25th, but no promises.
@BenMorel commented on GitHub (Dec 23, 2016):
That would be great, thanks for the update!