2013-07-19 11:28:23 +02:00
|
|
|
{
|
|
|
|
"name": "besimple/soap",
|
|
|
|
"type": "library",
|
|
|
|
"description": "Build and consume SOAP and WSDL based web services",
|
|
|
|
"keywords": ["soap"],
|
|
|
|
"homepage": "http://besim.pl",
|
|
|
|
"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",
|
|
|
|
"ext-soap": "*",
|
|
|
|
"ext-curl": "*",
|
2013-10-30 16:35:17 +01:00
|
|
|
"ass/xmlsecurity": "~1.0",
|
2013-09-27 21:31:38 +02:00
|
|
|
"symfony/framework-bundle": "~2.0",
|
2013-11-13 15:02:17 +01:00
|
|
|
"symfony/twig-bundle": "~2.0",
|
2013-11-13 16:43:47 +01:00
|
|
|
"zendframework/zend-mime": "2.1.*"
|
2013-07-19 11:28:23 +02:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"besimple/soap-bundle": "self.version",
|
|
|
|
"besimple/soap-client": "self.version",
|
|
|
|
"besimple/soap-common": "self.version",
|
2013-08-16 17:36:03 +02:00
|
|
|
"besimple/soap-server": "self.version",
|
|
|
|
"besimple/soap-wsdl": "self.version"
|
2013-07-19 11:28:23 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2013-07-24 23:18:41 +02:00
|
|
|
"ext-mcrypt": "*",
|
|
|
|
"mikey179/vfsStream": "dev-master",
|
2013-09-18 14:59:09 +02:00
|
|
|
"symfony/filesystem": "~2.3",
|
|
|
|
"symfony/process": "~2.3"
|
2013-07-19 11:28:23 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "BeSimple\\": "src/" }
|
|
|
|
},
|
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-07-19 11:28:23 +02:00
|
|
|
}
|