Skip to content

Commit

Permalink
Updated composer.json dependencies.
Browse files Browse the repository at this point in the history
* ZF 2.1.*
* ZfcBase 0.*
* ZfcUser 0.*
  • Loading branch information
Kyle Spraggs committed Feb 7, 2013
1 parent 419e3ae commit aa69884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"zf-commons/zfc-base": "dev-master",
"zf-commons/zfc-user": "dev-master",
"zendframework/zendframework": "2.1.*",
"zf-commons/zfc-base": "0.*",
"zf-commons/zfc-user": "0.*",
"doctrine/doctrine-orm-module": "0.*"
},
"autoload": {
Expand Down

0 comments on commit aa69884

Please sign in to comment.