Skip to content

Commit

Permalink
updated composer.json for small-user
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Mar 20, 2016
1 parent a9f247b commit 3bd62f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
],
"require": {
"php": ">=5.5",
"zendframework/zend-modulemanager": "~2.5",
"zendframework/zend-servicemanager": "~2.5",
"zendframework/zend-mvc": "~2.5",
"zendframework/zend-loader": "~2.5",
Expand All @@ -33,8 +32,8 @@
"zendframework/zend-serializer": "~2.5",
"zendframework/zend-log": "~2.5",
"zendframework/zend-i18n": "~2.5",
"doctrine/doctrine-orm-module": "0.*",
"kokspflanze/small-user": "0.*"
"doctrine/doctrine-orm-module": "~0.1",
"kokspflanze/small-user": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4|~5",
Expand Down

0 comments on commit 3bd62f7

Please sign in to comment.