Skip to content

Commit c97dad2

Browse files
committed
Documentation
1 parent 08d4cf8 commit c97dad2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![version](https://img.shields.io/badge/version-1.3.2-green.svg)](https://github.com/steevanb/doctrine-stats/tree/1.3.2)
1+
[![version](https://img.shields.io/badge/version-1.3.3-green.svg)](https://github.com/steevanb/doctrine-stats/tree/1.3.3)
22
[![doctrine](https://img.shields.io/badge/doctrine/orm-^2.4.8-blue.svg)](http://www.doctrine-project.org)
33
[![php](https://img.shields.io/badge/php-^5.4.6%20||%20^7.0-blue.svg)](http://www.php.net)
4-
![Lines](https://img.shields.io/badge/code%20lines-2148-green.svg)
4+
![Lines](https://img.shields.io/badge/code%20lines-2153-green.svg)
55
![Total Downloads](https://poser.pugx.org/steevanb/doctrine-stats/downloads)
6-
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/27)
6+
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/28)
77
[![Scrutinizer](https://scrutinizer-ci.com/g/steevanb/doctrine-stats/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/steevanb/doctrine-stats/)
88

99
### doctrine-stats
@@ -20,7 +20,7 @@ Add important Doctrine statistics :
2020
### Installation
2121

2222
```bash
23-
composer require --dev "steevanb/doctrine-stats": "^1.3.2"
23+
composer require --dev "steevanb/doctrine-stats": "^1.3.3"
2424
```
2525

2626
If you want to add hydration time to your statistics :

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### [1.3.3](../../compare/1.3.2...1.3.3) - 2017-12-07
2+
3+
- [[Gemorroj](https://github.com/Gemorroj)] Fix template path for Symfony 4
4+
- Add _DoctrineStatsCollector::reset()_ for Symfony 4
5+
16
### [1.3.2](../../compare/1.3.1...1.3.2) - 2017-11-17
27

38
- [[gsdevme](https://github.com/gsdevme)] Use _ManagerRegistry::getManagers()_ instead of _getEntityManagers()_

0 commit comments

Comments
 (0)