zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

Do not suggest Zend\Console anymore #89

Closed MatthiasKuehneEllerhold closed 6 years ago

MatthiasKuehneEllerhold commented 6 years ago

In PR https://github.com/zendframework/zend-log/pull/57 the dependecy to zendframework/zend-log was removed (by me). Today I noticed that zend-log is still suggested via composer to use the RequestId processor, which after my PR (see above) is not true anymore.

Xerkus commented 6 years ago

@MatthiasKuehneEllerhold thank you