Skip to content

Commit 8460c91

Browse files
authored
Merge pull request #61 from jdecool/feat/symfony5-compatibility
2 parents 29f0e4e + 0401e00 commit 8460c91

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Symfony Bundle to log Request/Response with Monolog.
44

5-
**NOTE:** Require `Symfony >= 2.6` since version 3.0. For previsous version of symfony use the `~2.2` release.
6-
5+
**NOTE:** The actual version of this bundle support `Symfony >= 4.4`.
6+
If you need support for older versions, please use `~7.0` release.
77

88
## Features
99

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"prefer-stable": true,
1010
"require": {
1111
"php": ">=7.1.3",
12-
"symfony/config": "^4.2",
13-
"symfony/yaml": "~2.3 || ~3.0 || ~4.0",
14-
"symfony/routing": "~2.3 || ~3.0 || ~4.0",
15-
"symfony/expression-language": "~2.3 || ~3.0 || ~4.0",
16-
"symfony/security": "~2.3 || ~3.0 || ~4.0"
12+
"symfony/config": "^4.4|^5.0",
13+
"symfony/yaml": "^4.4|^5.0",
14+
"symfony/routing": "^4.4|^5.0",
15+
"symfony/expression-language": "^4.4|^5.0",
16+
"symfony/security-core": "^4.4|^5.0"
1717
},
1818
"require-dev": {
1919
"atoum/atoum-bundle": "~1.0",

0 commit comments

Comments
 (0)