Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Dec 7, 2017
1 parent 08d4cf8 commit c97dad2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![version](https://img.shields.io/badge/version-1.3.2-green.svg)](https://github.com/steevanb/doctrine-stats/tree/1.3.2)
[![version](https://img.shields.io/badge/version-1.3.3-green.svg)](https://github.com/steevanb/doctrine-stats/tree/1.3.3)
[![doctrine](https://img.shields.io/badge/doctrine/orm-^2.4.8-blue.svg)](http://www.doctrine-project.org)
[![php](https://img.shields.io/badge/php-^5.4.6%20||%20^7.0-blue.svg)](http://www.php.net)
![Lines](https://img.shields.io/badge/code%20lines-2148-green.svg)
![Lines](https://img.shields.io/badge/code%20lines-2153-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/doctrine-stats/downloads)
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/27)
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/28)
[![Scrutinizer](https://scrutinizer-ci.com/g/steevanb/doctrine-stats/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/steevanb/doctrine-stats/)

### doctrine-stats
Expand All @@ -20,7 +20,7 @@ Add important Doctrine statistics :
### Installation

```bash
composer require --dev "steevanb/doctrine-stats": "^1.3.2"
composer require --dev "steevanb/doctrine-stats": "^1.3.3"
```

If you want to add hydration time to your statistics :
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### [1.3.3](../../compare/1.3.2...1.3.3) - 2017-12-07

- [[Gemorroj](https://github.com/Gemorroj)] Fix template path for Symfony 4
- Add _DoctrineStatsCollector::reset()_ for Symfony 4

### [1.3.2](../../compare/1.3.1...1.3.2) - 2017-11-17

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

0 comments on commit c97dad2

Please sign in to comment.