diff --git a/README.md b/README.md index 5ed5c8a..74a328b 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,12 @@ trail is written into `LOG_AUTH` syslog facility through [Monolog](https://githu * Page manipulations that may potentially affect the live site * Security-related changes such as Members being added to groups or permission changes. -## Requirements - -* Silverstripe ^4.0 -* Monolog ~1.11 - ## Installation ```sh -composer require silverstripe/auditor ^2.0 +composer require silverstripe/auditor ``` -**Please note:** For a Silverstripe 3 compatible, please see [the 1.x release line](https://github.com/silverstripe/silverstripe-auditor/tree/1). - ## Custom audit trail You can add your own logs to the audit trail by accessing the `AuditLogger`, which is easiest done through the Injector: