Skip to content

Commit f13fef0

Browse files
author
Steevan BARBOYON
committed
Compatibility with Symfony 7
1 parent 02ea84c commit f13fef0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ symfony-container-introspection
88

99
It helps you to know which services are instanciated, removed, public and list container parameters.
1010

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.
1212

1313
With Symfony, a new profiler tab will appear:
1414

changelog.md

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

3+
- Add `Symfony ^7.0` compatibility
4+
35
### [3.0.1](../../compare/3.0.0...3.0.1) - 2022-11-22
46

57
- Fix `You must call introspect() before getContainerCachePath()`
@@ -10,7 +12,7 @@
1012
- [BC Break] Move files from root directory to `src`
1113
- Add `bin`, `config` and `docker` directories
1214
- 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
1416

1517
### [2.0.0](../../compare/1.1.1...2.0.0) - 2020-10-26
1618

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.1 || ^8.0",
8-
"symfony/dependency-injection": "^5.0 || ^6.0"
8+
"symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0"
99
},
1010
"require-dev": {
1111
"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.*"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)