Added composer.json
This commit is contained in:
parent
6a4fba600f
commit
41301775bf
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
Reference in New Issue