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",
|
"name": "silverstripe/static",
|
||||||
"description": "This class gives your application a RESTful API.",
|
"description": "Static provides several extensions for exporting a SilverStripe application to both local or remote file systems.",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"keywords": ["silverstripe", "restfulserver"],
|
"keywords": ["silverstripe", "static", "export"],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Ingo Schommer",
|
"name": "Will Rossiter",
|
||||||
"email": "ingo@silverstripe.com"
|
"email": "will@fullscreen.io"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sam Minnéet ",
|
||||||
|
"email": "sam@silverstripe.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require":
|
"require":
|
||||||
|
Loading…
Reference in New Issue
Block a user