Skip to content

Commit

Permalink
Better composer usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 29, 2014
1 parent b624b76 commit 1e43dd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"license" : [
"MIT"
],
"version" : "2.5.0",
"require" : {
"php" : ">=5.3.0"
},
Expand All @@ -25,5 +24,10 @@
"psr-0" : {
"abeautifulsite" : "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
}
}

0 comments on commit 1e43dd6

Please sign in to comment.