aboutsummaryrefslogtreecommitdiff
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
parent1f4ba0f95e9a7e3a1f78d8561bb475315aecf79c (diff)
downloadedwinmattiacci.com-c6abcf318baccc219bfbbe428e7b0dd2389eb48a.tar.gz
edwinmattiacci.com-c6abcf318baccc219bfbbe428e7b0dd2389eb48a.tar.bz2
edwinmattiacci.com-c6abcf318baccc219bfbbe428e7b0dd2389eb48a.zip
composer.json: Autoloader suffix and update PHP mailer
-rw-r--r--composer.json19
-rw-r--r--composer.lock45
2 files changed, 37 insertions, 27 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"
+ }
}
diff --git a/composer.lock b/composer.lock
index 38d7584..b7b6424 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,35 +4,35 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "6d67203b6e9fc952ae681c538683a497",
+ "content-hash": "b494a7d99006f38a507ecda95349a31a",
"packages": [
{
"name": "phpmailer/phpmailer",
- "version": "v6.0.5",
+ "version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32"
+ "reference": "4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/cb3ea134d4d3729e7857737d5f320cce9caf4d32",
- "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32",
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb",
+ "reference": "4a08cf4cdd2c38d12ee2b9fa69e5d235f37a6dcb",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
+ "ext-hash": "*",
"php": ">=5.5.0"
},
"require-dev": {
- "doctrine/annotations": "1.2.*",
- "friendsofphp/php-cs-fixer": "^2.2",
- "phpdocumentor/phpdocumentor": "2.*",
- "phpunit/phpunit": "^4.8 || ^5.7",
- "zendframework/zend-eventmanager": "3.0.*",
- "zendframework/zend-i18n": "2.7.3",
- "zendframework/zend-serializer": "2.7.*"
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
+ "doctrine/annotations": "^1.2",
+ "phpcompatibility/php-compatibility": "^9.3.5",
+ "roave/security-advisories": "dev-latest",
+ "squizlabs/php_codesniffer": "^3.5.6",
+ "yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
@@ -50,18 +50,18 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "LGPL-2.1"
+ "LGPL-2.1-only"
],
"authors": [
{
- "name": "Jim Jagielski",
- "email": "jimjag@gmail.com"
- },
- {
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
+ "name": "Jim Jagielski",
+ "email": "jimjag@gmail.com"
+ },
+ {
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
@@ -70,7 +70,13 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
- "time": "2018-03-27T13:49:45+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/Synchro",
+ "type": "github"
+ }
+ ],
+ "time": "2021-02-19T15:28:08+00:00"
}
],
"packages-dev": [],
@@ -80,5 +86,6 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
- "platform-dev": []
+ "platform-dev": [],
+ "plugin-api-version": "1.1.0"
}