aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-22 21:40:28 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-22 21:40:28 -0400
commit969bf65f77fcd7abc72a7f16696ba6a7f8462c43 (patch)
treecd05886d45b62a82966c472a9f4798c40bc4c033 /composer.json
parent1ea82e754a8567f397915933ecaa24d1f32ab19a (diff)
downloadthedroneely.com-969bf65f77fcd7abc72a7f16696ba6a7f8462c43.tar.gz
thedroneely.com-969bf65f77fcd7abc72a7f16696ba6a7f8462c43.tar.bz2
thedroneely.com-969bf65f77fcd7abc72a7f16696ba6a7f8462c43.zip
composer.json: Update PHP mailer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index cf2b26f..16e7fe7 100644
--- a/composer.json
+++ b/composer.json
@@ -1,12 +1,16 @@
{
- "config": {
- "autoloader-suffix": "tdro"
- },
- "autoload" : {
- "classmap": [ "./" ],
- "exclude-from-classmap": [ "/cockpit/" ]
- },
- "require": {
- "phpmailer/phpmailer": "6.1.6"
- }
-}
+ "config": {
+ "autoloader-suffix": "tdro"
+ },
+ "autoload": {
+ "classmap": [
+ "./"
+ ],
+ "exclude-from-classmap": [
+ "/cockpit/"
+ ]
+ },
+ "require": {
+ "phpmailer/phpmailer": "6.5.0"
+ }
+} \ No newline at end of file