File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Symfony 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments