mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Remove obsolete branch-alias
This commit is contained in:
parent
2b8ff849ed
commit
86e6d05bf5
@ -1,28 +1,29 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/comments",
|
"name": "silverstripe/comments",
|
||||||
"description": "This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.",
|
"description": "This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"keywords": ["silverstripe", "comments"],
|
"keywords": [
|
||||||
"authors": [{
|
"silverstripe",
|
||||||
"name": "Will Rossiter",
|
"comments"
|
||||||
"email": "will@fullscreen.io"
|
],
|
||||||
}],
|
"authors": [
|
||||||
"require": {
|
{
|
||||||
"assertchris/hash-compat": "~1.0",
|
"name": "Will Rossiter",
|
||||||
"silverstripe/framework": "~3.1",
|
"email": "will@fullscreen.io"
|
||||||
"colymba/gridfield-bulk-editing-tools": "~2.1"
|
}
|
||||||
},
|
],
|
||||||
"suggest": {
|
"require": {
|
||||||
"ezyang/htmlpurifier": "Standards compliant HTML filter written in PHP",
|
"assertchris/hash-compat": "~1.0",
|
||||||
"silverstripe/cms": "The SilverStripe Content Management System"
|
"silverstripe/framework": "~3.1",
|
||||||
},
|
"colymba/gridfield-bulk-editing-tools": "~2.1"
|
||||||
"require-dev": {
|
},
|
||||||
"phpunit/PHPUnit": "~3.7@stable"
|
"suggest": {
|
||||||
},
|
"ezyang/htmlpurifier": "Standards compliant HTML filter written in PHP",
|
||||||
"extra": {
|
"silverstripe/cms": "The SilverStripe Content Management System"
|
||||||
"branch-alias": {
|
},
|
||||||
"dev-master": "2.1.x-dev"
|
"require-dev": {
|
||||||
}
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
},
|
},
|
||||||
"license": "BSD-3-Clause"
|
"extra": [],
|
||||||
|
"license": "BSD-3-Clause"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user