182 lines
6.5 KiB
JSON
182 lines
6.5 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "d51ef1712a74b0dfed729f2bdd85d1e3",
|
|
"packages": [
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v5.2.25",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2baf20b01690fba8cf720c1ebcf9b988eda50915",
|
|
"reference": "2baf20b01690fba8cf720c1ebcf9b988eda50915",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "1.2.*",
|
|
"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",
|
|
"autoload": {
|
|
"classmap": [
|
|
"class.phpmailer.php",
|
|
"class.phpmaileroauth.php",
|
|
"class.phpmaileroauthgoogle.php",
|
|
"class.smtp.php",
|
|
"class.pop3.php",
|
|
"extras/EasyPeasyICS.php",
|
|
"extras/ntlm_sasl_client.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"time": "2017-08-28T11:12:07+00:00"
|
|
},
|
|
{
|
|
"name": "robthree/twofactorauth",
|
|
"version": "1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RobThree/TwoFactorAuth.git",
|
|
"reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
|
|
"reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "@stable"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RobThree\\Auth\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rob Janssen",
|
|
"homepage": "http://robiii.me",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Two Factor Authentication",
|
|
"homepage": "https://github.com/RobThree/TwoFactorAuth",
|
|
"keywords": [
|
|
"Authentication",
|
|
"MFA",
|
|
"Multi Factor Authentication",
|
|
"Two Factor Authentication",
|
|
"authenticator",
|
|
"authy",
|
|
"php",
|
|
"tfa"
|
|
],
|
|
"time": "2017-02-17T15:24:54+00:00"
|
|
},
|
|
{
|
|
"name": "yubico/u2flib-server",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Yubico/php-u2flib-server.git",
|
|
"reference": "dc318c80b59e62921c210f31b014def26ceebbab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
|
|
"reference": "dc318c80b59e62921c210f31b014def26ceebbab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"description": "Library for U2F implementation",
|
|
"homepage": "https://developers.yubico.com/php-u2flib-server",
|
|
"time": "2017-05-09T07:33:58+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|