145 lines
5.6 KiB
JSON
145 lines
5.6 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "google/recaptcha",
|
|
"version": "1.2.4",
|
|
"version_normalized": "1.2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/google/recaptcha.git",
|
|
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
|
|
"reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
|
|
},
|
|
"time": "2020-03-31T17:50:54+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ReCaptcha\\": "src/ReCaptcha"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
|
|
"homepage": "https://www.google.com/recaptcha/",
|
|
"keywords": [
|
|
"Abuse",
|
|
"captcha",
|
|
"recaptcha",
|
|
"spam"
|
|
],
|
|
"support": {
|
|
"forum": "https://groups.google.com/forum/#!forum/recaptcha",
|
|
"issues": "https://github.com/google/recaptcha/issues",
|
|
"source": "https://github.com/google/recaptcha"
|
|
},
|
|
"install-path": "../google/recaptcha"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.8.0",
|
|
"version_normalized": "6.8.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "df16b615e371d81fb79e506277faea67a1be18f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
|
|
"reference": "df16b615e371d81fb79e506277faea67a1be18f1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
|
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.7.1",
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
|
},
|
|
"time": "2023-03-06T14:43:22+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"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",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"install-path": "../phpmailer/phpmailer"
|
|
}
|
|
],
|
|
"dev": false,
|
|
"dev-package-names": []
|
|
}
|