Merge branch '0.1'
This commit is contained in:
@ -52,6 +52,8 @@ class WebServiceContext
|
||||
$this->typeRepository = $typeRepository;
|
||||
$this->converters = $converters;
|
||||
|
||||
// Issue #6: keep the debug because the cache is invalid
|
||||
$options['debug'] = true;
|
||||
$this->options = $options;
|
||||
}
|
||||
|
||||
|
@ -22,16 +22,16 @@
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-soap": "*",
|
||||
"besimple/soap-common": "self.version",
|
||||
"besimple/soap-common": "0.1.*",
|
||||
"ass/xmlsecurity": "dev-master",
|
||||
"zendframework/zend-mail": "2.1.*",
|
||||
"zendframework/zend-mime": "2.1.*",
|
||||
"zendframework/zend-soap": "2.1.*",
|
||||
"symfony/http-foundation": ">=2.0,<2.4-dev"
|
||||
"symfony/framework-bundle": "~2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"besimple/soap-client": "self.version",
|
||||
"besimple/soap-server": "self.version"
|
||||
"besimple/soap-client": "0.1.*",
|
||||
"besimple/soap-server": "0.1.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "BeSimple\\SoapBundle": "" }
|
||||
|
Reference in New Issue
Block a user