Skip to content

Commit 700deed

Browse files
Fix suggest.psr/*-implementation in composer.json files
1 parent 2787460 commit 700deed

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
@@ -27,7 +27,7 @@
2727
"suggest": {
2828
"symfony/event-dispatcher": "",
2929
"symfony/process": "",
30-
"psr/log": "For using the console logger"
30+
"psr/log-implementation": "For using the console logger"
3131
},
3232
"autoload": {
3333
"psr-4": { "Symfony\\Component\\Console\\": "" },

0 commit comments

Comments
 (0)