Skip to content

Commit f485523

Browse files
committed
Release 2.0.0
1 parent f49fef4 commit f485523

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Version](https://img.shields.io/badge/version-1.4.0-4B9081.svg)](https://github.com/steevanb/doctrine-stats/tree/1.4.0)
1+
[![Version](https://img.shields.io/badge/version-2.0.0-4B9081.svg)](https://github.com/steevanb/doctrine-stats/tree/2.0.0)
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||%20^8.0-blue.svg)](http://www.php.net)
4-
![Lines](https://img.shields.io/badge/code%20lines-2162-green.svg)
4+
![Lines](https://img.shields.io/badge/code%20lines-2,909-blue.svg)
55
![Total Downloads](https://poser.pugx.org/steevanb/doctrine-stats/downloads)
66

77
### doctrine-stats
@@ -18,7 +18,7 @@ Add important Doctrine statistics:
1818
### Installation
1919

2020
```bash
21-
composer require --dev steevanb/doctrine-stats ^1.4
21+
composer require --dev steevanb/doctrine-stats ^2.0
2222
```
2323

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

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
### [2.0.0](../../compare/1.4.0...2.0.0) - 2021-11-29
4+
35
- [BC break] Move source files to `src/`
46
- [BC break] Move `ComposerOverloadClass` directory from source root to `src/Bridge/ComposerOverloadClass`
57
- [BC break] Change PHP version from `^5.4 || ^7.0` to `^7.1 || ^8.0`

0 commit comments

Comments
 (0)