File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 },
2525 "require" : {
2626 "php" : " >=7.2" ,
27- "cakephp/cakephp" : " ^4.0 " ,
27+ "cakephp/cakephp" : " ^4.1 " ,
2828 "cakephp/chronos" : " ^2.0" ,
2929 "composer/composer" : " ^1.3" ,
3030 "jdorn/sql-formatter" : " ^1.2"
Original file line number Diff line number Diff line change 3939 <?php foreach ($ app as $ key => $ val ): ?>
4040 <tr>
4141 <td><?= h ($ key ) ?> </td>
42- <td><?= h ( Debugger::exportVar ($ val) ) ?> </td>
42+ <td><?= Debugger::exportVar ($ val ) ?> </td>
4343 </tr>
4444 <?php endforeach ; ?>
4545 </tbody>
6464 <?php foreach ($ cake as $ key => $ val ): ?>
6565 <tr>
6666 <td><?= h ($ key ) ?> </td>
67- <td><?= h ( Debugger::exportVar ($ val) ) ?> </td>
67+ <td><?= Debugger::exportVar ($ val ) ?> </td>
6868 </tr>
6969 <?php endforeach ; ?>
7070 </tbody>
140140 <?php foreach ($ hidef as $ key => $ val ): ?>
141141 <tr>
142142 <td><?= h ($ key ) ?> </td>
143- <td><?= h ( Debugger::exportVar ($ val) ) ?> </td>
143+ <td><?= Debugger::exportVar ($ val ) ?> </td>
144144 </tr>
145145 <?php endforeach ; ?>
146146 </tbody>
You can’t perform that action at this time.
0 commit comments