diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..dd6f118 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "besimple/soap-server", + "type": "library", + "description": "BeSimple SOAP server library", + "keywords": [ "soap" ], + "homepage": "https://github.com/BeSimple/BeSimpleSoapServer", + "authors": [ + { + "name": "Francis Besset", + "email": "francis.besset@gmail.com" + } + ], + "require": { + "php": ">=5.3.0", + "besimple/soap-common": "*" + }, + "autoload": { + "psr-0": { "BeSimple\\SoapServer": "src/" } + } +} \ No newline at end of file