Skip to content

Commit

Permalink
bumped swiftmailer version from 5.4 to 6.0 and php minimum version fr…
Browse files Browse the repository at this point in the history
…om 5.3 to 7.2
  • Loading branch information
stevleibelt committed Aug 4, 2020
1 parent d91e6a4 commit 6604017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ composer require stevleibelt/php_send_email_via_command_line
* added suggests
* fixed license spelling issue
* removed unused use statements
* [1.4.0](https://github.com/stevleibelt/php_send_email_via_command_line/tree/1.4.0) - released at 2020-08-04
* bumped version of php von 5.3 to 7.2
* bumped version of swiftmailer von 5.4 to 6.0
* [1.3.2](https://github.com/stevleibelt/php_send_email_via_command_line/tree/1.3.2) - released at 04.11.2016
* fixed issue [--attachment does not work with relative paths](https://github.com/stevleibelt/php_send_email_via_command_line/issues/1)
* [1.3.1](https://github.com/stevleibelt/php_send_email_via_command_line/tree/1.3.1) - released at 18.02.2016
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"require": {
"net_bazzline/php_component_cli_environment": "0.1.2",
"net_bazzline/php_component_toolbox": "^1.8",
"php": ">=5.3.3",
"swiftmailer/swiftmailer": "^5.4"
"php": ">=7.2",
"swiftmailer/swiftmailer": "^6.0"
},
"type": "library",
"autoload": {
Expand Down

0 comments on commit 6604017

Please sign in to comment.