Skip to content

Commit

Permalink
Update composer.json (compontents not the whole framework)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wüthrich committed Oct 11, 2014
1 parent e0062e2 commit 7246e6b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Expand Up @@ -20,7 +20,11 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*"
"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-loader": "2.*",
"zendframework/zend-eventmanager": "2.*",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-navigation": "2.*"
},
"suggest": {
"bjyoungblood/bjy-authorize": "Access control to protect ZfcAdmin against unauthorized users"
Expand All @@ -33,4 +37,4 @@
"./Module.php"
]
}
}
}

0 comments on commit 7246e6b

Please sign in to comment.