Added composer.json
This commit is contained in:
parent
51e6f0f689
commit
17d0652959
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "besimple/soap-common",
|
||||
"type": "library",
|
||||
"description": "Build and consume SOAP Common based web services",
|
||||
"keywords": [ "soap", "soap-common" ],
|
||||
"homepage": "https://github.com/BeSimple/BeSimpleSoapCommon",
|
||||
"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",
|
||||
"ass/xmlsecurity": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"mikey179/vfsStream": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"BeSimple\\SoapCommon": "BeSimple/SoapCommon/src/"
|
||||
}
|
||||
},
|
||||
"target-dir": "BeSimple/SoapCommon"
|
||||
}
|
Loading…
Reference in New Issue