8000 [Console] Fix composer.json suggest/provide · symfony/symfony@4db43f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4db43f3

Browse files
author
Robin Chalas
committed
[Console] Fix composer.json suggest/provide
1 parent 497309a commit 4db4
F926
3f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Symfony/Component/Console/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
"symfony/process": "~3.3|~4.0",
2929
"psr/log": "~1.0"
3030
},
31+
"provide": {
32+
"psr/log-implementation": "1.0"
33+
},
3134
"suggest": {
3235
"symfony/event-dispatcher": "",
3336
"symfony/lock": "",
3437
"symfony/process": "",
35-
"psr/log-implementation": "For using the console logger"
38+
"psr/log": "For using the console logger"
3639
},
3740
"conflict": {
3841
"symfony/dependency-injection": "<3.4",

0 commit comments

Comments
 (0)
0