Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 26, 2014
1 parent 538d379 commit 892c381
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 @@ -22,7 +22,7 @@
"php": ">=5.4.0",
"aura/signal": "~1.0",
"any/serializer": "~0.1",
"ray/di": "~1.3@dev",
"ray/di": "~1.3",
"doctrine/cache": "~1.3",
"nocarrier/hal":"~0.9",
"guzzlehttp/guzzle": "~4.0",
Expand All @@ -35,5 +35,10 @@
"psr-4": {
"BEAR\\Resource\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.13.x-dev"
}
}
}

0 comments on commit 892c381

Please sign in to comment.