diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0490a7c --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file