mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
90bfa5eac6
commit
81a053594a
16
composer.json
Normal file
16
composer.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/restfulserver",
|
||||||
|
"description": "This class gives your application a RESTful API.",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "restfulserver"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ingo Schommer",
|
||||||
|
"email": "ingo@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user