38 lines
961 B
JSON
Raw Normal View History

2013-01-15 22:37:36 +01:00
{
"name": "besimple/soap-server",
"type": "library",
"description": "Build and consume SOAP Server based web services",
"keywords": [ "soap", "soap-server" ],
"homepage": "https://github.com/BeSimple/BeSimpleSoapServer",
"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",
2013-07-19 11:28:23 +02:00
"ext-soap": "*",
2013-10-30 16:35:17 +01:00
"besimple/soap-common": "0.2.*",
"ass/xmlsecurity": "~1.0"
2013-01-15 22:37:36 +01:00
},
"autoload": {
2013-07-19 11:28:23 +02:00
"psr-0": { "BeSimple\\SoapServer": "" }
2013-01-15 22:37:36 +01:00
},
2013-07-19 11:28:23 +02:00
"target-dir": "BeSimple/SoapServer",
2013-07-19 11:34:58 +02:00
"extra": {
"branch-alias": {
2013-08-16 16:27:30 +02:00
"dev-master": "0.2-dev"
2013-07-19 11:34:58 +02:00
}
}
2013-01-15 22:37:36 +01:00
}