Skip to content

Commit

Permalink
increment PHPMailer and CKEditor minimum versions in composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Hay <russellh@ysmail.net>
  • Loading branch information
RussH committed Mar 7, 2023
1 parent dbafc75 commit 1a3d72c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"phpmailer/phpmailer": "^6.0",
"ckeditor/ckeditor": "4.5.11"
"phpmailer/phpmailer": "^6.5.0",
"ckeditor/ckeditor": "^4.16.0"
}
}
27 changes: 14 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a3d72c

Please sign in to comment.