2012-09-23 11:34:29 +05:30
|
|
|
{
|
|
|
|
"name": "silverstripe/comments",
|
2012-09-29 14:42:40 +05:30
|
|
|
"description": "This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.",
|
2012-09-23 11:34:29 +05:30
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "comments"],
|
2013-03-25 19:16:10 +13:00
|
|
|
"authors": [{
|
2012-09-23 11:34:29 +05:30
|
|
|
"name": "Will Rossiter",
|
|
|
|
"email": "will@fullscreen.io"
|
2013-03-25 19:16:10 +13:00
|
|
|
}],
|
|
|
|
"require": {
|
2015-05-06 10:55:10 +12:00
|
|
|
"assertchris/hash-compat": "~1.0",
|
2013-12-21 12:19:11 +13:00
|
|
|
"silverstripe/framework": "~3.1",
|
2014-11-03 09:50:46 +13:00
|
|
|
"colymba/gridfield-bulk-editing-tools": "~2.1"
|
2013-02-21 16:39:57 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2016-01-12 18:50:08 +07:00
|
|
|
"ezyang/htmlpurifier": "Standards compliant HTML filter written in PHP",
|
|
|
|
"silverstripe/cms": "The SilverStripe Content Management System"
|
2014-11-03 09:50:46 +13:00
|
|
|
},
|
2015-03-27 17:40:00 +13:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2014-11-03 09:50:46 +13:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-05-18 15:50:05 +12:00
|
|
|
"dev-master": "2.1.x-dev"
|
2014-11-03 09:50:46 +13:00
|
|
|
}
|
2015-11-19 18:51:40 +13:00
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause"
|
2013-04-11 15:44:59 +03:00
|
|
|
}
|