Skip to content

Commit

Permalink
Update to framework dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmullenger committed Oct 21, 2021
1 parent 8487760 commit 84e5a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,10 @@ keys for signing emails.

## Requirements

* Silverstripe framework ^4.5 (without file attachments)
* Silverstripe framework ^4.9
* OpenSSL ^1.1.1
* Key pairs for encrypting and signing messages

### Emailing file attachments

There is a known issue with Swiftmailer 5.x wherein email clients are unable to
decrypt encrypted emails which contain attachments.

Any Silverstripe framework versions (>=4.0 <=4.8 at time of writing) which
require Swiftmailer 5.x (usually dependency `swiftmailer/swiftmailer: ~5.4`) are
susceptible to the issue.

If email attachments are required please look at this Silverstripe framework
[pull request for Swiftmailer v6
support](https://github.com/silverstripe/silverstripe-framework/pull/10031).

## Installation

```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "BSD-3-Clause",
"require": {
"silverstripe/framework": "^4.5"
"silverstripe/framework": "^4.9"
},
"authors": [
{
Expand Down

0 comments on commit 84e5a69

Please sign in to comment.