2013-01-15 22:30:56 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2013-01-16 11:53:33 +01:00
|
|
|
"BeSimple\\SoapCommon": "src/"
|
2013-01-15 22:30:56 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"target-dir": "BeSimple/SoapCommon"
|
|
|
|
}
|