This commit is contained in:
Paula Quispe
2019-05-06 09:46:51 -04:00
parent e3702dfd5e
commit b01f7b56b7
2 changed files with 33 additions and 9 deletions

View File

@@ -40,7 +40,7 @@
"monolog/monolog": "1.19.0", "monolog/monolog": "1.19.0",
"geshi/geshi": "dev-master", "geshi/geshi": "dev-master",
"libchart/libchart": "1.4.0", "libchart/libchart": "1.4.0",
"phpmailer/phpmailer": "5.2.4", "phpmailer/phpmailer": "5.2.27",
"pear/archive_tar": "1.4.*", "pear/archive_tar": "1.4.*",
"pear/console_getopt": "1.4.*", "pear/console_getopt": "1.4.*",
"TYPO3/class-alias-loader": "^1.0", "TYPO3/class-alias-loader": "^1.0",

40
composer.lock generated
View File

@@ -1461,31 +1461,55 @@
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phpmailer/phpmailer",
"version": "v5.2.4", "version": "v5.2.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git", "url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "adb0197c106fad05c1fab28dbed5437133836c44" "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/adb0197c106fad05c1fab28dbed5437133836c44", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dde1db116511aa4956389d75546c5be4c2beb2a6",
"reference": "adb0197c106fad05c1fab28dbed5437133836c44", "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"php": ">=5.0.0" "php": ">=5.0.0"
}, },
"require-dev": { "require-dev": {
"phpdocumentor/phpdocumentor": "*", "doctrine/annotations": "1.2.*",
"phpunit/phpunit": "*" "jms/serializer": "0.16.*",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "4.8.*",
"symfony/debug": "2.8.*",
"symfony/filesystem": "2.8.*",
"symfony/translation": "2.8.*",
"symfony/yaml": "2.8.*",
"zendframework/zend-cache": "2.5.1",
"zendframework/zend-config": "2.5.1",
"zendframework/zend-eventmanager": "2.5.1",
"zendframework/zend-filter": "2.5.1",
"zendframework/zend-i18n": "2.5.1",
"zendframework/zend-json": "2.5.1",
"zendframework/zend-math": "2.5.1",
"zendframework/zend-serializer": "2.5.*",
"zendframework/zend-servicemanager": "2.5.*",
"zendframework/zend-stdlib": "2.5.1"
},
"suggest": {
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"class.phpmailer.php", "class.phpmailer.php",
"class.phpmaileroauth.php",
"class.phpmaileroauthgoogle.php",
"class.smtp.php",
"class.pop3.php", "class.pop3.php",
"class.smtp.php" "extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -1510,7 +1534,7 @@
} }
], ],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2013-02-21T11:44:28+00:00" "time": "2017-11-04T09:26:05+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",