Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "friendsofsymfony1/swiftmailer",
"type": "library",
"description": "Fork of unmaingained Swiftmailer, free feature-rich PHP mailer",
"description": "Fork of unmaintained Swiftmailer, free feature-rich PHP mailer",
"keywords": ["mail","mailer","email"],
"homepage": "https://swiftmailer.symfony.com",
"license": "MIT",
Expand Down Expand Up @@ -29,6 +29,9 @@
"mockery/mockery": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.4"
},
"replace": {
"swiftmailer/swiftmailer": "^6"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses"
},
Expand Down