File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ a release.
2222### Global / Shared
2323#### Fixed
2424- Add ` parent::__construct() ` calls to Listeners w/ custom constructors (#2012 )
25+ - Add upcoming Doctrine ODM 2.0 to ` composer.json ` conflicts (#2027 )
2526
2627### Loggable
2728#### Fixed
Original file line number Diff line number Diff line change 3939 "doctrine/common" : " ~2.4"
4040 },
4141 "conflict" : {
42- "doctrine/annotations" : " <1.2"
42+ "doctrine/annotations" : " <1.2" ,
43+ "doctrine/mongodb-odm" : " >=2.0"
4344 },
4445 "require-dev" : {
4546 "doctrine/common" : " >=2.5.0" ,
46- "doctrine/mongodb-odm" : " >=1.0.2" ,
47+ "doctrine/mongodb-odm" : " >=1.0.2 <2.0 " ,
4748 "doctrine/orm" : " >=2.5.0" ,
4849 "phpunit/phpunit" : " ^4.8.35 || ^5.7 || ^6.5" ,
4950 "symfony/yaml" : " ~2.6 || ~3.0 || ~4.0"
Original file line number Diff line number Diff line change 4747 },
4848 "require-dev" : {
4949 "alcaeus/mongo-php-adapter" : " ~1.0.4" ,
50- "doctrine/mongodb-odm" : " >=1.0.2" ,
50+ "doctrine/mongodb-odm" : " >=1.0.2 <2.0 " ,
5151 "doctrine/orm" : " >=2.5.0" ,
5252 "doctrine/common" : " >=2.5.0" ,
5353 "symfony/yaml" : " ~2.6|~3.0|~4.0" ,
5656 "conflict" : {
5757 "doctrine/annotations" : " <1.2" ,
5858 "doctrine/mongodb" : " <1.3" ,
59+ "doctrine/mongodb-odm" : " >=2.0" ,
5960 "sebastian/comparator" : " <2.0"
6061 },
6162 "suggest" : {
You can’t perform that action at this time.
0 commit comments