Skip to content

Commit

Permalink
Change require of composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyennv committed Mar 19, 2016
1 parent a8b5381 commit 1445cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": ">=5.4.0",
"evenement/evenement": "~2.0",
"zimbra-api/common": "self.version",
"zimbra-api/enum": "self.version"
"zimbra-api/common": "~1.0",
"zimbra-api/enum": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 1445cd4

Please sign in to comment.