@@ -26,10 +26,10 @@ The logger sends passes messages to multiple targets. Each target may filter mes
2626
2727## Installation
2828
29- The package could be installed with composer :
29+ The package could be installed with [ Composer ] ( https://getcomposer.org ) :
3030
3131``` shell
32- composer require yiisoft/log --prefer-dist
32+ composer require yiisoft/log
3333```
3434
3535## General usage
@@ -93,18 +93,19 @@ Extra logging targets are implemented as separate packages:
9393
9494## Documentation
9595
96- - See [ Yii guide to logging] ( https://github.com/yiisoft/docs/blob/master/guide/en/runtime/logging.md ) for more info.
97- - Leia [ Yii guide to logging] ( https://github.com/yiisoft/docs/blob/master/guide/pt-BR/runtime/logging.md ) para mais informações.
98-
99- Testing:
100-
96+ - [ Yii guide to logging] ( https://github.com/yiisoft/docs/blob/master/guide/en/runtime/logging.md )
10197- [ Internals] ( docs/internals.md )
10298
103- ## Support
104-
10599If you need help or have a question, the [ Yii Forum] ( https://forum.yiiframework.com/c/yii-3-0/63 ) is a good place for that.
106100You may also check out other [ Yii Community Resources] ( https://www.yiiframework.com/community ) .
107101
102+ ## License
103+
104+ The Yii Logging Library is free software. It is released under the terms of the BSD License.
105+ Please see [ ` LICENSE ` ] ( ./LICENSE.md ) for more information.
106+
107+ Maintained by [ Yii Software] ( https://www.yiiframework.com/ ) .
108+
108109## Support the project
109110
110111[ ![ Open Collective] ( https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555 )] ( https://opencollective.com/yiisoft )
@@ -116,10 +117,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
116117[ ![ Telegram] ( https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram )] ( https://t.me/yii3en )
117118[ ![ Facebook] ( https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff )] ( https://www.facebook.com/groups/yiitalk )
118119[ ![ Slack] ( https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack )] ( https://yiiframework.com/go/slack )
119-
120- ## License
121-
122- The Yii Logging Library is free software. It is released under the terms of the BSD License.
123- Please see [ ` LICENSE ` ] ( ./LICENSE.md ) for more information.
124-
125- Maintained by [ Yii Software] ( https://www.yiiframework.com/ ) .
0 commit comments