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,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": "" }