Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
Fixes composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofleury authored and GromNaN committed May 2, 2012
1 parent d92e863 commit 426469c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -2,9 +2,9 @@
"name": "grom/buzy",
"description": "Web client on top of Symfony2 HTTP foundation",
"require": {
"symfony/http-foundation": "*",
"symfony/event-dispatcher": "*",
"doctrine/common": "*"
"symfony/http-foundation": "dev-master",
"symfony/event-dispatcher": "dev-master",
"doctrine/common": "dev-master"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 426469c

Please sign in to comment.