Fixed besimple/soap-* version
This commit is contained in:
parent
81ce2d7571
commit
ebd565cd79
|
@ -22,7 +22,7 @@
|
|||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-soap": "*",
|
||||
"besimple/soap-common": "0.1.*",
|
||||
"besimple/soap-common": "0.2.*",
|
||||
"ass/xmlsecurity": "dev-master",
|
||||
"zendframework/zend-mail": "2.1.*",
|
||||
"zendframework/zend-mime": "2.1.*",
|
||||
|
@ -30,8 +30,8 @@
|
|||
"symfony/framework-bundle": "~2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"besimple/soap-client": "0.1.*",
|
||||
"besimple/soap-server": "0.1.*"
|
||||
"besimple/soap-client": "0.2.*",
|
||||
"besimple/soap-server": "0.2.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "BeSimple\\SoapBundle": "" }
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"php": ">=5.3.0",
|
||||
"ext-soap": "*",
|
||||
"ext-curl": "*",
|
||||
"besimple/soap-common": "0.1.*",
|
||||
"besimple/soap-common": "0.2.*",
|
||||
"ass/xmlsecurity": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-soap": "*",
|
||||
"besimple/soap-common": "0.1.*"
|
||||
"besimple/soap-common": "0.2.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "BeSimple\\SoapServer": "" }
|
||||
|
|
Loading…
Reference in New Issue