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

@ -23,13 +23,13 @@
"php": ">=5.3.0",
"ext-soap": "*",
"ext-curl": "*",
"besimple/soap-common": "self.version",
"besimple/soap-common": "0.2.*",
"ass/xmlsecurity": "dev-master"
},
"require-dev": {
"mikey179/vfsStream": "dev-master",
"symfony/filesystem": ">=2.3,<2.4-dev",
"symfony/process": ">=2.3,<2.4-dev"
"symfony/filesystem": "~2.3",
"symfony/process": "~2.3"
},
"autoload": {
"psr-0": { "BeSimple\\SoapClient": "" }