aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-03-05 19:45:57 -0500
committerThedro Neely <thedroneely@gmail.com>2020-03-05 19:45:57 -0500
commit157b78068b2d03ad5c9203792bac47bdf26dd447 (patch)
treeea89c5a00665ddca79392922ee567b3640a19dab /composer.lock
parent63bbce60750e19a5bbb892e92f593fe900b70634 (diff)
downloadthedroneely.com-157b78068b2d03ad5c9203792bac47bdf26dd447.tar.gz
thedroneely.com-157b78068b2d03ad5c9203792bac47bdf26dd447.tar.bz2
thedroneely.com-157b78068b2d03ad5c9203792bac47bdf26dd447.zip
composer.lock: Update
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock28
1 files changed, 12 insertions, 16 deletions
diff --git a/composer.lock b/composer.lock
index 38d7584..5b1e2f9 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "phpmailer/phpmailer",
- "version": "v6.0.5",
+ "version": "v6.1.4",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32"
+ "reference": "c5e61d0729507049cec9673aa1a679f9adefd683"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/cb3ea134d4d3729e7857737d5f320cce9caf4d32",
- "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32",
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c5e61d0729507049cec9673aa1a679f9adefd683",
+ "reference": "c5e61d0729507049cec9673aa1a679f9adefd683",
"shasum": ""
},
"require": {
@@ -26,13 +26,9 @@
"php": ">=5.5.0"
},
"require-dev": {
- "doctrine/annotations": "1.2.*",
+ "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.*"
+ "phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
@@ -50,18 +46,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 +66,7 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
- "time": "2018-03-27T13:49:45+00:00"
+ "time": "2019-12-10T11:17:38+00:00"
}
],
"packages-dev": [],