Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb authored and github-actions[bot] committed Nov 22, 2022
1 parent 73baab2 commit 528ef7b
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.1.1-green.svg)](https://github.com/steevanb/symfony-container-introspection/tree/1.1.1)
[![Version](https://img.shields.io/badge/version-3.0.0-4B9081.svg)](https://github.com/steevanb/symfony-container-introspection/tree/3.0.0)
[![php](https://img.shields.io/badge/php-^7.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-927-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/symfony-container-introspection/downloads)
![Lines](https://img.shields.io/badge/code%20lines-1,856-blue.svg)

symfony-container-introspection
===============================
Expand All @@ -26,7 +26,7 @@ Installation
============

```bash
composer require --dev steevanb/symfony-container-introspection ^2.0
composer require --dev steevanb/symfony-container-introspection ^3.0
```

If you use Symfony (and not just `symfony/dependency-injection`), you can add `ContainerIntrospectionBundle` to your Kernel:
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

### [3.0.0](../../compare/2.0.0...3.0.0) - 2022-11-22

- [BC Break] Rename namespace `steevanb\ContainerIntrospection` to `Steevanb\ContainerIntrospection`
- [BC Break] Move files from root directory to `src`
- Add `bin`, `config` and `docker` directories
Expand Down

0 comments on commit 528ef7b

Please sign in to comment.