Skip to content

Commit

Permalink
Merge branch '2.7' into 2.8
Browse files Browse the repository at this point in the history
* 2.7:
  Fix suggest.psr/*-implementation in composer.json files
  • Loading branch information
nicolas-grekas committed Apr 30, 2018
2 parents 28ebe60 + 700deed commit 932d1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"suggest": {
"symfony/event-dispatcher": "",
"symfony/process": "",
"psr/log": "For using the console logger"
"psr/log-implementation": "For using the console logger"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Console\\": "" },
Expand Down

0 comments on commit 932d1e4

Please sign in to comment.