allow Symfony2.4+ versions and do not use self.version inside require

This commit is contained in:
Lukas Kahwe Smith
2013-09-18 14:59:09 +02:00
committed by Francis Besset
parent 8f6dab8816
commit 1bbf41fd78
5 changed files with 23 additions and 23 deletions

View File

@ -22,16 +22,16 @@
"require": {
"php": ">=5.3.0",
"ext-soap": "*",
"besimple/soap-common": "self.version",
"besimple/soap-common": "0.2.*",
"ass/xmlsecurity": "dev-master",
"zendframework/zend-mail": "2.1.*",
"zendframework/zend-mime": "2.1.*",
"zendframework/zend-soap": "2.1.*",
"symfony/http-foundation": ">=2.0,<2.4-dev"
"symfony/framework-bundle": "~2.0"
},
"suggest": {
"besimple/soap-client": "self.version",
"besimple/soap-server": "self.version"
"besimple/soap-client": "0.2.*",
"besimple/soap-server": "0.2.*"
},
"autoload": {
"psr-0": { "BeSimple\\SoapBundle": "" }