| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- {
- "_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#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "5fcce2f37970fb875fb1c1b5602dc522",
- "packages": [
- {
- "name": "hestiacp/phpquoteshellarg",
- "version": "v1.0.1-p3",
- "source": {
- "type": "git",
- "url": "https://github.com/hestiacp/phpquoteshellarg.git",
- "reference": "89cbab9b81b4482127a7bd521ccb6394dd8cda37"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hestiacp/phpquoteshellarg/zipball/89cbab9b81b4482127a7bd521ccb6394dd8cda37",
- "reference": "89cbab9b81b4482127a7bd521ccb6394dd8cda37",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/Hestiacp/quoteshellarg/quoteshellarg.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Unlicense"
- ],
- "description": "Improved escape shell arguments for support of special charactars",
- "homepage": "https://github.com/hestiacp",
- "keywords": [
- "escapeshellarg",
- "quoteshellarg"
- ],
- "support": {
- "source": "https://github.com/hestiacp/phpquoteshellarg/tree/v1.0.1-p3"
- },
- "time": "2022-07-17T14:48:05+00:00"
- },
- {
- "name": "phpmailer/phpmailer",
- "version": "v6.8.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"
- },
- "type": "library",
- "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"
- }
- ],
- "time": "2023-03-06T14:43:22+00:00"
- },
- {
- "name": "robthree/twofactorauth",
- "version": "v2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/RobThree/TwoFactorAuth.git",
- "reference": "27cd1e1392d19f178398e892f59062003c8998a4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/27cd1e1392d19f178398e892f59062003c8998a4",
- "reference": "27cd1e1392d19f178398e892f59062003c8998a4",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^3.13",
- "phpstan/phpstan": "^1.9",
- "phpunit/phpunit": "^9"
- },
- "suggest": {
- "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
- "endroid/qr-code": "Needed for EndroidQrCodeProvider"
- },
- "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"
- },
- {
- "name": "Nicolas CARPi",
- "homepage": "https://github.com/NicolasCARPi",
- "role": "Developer"
- },
- {
- "name": "Will Power",
- "homepage": "https://github.com/willpower232",
- "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"
- ],
- "support": {
- "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
- "source": "https://github.com/RobThree/TwoFactorAuth"
- },
- "funding": [
- {
- "url": "https://paypal.me/robiii",
- "type": "custom"
- },
- {
- "url": "https://github.com/RobThree",
- "type": "github"
- }
- ],
- "time": "2023-02-25T11:33:28+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.1.0"
- }
|