Updated BeSimpleSoap vendor requierement to 0.3
This commit is contained in:
parent
621b2080e0
commit
8e4d8b0300
|
@ -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": "" }
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue