Skip to content

Commit

Permalink
Created branch-alias 0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Jul 19, 2013
1 parent c0c83b3 commit 82d4268
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@
"php": ">=5.3.0",
"ext-soap": "*",
"ext-curl": "*",
"besimple/soap-common": "dev-master",
"besimple/soap-common": "self.version",
"ass/xmlsecurity": "dev-master"
},
"autoload": {
"psr-0": { "BeSimple\\SoapClient": "" }
},
"target-dir": "BeSimple/SoapClient",
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}

0 comments on commit 82d4268

Please sign in to comment.