Created branch-alias 0.1-dev

This commit is contained in:
Francis Besset
2013-07-19 11:34:58 +02:00
parent b78bf408bf
commit 934a639ff1
5 changed files with 35 additions and 10 deletions

View File

@ -31,5 +31,10 @@
"psr-0": { "BeSimple\\SoapCommon": "" }
},
"target-dir": "BeSimple/SoapCommon",
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}