Fixed besimple/soap-* version

This commit is contained in:
Francis Besset
2013-09-27 21:35:39 +02:00
parent 81ce2d7571
commit ebd565cd79
3 changed files with 5 additions and 5 deletions

View File

@ -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": "" }