Skip to content

Commit

Permalink
Updated authors and branch alias in Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindulau committed Aug 28, 2013
1 parent 81fc7d6 commit b532fe1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
{
"name": "Benjamin Dulau",
"email": "[email protected]"
},
{
"name": "Boris Guéry",
"email": "[email protected]",
"homepage": "http://borisguery.com"
}
],
"require": {
Expand All @@ -18,6 +23,10 @@
},
"autoload": {
"psr-0": { "Tbbc\\RestUtil\\": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit b532fe1

Please sign in to comment.