Skip to content

Commit

Permalink
Fix swiftmailer security version on ^6.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Apr 23, 2024
1 parent b798232 commit 4dc78c8
Show file tree
Hide file tree
Showing 3 changed files with 922 additions and 445 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 4.2.6 (coming soon)

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
* Please take a look at [UPGRADE-4.0.0](UPGRADE-4.0.0.md)
* Updated composer package versions

## Features

# none

## Bugfixes

* import
* Fix swiftmailer security bug
* Update swiftmailer/swiftmailer with version ^6.0.0

# Version 4.2.5

* Min. PHP Version set to 7.3
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"php": ">=7.3.0",
"techdivision/import": "^17.7.3",
"techdivision/import": "^17.8.0",
"techdivision/import-cli": "^12.5.2",
"techdivision/import-app-simple": "^18.0.3",
"techdivision/import-configuration-jms": "^17.4.2",
Expand Down Expand Up @@ -41,7 +41,8 @@
"techdivision/import-serializer-csv": "^1.0.2",
"techdivision/import-dbal-collection": "^1.1.4",
"techdivision/import-cache-collection": "^1.0.0",
"techdivision/import-configuration": "^5.2.1"
"techdivision/import-configuration": "^5.2.1",
"egulias/email-validator": "^3.2"
},
"require-dev": {
"doctrine/dbal": "2.5.*",
Expand Down
Loading

0 comments on commit 4dc78c8

Please sign in to comment.