mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
Bug : Removed errors from Composer.json
Contains some minor bugs : 1 - JSON doesn't allow multi line string so making "description" field in single line.
This commit is contained in:
parent
81a053594a
commit
5469fd4262
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "silverstripe/restfulserver",
|
||||
"description": "This class gives your application a RESTful API.",
|
||||
"name": "silverstripe/static",
|
||||
"description": "Static provides several extensions for exporting a SilverStripe application to both local or remote file systems.",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe", "restfulserver"],
|
||||
"keywords": ["silverstripe", "static", "export"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ingo Schommer",
|
||||
"email": "ingo@silverstripe.com"
|
||||
"name": "Will Rossiter",
|
||||
"email": "will@fullscreen.io"
|
||||
},
|
||||
{
|
||||
"name": "Sam Minnéet ",
|
||||
"email": "sam@silverstripe.com"
|
||||
}
|
||||
],
|
||||
"require":
|
||||
|
Loading…
Reference in New Issue
Block a user