File tree Expand file tree Collapse file tree 5 files changed +29
-7
lines changed Expand file tree Collapse file tree 5 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 1010 "slug" : " latest" ,
1111 "upcoming" : true
1212 },
13+ {
14+ "name" : " 2.18" ,
15+ "branchName" : " 2.18.x" ,
16+ "slug" : " 2.18" ,
17+ "upcoming" : true
18+ },
1319 {
1420 "name" : " 2.17" ,
1521 "branchName" : " 2.17.x" ,
1622 "slug" : " 2.17" ,
17- "upcoming " : true
23+ "current " : true
1824 },
1925 {
2026 "name" : " 2.16" ,
2127 "slug" : " 2.16" ,
22- "current " : true
28+ "maintained " : false
2329 },
2430 {
2531 "name" : " 2.15" ,
Original file line number Diff line number Diff line change 8787 with :
8888 php-version : " ${{ matrix.php-version }}"
8989 coverage : " pcov"
90- ini-values : " zend.assertions=1 "
90+ ini-file : " development "
9191 extensions : " pdo_sqlite"
9292 tools : " flex"
9393
Original file line number Diff line number Diff line change 3535 uses : " shivammathur/setup-php@v2"
3636 with :
3737 php-version : " ${{ matrix.php-version }}"
38- ini-values : " zend.assertions=1 "
38+ ini-file : " development "
3939 extensions : " pdo_sqlite"
4040 tools : " flex"
4141
Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ branches:
1212 - " 2.15.x"
1313 - " 2.16.x"
1414 - " 2.17.x"
15+ - " 2.18.x"
1516maintained_branches :
16- - " 2.16.x"
1717 - " 2.17.x"
18+ - " 2.18.x"
1819doc_dir : " docs/en/"
19- current_branch : " 2.16 .x"
20- dev_branch : " 2.17 .x"
20+ current_branch : " 2.17 .x"
21+ dev_branch : " 2.18 .x"
Original file line number Diff line number Diff line change 1+ UPGRADE FROM 2.17 to 2.18
2+ =========================
3+
4+ DoctrineOrmMappingsPass
5+ -----------------------
6+
7+ ### The ` DoctrineOrmMappingsPass::createYamlMappingDriver() ` method is deprecated
8+
9+ This method is deprecated with no replacement planned and will be removed in
10+ DoctrineBundle 3.0.
11+
12+ ### The ` DoctrineOrmMappingsPass::createAnnotationMappingDriver() ` method is deprecated
13+
14+ This method is deprecated with no replacement planned and will be removed in
15+ DoctrineBundle 3.0.
You can’t perform that action at this time.
0 commit comments