We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40841c8 commit f76eed0Copy full SHA for f76eed0
composer.json
@@ -28,11 +28,14 @@
28
"symfony/process": "~3.3|~4.0",
29
"psr/log": "~1.0"
30
},
31
+ "provide": {
32
+ "psr/log-implementation": "1.0"
33
+ },
34
"suggest": {
35
"symfony/event-dispatcher": "",
36
"symfony/lock": "",
37
"symfony/process": "",
- "psr/log-implementation": "For using the console logger"
38
+ "psr/log": "For using the console logger"
39
40
"conflict": {
41
"symfony/dependency-injection": "<3.4",
0 commit comments