Skip to content

Commit

Permalink
Documentation for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Nov 17, 2017
1 parent aaf38a6 commit 44676e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 5 additions & 6 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.1-green.svg)](https://github.com/steevanb/doctrine-stats/tree/1.3.1)
[![version](https://img.shields.io/badge/version-1.3.2-green.svg)](https://github.com/steevanb/doctrine-stats/tree/1.3.2)
[![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-2142-green.svg)
![Lines](https://img.shields.io/badge/code%20lines-2148-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/24)
[![SensionLabsInsight](https://img.shields.io/badge/SensionLabsInsight-platinum-brightgreen.svg)](https://insight.sensiolabs.com/projects/884a7b62-bb7a-41dc-8198-6d2bb0694795/analyses/27)
[![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.1"
composer require --dev "steevanb/doctrine-stats": "^1.3.2"
```

If you want to add hydration time to your statistics :
Expand Down Expand Up @@ -70,7 +70,7 @@ If you want to add hydration time to your statistics :
composer update steevanb/composer-overload-class
```

### Symfony 2.x and 3.x integration
### Symfony 2.x, 3.x and 4.x integration

Read Installation paragraph before.

Expand Down Expand Up @@ -101,7 +101,6 @@ To retrieve statistics, you need to register steevanb\DoctrineStats\EventSubscri
If you want to add lazy loaded entities to your statistics, you need to overload default EntityManager, with steevanb\DoctrineStats\Doctrine\ORM\EntityManager.
### Screenshots
![Symfony profiler](symfony_profiler.jpg)
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [1.3.2](../../compare/1.3.1...1.3.2) - 2017-11-17

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

### [1.3.1](../../compare/1.3.0...1.3.1) - 2017-08-09

- Fix ternary operator syntax in _DoctrineStatsCollector_
Expand Down

0 comments on commit 44676e7

Please sign in to comment.