Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xelax90 committed Nov 7, 2016
1 parent 1b8707a commit a2321ef
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,27 @@
"email": "schurix@gmx.de"
}
],
"extra" : {
"zf" : {
"module" : "ZF2LanguageRoute"
}
},
"autoload": {
"psr-4": {
"ZF2LanguageRoute\\": "src/"
}
},
"require": {}
"require": {
"zendframework/zend-mvc" : "^2.7.10 || ^3.0.1",
"zendframework/zend-servicemanager": "^3.1",
"zendframework/zend-eventmanager": "^3.0.1",
"zendframework/zend-modulemanager": "^2.7.2",
"zendframework/zend-mvc-i18n": "^1.0"
},
"require-dev" : {
"zf-commons/zfc-user" : "2.x-dev"
},
"suggest" : {
"zf-commons/zfc-user" : "User authentication. You can use the provided interface to store a perosnal locale inside the user entity"
}
}

0 comments on commit a2321ef

Please sign in to comment.