Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Jan 19, 2016
1 parent 4a19970 commit e3962c7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@
],
"require": {
"php": ">=5.5",
"zendframework/zendframework": "~2.5",
"zendframework/zend-modulemanager": "~2.5",
"zendframework/zend-servicemanager": "~2.5",
"zendframework/zend-mvc": "~2.5",
"zendframework/zend-loader": "~2.5",
"zendframework/zend-config": "~2.5",
"zendframework/zend-view": "~2.5",
"zendframework/zend-serializer": "~2.5",
"zendframework/zend-log": "~2.5",
"zendframework/zend-i18n": "~2.5",
"doctrine/doctrine-orm-module": "0.*",
"kokspflanze/small-user": "0.*"
},
Expand Down

0 comments on commit e3962c7

Please sign in to comment.