Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Jan 15, 2013
1 parent 6a4fba6 commit 4130177
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions composer.json
@@ -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"
}

0 comments on commit 4130177

Please sign in to comment.