Skip to content

Commit

Permalink
update swiftmailer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
llwt committed Jun 17, 2014
1 parent 0b5c34e commit 96cad7a
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 91 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=5.3.0",
"mtdowling/cron-expression": "1.0.x",
"swiftmailer/swiftmailer": "~4.2"
"mtdowling/cron-expression": "~1.0.3",
"swiftmailer/swiftmailer": "~5.2"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "~4.1.3"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 96cad7a

Please sign in to comment.