{ "_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": "2b7b4ef08b2aa5e40934e21a602aa103", "packages": [ { "name": "akeeba/awf", "version": "dev-development", "source": { "type": "git", "url": "https://github.com/akeeba/awf.git", "reference": "0a07d418bab55f1473979de2783c07ee10ddca9f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/akeeba/awf/zipball/0a07d418bab55f1473979de2783c07ee10ddca9f", "reference": "0a07d418bab55f1473979de2783c07ee10ddca9f", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "php": "^7.2.0|^8.0.0", "phpmailer/phpmailer": "^6.8.0" }, "suggest": { "ext-curl": "*", "ext-libxml": "*", "ext-mysqli": "*", "ext-pdo": "*", "ext-pgsql": "*", "ext-simplexml": "*", "ext-sqlsrv": "*" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Awf\\": "src/" }, "files": [ "src/Utils/helpers.php" ] }, "archive": { "exclude": [ "/.idea", "/vendor", ".gitattributes", ".gitignore", ".travis.yml", "phpunit*" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Nicholas K. Dionysopoulos", "email": "nicholas_NO_SPAM_PLEASE@akeeba.com", "homepage": "http://www.dionysopoulos.me", "role": "Lead Developer" } ], "description": "A tiny MVC web application framework for single source standalone web applications, and WordPress plugins", "homepage": "https://github.com/akeeba/awf", "keywords": [ "framework", "joomla", "wordpress" ], "support": { "source": "https://github.com/akeeba/awf/tree/1.0.1", "issues": "https://github.com/akeeba/awf/issues" }, "time": "2023-06-17T08:47:41+00:00" }, { "name": "composer/ca-bundle", "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "90d087e988ff194065333d16bc5cf649872d9cdb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb", "reference": "90d087e988ff194065333d16bc5cf649872d9cdb", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", "source": "https://github.com/composer/ca-bundle/tree/1.3.6" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2023-06-06T12:02:59+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" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "akeeba/awf": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.2 <8.3", "ext-curl": "*", "ext-mbstring": "*", "ext-json": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.2.999" }, "plugin-api-version": "2.3.0" }