Skip to content

Commit

Permalink
Merge branch '2' into 3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
GuySartorelli committed Apr 27, 2023
2 parents b6a16e2 + 6844ada commit 0df9fdc
Showing 1 changed file with 14 additions and 14 deletions.
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 0df9fdc

Please sign in to comment.