Skip to content

Commit

Permalink
add composer support for latest master
Browse files Browse the repository at this point in the history
no release needed
  • Loading branch information
d1rk committed May 4, 2017
1 parent f361651 commit 9ef72ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
"config": {
"vendor-dir": "libraries"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"unionofrad/lithium": "1.1.*",
"d1rk/radium": "^1.1"
"d1rk/radium": "1.1.*"
}
}

0 comments on commit 9ef72ac

Please sign in to comment.