BeSimpleSoap/composer.json

34 lines
897 B
JSON

{
"name": "besimple/soap-client",
"type": "library",
"description": "Build and consume SOAP Client based web services",
"keywords": [ "soap", "soap-client" ],
"homepage": "https://github.com/BeSimple/BeSimpleSoapClient",
"license": "MIT",
"authors": [
{
"name": "Francis Besset",
"email": "francis.besset@gmail.com"
},
{
"name": "Christian Kerl",
"email": "christian-kerl@web.de"
},
{
"name": "Andreas Schamberger",
"email": "mail@andreass.net"
}
],
"require": {
"php": ">=5.3.0",
"besimple/soap-common": "dev-master",
"ass/xmlsecurity": "dev-master"
},
"autoload": {
"psr-0": {
"BeSimple\\SoapClient": "BeSimple/SoapClient/src/"
}
},
"target-dir": "BeSimple/SoapClient"
}