10000 Fix suggest.psr/*-implementation in composer.json files · symfony/symfony@f0affb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0affb7

Browse files
Fix suggest.psr/*-implementation in composer.json files
1 parent 81c9545 commit f0affb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Console/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\\": "" },

src/Symfony/Component/Templating/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"psr/log": "~1.0"
2323
},
2424
"suggest": {
25-
"psr/log": "For using debug logging in loaders"
25+
"psr/log-implementation": "For using debug logging in loaders"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Templating\\": "" },

src/Symfony/Component/Translation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"suggest": {
3131
"symfony/config": "",
3232
"symfony/yaml": "",
33-
"psr/log": "To use logging capability in translator"
33+
"psr/log-implementation": "To use logging capability in translator"
3434
},
3535
"autoload": {
3636
"psr-4": { "Symfony\\Component\\Translation\\": "" },

0 commit comments

Comments
 (0)
0