Skip to content

Commit

Permalink
add branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Aug 8, 2014
1 parent 8f33efa commit ba32154
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"autoload": {
"psr-0": {
"Aura\\Session": "src/"
},
},
"psr-4": {
"Aura\\Session\\_Config\\": "config/"
}
Expand All @@ -31,8 +31,11 @@
"aura": {
"type": "library",
"config": {
"common": "Aura\\Session\\_Config\\Common"
"common": "Aura\\Session\\_Config\\Common"
}
},
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
}
}

0 comments on commit ba32154

Please sign in to comment.