1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-18 05:48:15 +01:00

Add psr/log package to suggested packages (#1729)

This commit is contained in:
Mponos George 2017-02-05 04:32:13 +02:00 committed by Márk Sági-Kazár
parent 443ca656de
commit 01324c2fbc

View File

@ -33,6 +33,9 @@
"GuzzleHttp\\Tests\\": "tests/"
}
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"