Skip to content

Commit

Permalink
allow Symfony2.4+ versions and do not use self.version inside require
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 authored and francisbesset committed Sep 27, 2013
1 parent b96d7f1 commit 4d82572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "" }
Expand Down

0 comments on commit 4d82572

Please sign in to comment.