Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Nov 29, 2021
1 parent f49fef4 commit f485523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Version](https://img.shields.io/badge/version-1.4.0-4B9081.svg)](https://github.com/steevanb/doctrine-stats/tree/1.4.0)
[![Version](https://img.shields.io/badge/version-2.0.0-4B9081.svg)](https://github.com/steevanb/doctrine-stats/tree/2.0.0)
[![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||%20^8.0-blue.svg)](http://www.php.net)
![Lines](https://img.shields.io/badge/code%20lines-2162-green.svg)
![Lines](https://img.shields.io/badge/code%20lines-2,909-blue.svg)
![Total Downloads](https://poser.pugx.org/steevanb/doctrine-stats/downloads)

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

```bash
composer require --dev steevanb/doctrine-stats ^1.4
composer require --dev steevanb/doctrine-stats ^2.0
```

If you want to add hydration time to your statistics:
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### master

### [2.0.0](../../compare/1.4.0...2.0.0) - 2021-11-29

- [BC break] Move source files to `src/`
- [BC break] Move `ComposerOverloadClass` directory from source root to `src/Bridge/ComposerOverloadClass`
- [BC break] Change PHP version from `^5.4 || ^7.0` to `^7.1 || ^8.0`
Expand Down

0 comments on commit f485523

Please sign in to comment.