Skip to content

Commit 932d1e4

Browse files
Merge branch '2.7' into 2.8
* 2.7: Fix suggest.psr/*-implementation in composer.json files
2 parents 28ebe60 + 700deed commit 932d1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"suggest": {
2929
"symfony/event-dispatcher": "",
3030
"symfony/process": "",
31-
"psr/log": "For using the console logger"
31+
"psr/log-implementation": "For using the console logger"
3232
},
3333
"autoload": {
3434
"psr-4": { "Symfony\\Component\\Console\\": "" },

0 commit comments

Comments
 (0)