2012-09-23 08:04:29 +02:00
|
|
|
{
|
|
|
|
"name": "silverstripe/comments",
|
2012-09-29 11:12:40 +02:00
|
|
|
"description": "This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.",
|
2012-09-23 08:04:29 +02:00
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "comments"],
|
2013-03-25 07:16:10 +01:00
|
|
|
"authors": [{
|
2012-09-23 08:04:29 +02:00
|
|
|
"name": "Will Rossiter",
|
|
|
|
"email": "will@fullscreen.io"
|
2013-03-25 07:16:10 +01:00
|
|
|
}],
|
|
|
|
"require": {
|
2015-05-06 00:55:10 +02:00
|
|
|
"assertchris/hash-compat": "~1.0",
|
2013-12-21 00:19:11 +01:00
|
|
|
"silverstripe/framework": "~3.1",
|
2014-11-02 21:50:46 +01:00
|
|
|
"colymba/gridfield-bulk-editing-tools": "~2.1"
|
2013-02-21 16:39:57 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ezyang/htmlpurifier": "4.*"
|
2014-11-02 21:50:46 +01:00
|
|
|
},
|
2015-03-27 05:40:00 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2014-11-02 21:50:46 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-04-07 05:56:00 +02:00
|
|
|
"dev-master": "2.0.x-dev"
|
2014-11-02 21:50:46 +01:00
|
|
|
}
|
2012-09-23 08:04:29 +02:00
|
|
|
}
|
2013-04-11 14:44:59 +02:00
|
|
|
}
|