From 8d24527a0296f5e1609dbfcf46c64eed61a971e6 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 23 Apr 2019 10:15:50 +1200 Subject: [PATCH 1/2] Add SilverStripe as a framework integration to readme SilverStripe ^4.0 and future 5.x ship with monolog out of the box --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fcbfa89..f1d32412 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Bugs and feature request are tracked on [GitHub](https://github.com/Seldaek/mono - [Equip Framework](https://github.com/equip/framework) comes out of the box with Monolog. - [Yii 2](http://www.yiiframework.com/) is usable with Monolog via the [yii2-monolog](https://github.com/merorafael/yii2-monolog) or [yii2-psr-log-target](https://github.com/samdark/yii2-psr-log-target) plugins. - [Hawkbit Micro Framework](https://github.com/HawkBitPhp/hawkbit) comes out of the box with Monolog. +- [SilverStripe 4](https://www.silverstripe.org/) come out of the box with Monolog. ### Author From 10dcbc90f4a819c77c6b955d4b8ef07d6cb510ea Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 17 May 2019 11:38:07 +1200 Subject: [PATCH 2/2] Fix grammar error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d32412..ac31a857 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Bugs and feature request are tracked on [GitHub](https://github.com/Seldaek/mono - [Equip Framework](https://github.com/equip/framework) comes out of the box with Monolog. - [Yii 2](http://www.yiiframework.com/) is usable with Monolog via the [yii2-monolog](https://github.com/merorafael/yii2-monolog) or [yii2-psr-log-target](https://github.com/samdark/yii2-psr-log-target) plugins. - [Hawkbit Micro Framework](https://github.com/HawkBitPhp/hawkbit) comes out of the box with Monolog. -- [SilverStripe 4](https://www.silverstripe.org/) come out of the box with Monolog. +- [SilverStripe 4](https://www.silverstripe.org/) comes out of the box with Monolog. ### Author