46 lines
1.2 KiB
JSON
Raw Normal View History

2013-01-15 22:49:57 +01:00
{
"name": "besimple/soap-bundle",
"type": "symfony-bundle",
"description": "Build and consume SOAP and WSDL based web services with Symfony2",
"keywords": [ "soap", "soap-bundle" ],
"homepage": "https://github.com/BeSimple/BeSimpleSoapBundle",
"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": "*",
"besimple/soap-common": "0.3.*",
"besimple/soap-wsdl": "0.3.*",
2013-10-30 16:35:17 +01:00
"ass/xmlsecurity": "~1.0",
"symfony/framework-bundle": "~2.0",
"symfony/twig-bundle": "~2.0",
"zendframework/zend-mime": "2.1.*"
2013-01-15 22:49:57 +01:00
},
"suggest": {
"besimple/soap-client": "0.3.*",
"besimple/soap-server": "0.3.*"
2013-01-15 22:49:57 +01:00
},
"autoload": {
2013-07-19 11:28:23 +02:00
"psr-0": { "BeSimple\\SoapBundle": "" }
2013-01-15 22:49:57 +01:00
},
2013-07-19 11:28:23 +02:00
"target-dir": "BeSimple/SoapBundle",
2013-07-19 11:34:58 +02:00
"extra": {
"branch-alias": {
2014-08-14 14:21:49 +02:00
"dev-master": "0.3-dev"
2013-07-19 11:34:58 +02:00
}
}
2013-01-15 22:49:57 +01:00
}