Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
add composer.json, fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
xini committed Apr 25, 2016
1 parent cc929c6 commit ecb42ca
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "innoweb/silverstripe-soapserver",
"description": "SOAP server class which auto-generates a WSDL file to initialize PHPs integrated SoapServer functionality.",
"type": "silverstripe-module",
"license": "MIT",
"keywords": ["silverstripe", "soapserver", "restfulserver", "api", "soap"],
"authors": [
{
"name": "Florian Thoma",
"homepage": "http://www.innoweb.com.au"
}
],
"require":
{
"silverstripe/framework": "~3.0",
"silverstripe/restfulserver": "~1.0"
},
"extra": {
"installer-name": "soapserver"
}
}

0 comments on commit ecb42ca

Please sign in to comment.