Skip to content

Commit

Permalink
Composer updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Spraggs committed Mar 15, 2013
1 parent 778acfe commit 5769955
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Expand Up @@ -33,12 +33,21 @@
"zendframework/zend-view": "2.1.*",
"zf-commons/zfc-base": "0.*"
},
"suggest": {
"zendframework/zend-session": "To use the default authentication adapter."
},
"autoload": {
"psr-0": {
"ZfcUser": "src/"
},
"classmap": [
"./Module.php"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}
]
}

0 comments on commit 5769955

Please sign in to comment.