Skip to content

Commit

Permalink
Merge pull request #67 from bakura10/master
Browse files Browse the repository at this point in the history
Update dependency
  • Loading branch information
bakura10 committed Feb 14, 2014
2 parents 2991c26 + 84ed4d0 commit bb8778f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-mail": ">=2.0,<=2.3",
"zendframework/zend-http": ">=2.0,<=2.3"
"zendframework/zend-mail": "~2.0",
"zendframework/zend-http": "~2.0"
},
"require-dev": {
"aws/aws-sdk-php-zf2": ">=1.0.1",
"zendframework/zendframework": ">=2.0,<=2.3"
"zendframework/zendframework": "~2.0"
},
"suggest": {
"aws/aws-sdk-php-zf2": "If you need to use Amazon SES"
Expand Down

0 comments on commit bb8778f

Please sign in to comment.