File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 )
2
2
[ ![ php] ( https://img.shields.io/badge/php-^7.1-blue.svg )] ( https://php.net )
3
3
![ 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 )
5
5
6
6
symfony-container-introspection
7
7
===============================
@@ -26,7 +26,7 @@ Installation
26
26
============
27
27
28
28
``` bash
29
- composer require --dev steevanb/symfony-container-introspection ^2 .0
29
+ composer require --dev steevanb/symfony-container-introspection ^3 .0
30
30
```
31
31
32
32
If you use Symfony (and not just ` symfony/dependency-injection ` ), you can add ` ContainerIntrospectionBundle ` to your Kernel:
Original file line number Diff line number Diff line change 1
1
### master
2
2
3
+ ### [ 3.0.0] ( ../../compare/2.0.0...3.0.0 ) - 2022-11-22
4
+
3
5
- [ BC Break] Rename namespace ` steevanb\ContainerIntrospection ` to ` Steevanb\ContainerIntrospection `
4
6
- [ BC Break] Move files from root directory to ` src `
5
7
- Add ` bin ` , ` config ` and ` docker ` directories
You can’t perform that action at this time.
0 commit comments