Updated composer.json

This commit is contained in:
Francis Besset 2013-10-30 16:35:17 +01:00
parent 9827e58c56
commit 00c8726bb2
5 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,7 @@
"php": ">=5.3.0",
"ext-soap": "*",
"ext-curl": "*",
"ass/xmlsecurity": "dev-master",
"ass/xmlsecurity": "~1.0",
"symfony/framework-bundle": "~2.0",
"zendframework/zend-mail": "2.1.*",
"zendframework/zend-mime": "2.1.*",

View File

@ -24,7 +24,7 @@
"ext-soap": "*",
"besimple/soap-common": "0.2.*",
"besimple/soap-wsdl": "0.2.*",
"ass/xmlsecurity": "dev-master",
"ass/xmlsecurity": "~1.0",
"zendframework/zend-mail": "2.1.*",
"zendframework/zend-mime": "2.1.*",
"zendframework/zend-soap": "2.1.*",

View File

@ -24,7 +24,7 @@
"ext-soap": "*",
"ext-curl": "*",
"besimple/soap-common": "0.2.*",
"ass/xmlsecurity": "dev-master"
"ass/xmlsecurity": "~1.0"
},
"require-dev": {
"mikey179/vfsStream": "dev-master",

View File

@ -22,7 +22,7 @@
"require": {
"php": ">=5.3.0",
"ext-soap": "*",
"ass/xmlsecurity": "dev-master"
"ass/xmlsecurity": "~1.0"
},
"require-dev": {
"ext-mcrypt": "*",

View File

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