Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0affb7

Browse filesBrowse files
Fix suggest.psr/*-implementation in composer.json files
1 parent 81c9545 commit f0affb7
Copy full SHA for f0affb7

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎src/Symfony/Component/Console/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Templating/composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/composer.json
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.