Skip to content

Commit

Permalink
Prepare to tag 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Nov 26, 2012
1 parent baf91be commit 99e20b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@
},
"minimum-stability": "dev",
"require-dev": {
"fabpot/php-cs-fixer": "*"
"fabpot/php-cs-fixer": "*",
"silex/silex": "dev-master"
},
"autoload": {
"psr-0": {
"MediaVorus": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 99e20b5

Please sign in to comment.