11.05.2013
We have released version 2.3.4 of Doctrine ORM and DBAL. We fixed as much as 18 DBAL tickets and 12 ORM tickets.
See a Changelog of both components:
You can install the release with PEAR or with Composer:
1 | {
"require": {
"doctrine/orm": "2.3.4",
"doctrine/dbal": "2.3.4"
}
}
|
2 |
3 |
4 |
5 |
6 |
7 |