allow Symfony2.4+ versions and do not use self.version inside require
This commit is contained in:
committed by
Francis Besset
parent
8f6dab8816
commit
1bbf41fd78
@ -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": "" }
|
||||
|
Reference in New Issue
Block a user