mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
34 lines
921 B
JSON
34 lines
921 B
JSON
{
|
|
"name": "silverstripe/comments",
|
|
"description": "This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.",
|
|
"type": "silverstripe-module",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"comments"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Will Rossiter",
|
|
"email": "will@fullscreen.io"
|
|
}
|
|
],
|
|
"require": {
|
|
"assertchris/hash-compat": "~1.0",
|
|
"silverstripe/framework": "~3.1",
|
|
"colymba/gridfield-bulk-editing-tools": "~2.1"
|
|
},
|
|
"suggest": {
|
|
"ezyang/htmlpurifier": "Standards compliant HTML filter written in PHP",
|
|
"silverstripe/cms": "The SilverStripe Content Management System"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"2.x-dev": "2.2.x-dev"
|
|
}
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|