create alias for develop branch

This commit is contained in:
troosan 2017-12-29 03:01:36 +01:00
parent b614497ae6
commit fd7ee76438
1 changed files with 5 additions and 0 deletions

View File

@ -74,5 +74,10 @@
"psr-4": { "psr-4": {
"PhpOffice\\PhpWord\\": "src/PhpWord" "PhpOffice\\PhpWord\\": "src/PhpWord"
} }
},
"extra": {
"branch-alias": {
"dev-develop": "0.15.0-dev"
}
} }
} }