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,7 +22,7 @@
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-soap": "*",
|
||||
"besimple/soap-common": "self.version"
|
||||
"besimple/soap-common": "0.2.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "BeSimple\\SoapServer": "" }
|
||||
|
Reference in New Issue
Block a user