Skip to content

Commit

Permalink
Merge branch '3.0' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 4, 2023
2 parents 5298ac9 + 0df9fdc commit d49107c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ Provides simple email notifications for when new visitor comments are posted.

## Installation

Install using Composer:

```
composer require silverstripe/comment-notifications ^2.0
```sh
composer require silverstripe/comment-notifications
```

**Note:** This branch is Silverstripe 4 compatible. For a Silverstripe 3 version please see the [1.x release line](https://github.com/silverstripe/comment-notifications/tree/1.0).

## Configuration

To configure the default email address to receive notifications, place this in your `mysite/_config.yml`
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "silverstripe/comment-notifications",
"description": "Provides email notifications for visitor comments",
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"authors": [{
"name": "Damian Mooyman",
"email": "[email protected]"
}],
"require": {
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/comments": "^4"
},
"require-dev": {
"name": "silverstripe/comment-notifications",
"description": "Provides email notifications for visitor comments",
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"authors": [{
"name": "Damian Mooyman",
"email": "[email protected]"
}],
"require": {
"php": "^8.1",
"silverstripe/framework": "^5",
"silverstripe/comments": "^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
},
Expand Down

0 comments on commit d49107c

Please sign in to comment.