Skip to content

Commit

Permalink
Update dependancy on ZfcUser to 1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobrigkeit committed Apr 23, 2014
1 parent 308231b commit 19d98b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
}
],
"require": {
"php": ">=5.3.3",
"goalio/goalio-mailservice": "0.*",
"zendframework/zendframework": "2.*",
"zf-commons/zfc-base": "0.*",
"zf-commons/zfc-user": "0.*"
"goalio/goalio-mailservice": "1.*",
"zf-commons/zfc-user": "1.*"
},
"autoload": {
"psr-0": {
Expand Down
5 changes: 4 additions & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
'view_manager' => array(
'template_path_stack' => array(
'goalioforgotpassword' => __DIR__ . '/../view',
),
),
'template_map' => array(
'zfc-user/user/login' => __DIR__ . '/../view/zfc-user/user/login.phtml',
),
),
'controllers' => array(
'invokables' => array(
Expand Down

0 comments on commit 19d98b7

Please sign in to comment.