Skip to content

Commit 528ef7b

Browse files
steevanbgithub-actions[bot]
authored andcommitted
Release 3.0.0
1 parent 73baab2 commit 528ef7b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![version](https://img.shields.io/badge/version-1.1.1-green.svg)](https://github.com/steevanb/symfony-container-introspection/tree/1.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)
22
[![php](https://img.shields.io/badge/php-^7.1-blue.svg)](https://php.net)
33
![Lines](https://img.shields.io/badge/code%20lines-927-green.svg)
4-
![Total Downloads](https://poser.pugx.org/steevanb/symfony-container-introspection/downloads)
4+
![Lines](https://img.shields.io/badge/code%20lines-1,856-blue.svg)
55

66
symfony-container-introspection
77
===============================
@@ -26,7 +26,7 @@ Installation
2626
============
2727

2828
```bash
29-
composer require --dev steevanb/symfony-container-introspection ^2.0
29+
composer require --dev steevanb/symfony-container-introspection ^3.0
3030
```
3131

3232
If you use Symfony (and not just `symfony/dependency-injection`), you can add `ContainerIntrospectionBundle` to your Kernel:

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
### [3.0.0](../../compare/2.0.0...3.0.0) - 2022-11-22
4+
35
- [BC Break] Rename namespace `steevanb\ContainerIntrospection` to `Steevanb\ContainerIntrospection`
46
- [BC Break] Move files from root directory to `src`
57
- Add `bin`, `config` and `docker` directories

0 commit comments

Comments
 (0)