aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-14 00:00:30 -0500
committerThedro Neely <thedroneely@gmail.com>2021-03-14 00:03:24 -0500
commitc6abcf318baccc219bfbbe428e7b0dd2389eb48a (patch)
tree995fa315d20c1bb75749b045e4507457cbb1765d /composer.json
parent1f4ba0f95e9a7e3a1f78d8561bb475315aecf79c (diff)
downloadedwinmattiacci.com-c6abcf318baccc219bfbbe428e7b0dd2389eb48a.tar.gz
edwinmattiacci.com-c6abcf318baccc219bfbbe428e7b0dd2389eb48a.tar.bz2
edwinmattiacci.com-c6abcf318baccc219bfbbe428e7b0dd2389eb48a.zip
composer.json: Autoloader suffix and update PHP mailer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 44f9647..b960e43 100644
--- a/composer.json
+++ b/composer.json
@@ -1,10 +1,13 @@
{
- "autoload" : {
- "classmap": [
- "./"
- ]
- },
- "require": {
- "phpmailer/phpmailer": "^6.0"
- }
+ "config": {
+ "autoloader-suffix": "edwin"
+ },
+ "autoload": {
+ "classmap": [
+ "./"
+ ]
+ },
+ "require": {
+ "phpmailer/phpmailer": "6.3.0"
+ }
}