mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
Added composer config
This commit is contained in:
parent
bb96dc1ec7
commit
0ceaccf30d
20
composer.json
Normal file
20
composer.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/restfulserver",
|
||||||
|
"description": "Add a RESTful API to your SilverStripe application",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "rest", "api"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Hamish Friedlander",
|
||||||
|
"email": "hamish@silverstripe.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sam Minnee",
|
||||||
|
"email": "sam@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user