Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b28d294

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: fix compatibility with Twig >= 2.6.1 [Form] SA fix fix compatibility with PHPUnit 4.8 remove return type hint for PHP 5 compatibility Component CssSelector tests [DebugClassLoader] Readd findFile() method [Console] Fix composer.json suggest/provide Revert "bug #29597 [DI] fix reporting bindings on overriden services as unused (nicolas-grekas)" Fixed exception wording Fix SwiftMailerHandler to support Monolog's latest reset functionality
2 parents 2ca56db + f76eed0 commit b28d294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@
2727
"symfony/process": "~3.4|~4.0",
2828
"psr/log": "~1.0"
2929
},
30+
"provide": {
31+
"psr/log-implementation": "1.0"
32+
},
3033
"suggest": {
3134
"symfony/event-dispatcher": "",
3235
"symfony/lock": "",
3336
"symfony/process": "",
34-
"psr/log-implementation": "For using the console logger"
37+
"psr/log": "For using the console logger"
3538
},
3639
"conflict": {
3740
"symfony/dependency-injection": "<3.4",

0 commit comments

Comments
 (0)