2012-09-23 08:04:29 +02:00
|
|
|
{
|
2016-11-16 22:17:57 +01:00
|
|
|
"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": {
|
2019-07-24 12:26:14 +02:00
|
|
|
"phpunit/phpunit": "^5.7"
|
2016-11-16 22:17:57 +01:00
|
|
|
},
|
2017-12-18 06:18:32 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"2.x-dev": "2.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2016-11-16 22:17:57 +01:00
|
|
|
"license": "BSD-3-Clause"
|
2017-12-18 06:18:32 +01:00
|
|
|
}
|