Updated BeSimpleSoap vendor requierement to 0.3

This commit is contained in:
Francis Besset 2014-08-14 14:56:39 +02:00
parent 621b2080e0
commit 8e4d8b0300
3 changed files with 6 additions and 6 deletions

View File

@ -22,16 +22,16 @@
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-soap": "*", "ext-soap": "*",
"besimple/soap-common": "0.2.*", "besimple/soap-common": "0.3.*",
"besimple/soap-wsdl": "0.2.*", "besimple/soap-wsdl": "0.3.*",
"ass/xmlsecurity": "~1.0", "ass/xmlsecurity": "~1.0",
"symfony/framework-bundle": "~2.0", "symfony/framework-bundle": "~2.0",
"symfony/twig-bundle": "~2.0", "symfony/twig-bundle": "~2.0",
"zendframework/zend-mime": "2.1.*" "zendframework/zend-mime": "2.1.*"
}, },
"suggest": { "suggest": {
"besimple/soap-client": "0.2.*", "besimple/soap-client": "0.3.*",
"besimple/soap-server": "0.2.*" "besimple/soap-server": "0.3.*"
}, },
"autoload": { "autoload": {
"psr-0": { "BeSimple\\SoapBundle": "" } "psr-0": { "BeSimple\\SoapBundle": "" }

View File

@ -23,7 +23,7 @@
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-soap": "*", "ext-soap": "*",
"ext-curl": "*", "ext-curl": "*",
"besimple/soap-common": "0.2.*", "besimple/soap-common": "0.3.*",
"ass/xmlsecurity": "~1.0" "ass/xmlsecurity": "~1.0"
}, },
"require-dev": { "require-dev": {

View File

@ -22,7 +22,7 @@
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"ext-soap": "*", "ext-soap": "*",
"besimple/soap-common": "0.2.*", "besimple/soap-common": "0.3.*",
"ass/xmlsecurity": "~1.0" "ass/xmlsecurity": "~1.0"
}, },
"autoload": { "autoload": {