File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ symfony-container-introspection
8
8
9
9
It helps you to know which services are instanciated, removed, public and list container parameters.
10
10
11
- You have access to Container cache statistics: files count, count code lines and cache size.
11
+ You have access to Container cache statistics: files count, code lines count and cache size.
12
12
13
13
With Symfony, a new profiler tab will appear:
14
14
Original file line number Diff line number Diff line change 1
1
### master
2
2
3
+ - Add ` Symfony ^7.0 ` compatibility
4
+
3
5
### [ 3.0.1] ( ../../compare/3.0.0...3.0.1 ) - 2022-11-22
4
6
5
7
- Fix ` You must call introspect() before getContainerCachePath() `
10
12
- [ BC Break] Move files from root directory to ` src `
11
13
- Add ` bin ` , ` config ` and ` docker ` directories
12
14
- Add binaries to start the project, build Docker images, run CI tools etc
13
- - Add PHP 8.0 and 8.1 compatibility
15
+ - Add ` PHP ^ 8.0 ` compatibility
14
16
15
17
### [ 2.0.0] ( ../../compare/1.1.1...2.0.0 ) - 2020-10-26
16
18
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"require" : {
7
7
"php" : " ^7.1 || ^8.0" ,
8
- "symfony/dependency-injection" : " ^5.0 || ^6.0"
8
+ "symfony/dependency-injection" : " ^5.0 || ^6.0 || ^7.0 "
9
9
},
10
10
"require-dev" : {
11
11
"ocramius/proxy-manager" : " ^2.0" ,
12
- "symfony/config" : " ^ 5.0 || ^6.0 " ,
13
- "symfony/http-kernel" : " ^ 5.0 || ^6.0 "
12
+ "symfony/config" : " 5.0.* " ,
13
+ "symfony/http-kernel" : " 5.0.* "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
You can’t perform that action at this time.
0 commit comments