Skip to content

Commit

Permalink
Merge pull request #2 from kdambekalns/40473
Browse files Browse the repository at this point in the history
[TASK] Bump Swift Mailer dependency to 5.4.1
  • Loading branch information
kdambekalns committed Nov 4, 2015
2 parents 045b5c7 + 2209b63 commit 8757adb
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
@@ -1,11 +1,11 @@
{
"name": "typo3/swiftmailer",
"type": "typo3-flow-package",
"description": "A TYPO3 Flow package for easy use of SwiftMailer",
"description": "A Flow package for easy use of Swift Mailer",
"license": ["LGPL-3.0", "MIT"],
"require": {
"typo3/flow": "*",
"swiftmailer/swiftmailer": "5.3.1"
"typo3/flow": "~2.0",
"swiftmailer/swiftmailer": "5.4.1"
},
"autoload": {
"psr-0": {
Expand Down

3 comments on commit 8757adb

@elbebass
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why Flow ~3.0 should not be supported?

@kdambekalns
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. :)

@kdambekalns
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #3

Please sign in to comment.