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 8595e23 commit e7d63e0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Zimbra/Account/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"zimbra-api/soap": "self.version"
"zimbra-api/soap": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Zimbra/Admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"zimbra-api/soap": "self.version"
"zimbra-api/soap": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Zimbra/Mail/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"zimbra-api/account": "self.version"
"zimbra-api/account": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Zimbra/Soap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "5.*",
"zimbra-api/struct": "self.version"
"zimbra-api/struct": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Zimbra/Struct/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
2 changes: 1 addition & 1 deletion src/Zimbra/Voice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"zimbra-api/account": "self.version"
"zimbra-api/account": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit e7d63e0

Please sign in to comment.