{
    "packages": [
        {
            "name": "akeeba/awf",
            "version": "dev-development",
            "version_normalized": "dev-development",
            "source": {
                "type": "git",
                "url": "https://github.com/akeeba/awf.git",
                "reference": "b4a243eb06db3d2f8dfa1d55926b9323ba59d16f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/awf/zipball/b4a243eb06db3d2f8dfa1d55926b9323ba59d16f",
                "reference": "b4a243eb06db3d2f8dfa1d55926b9323ba59d16f",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.2",
                "ext-json": "*",
                "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": "*"
            },
            "time": "2023-10-02T14:37:31+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Utils/helpers.php"
                ],
                "psr-4": {
                    "Awf\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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": {
                "issues": "https://github.com/akeeba/awf/issues",
                "source": "https://github.com/akeeba/awf/tree/1.1.0"
            },
            "install-path": "../akeeba/awf"
        },
        {
            "name": "akeeba/engine",
            "version": "dev-development",
            "version_normalized": "dev-development",
            "source": {
                "type": "git",
                "url": "git@github.com:akeeba/engine.git",
                "reference": "37753ce2771e3024abd1b73b2b0948c72a4ea3bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/engine/zipball/37753ce2771e3024abd1b73b2b0948c72a4ea3bf",
                "reference": "37753ce2771e3024abd1b73b2b0948c72a4ea3bf",
                "shasum": ""
            },
            "require": {
                "akeeba/s3": "dev-development",
                "ext-fileinfo": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.4 <8.4"
            },
            "require-dev": {
                "composer/ca-bundle": "^1.3.6",
                "mnapoli/silly": "^1.8.3",
                "phpunit/phpunit": "^9.0.0",
                "rector/rector": "^0.15.21"
            },
            "suggest": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-ftp": "*",
                "ext-mysqli": "*",
                "ext-openssl": "*",
                "ext-pdo": "*",
                "ext-simplexml": "*",
                "ext-sqlite3": "*",
                "ext-ssh2": "*",
                "ext-zip": "*"
            },
            "time": "2023-09-26T09:42:44+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Akeeba\\Engine\\Test\\": "Test/",
                    "Akeeba\\Engine\\": "engine/"
                }
            },
            "archive": {
                "exclude": [
                    "binned_ideas",
                    "connector_development",
                    "run",
                    "Test",
                    "tools"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicholas K. Dionysopoulos",
                    "email": "nicholas_NO_SPAM_PLEASE@akeeba.com",
                    "homepage": "https://www.dionysopoulos.me",
                    "role": "Lead Developer"
                },
                {
                    "name": "Davide Tampellini",
                    "email": "davide_NO_SPAM_PLEASE@akeeba.com",
                    "homepage": "https://www.dionysopoulos.me",
                    "role": "Senior Developer"
                }
            ],
            "description": "Akeeba Engine - a site backup engine written in pure PHP",
            "homepage": "https://github.com/akeeba/engine",
            "keywords": [
                "backup",
                "mysql",
                "php"
            ],
            "support": {
                "source": "https://github.com/akeeba/engine/tree/development",
                "issues": "https://github.com/akeeba/engine/issues"
            },
            "install-path": "../akeeba/engine"
        },
        {
            "name": "akeeba/s3",
            "version": "dev-development",
            "version_normalized": "dev-development",
            "source": {
                "type": "git",
                "url": "https://github.com/akeeba/s3.git",
                "reference": "7f5b3e929c93eb02ba24472560c0cbbef735aed9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/akeeba/s3/zipball/7f5b3e929c93eb02ba24472560c0cbbef735aed9",
                "reference": "7f5b3e929c93eb02ba24472560c0cbbef735aed9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-simplexml": "*",
                "php": ">=7.1.0 <8.4"
            },
            "time": "2023-09-26T11:40:10+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/aliasing.php"
                ],
                "psr-4": {
                    "Akeeba\\S3\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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 compact, dependency-less Amazon S3 API client implementing the most commonly used features",
            "homepage": "https://github.com/akeeba/s3",
            "keywords": [
                "s3"
            ],
            "support": {
                "issues": "https://github.com/akeeba/s3/issues",
                "source": "https://github.com/akeeba/s3/tree/development"
            },
            "install-path": "../akeeba/s3"
        },
        {
            "name": "composer/ca-bundle",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "76e46335014860eec1aa5a724799a00a2e47cc85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85",
                "reference": "76e46335014860eec1aa5a724799a00a2e47cc85",
                "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"
            },
            "time": "2023-08-30T09:31:38+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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.7"
            },
            "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"
                }
            ],
            "install-path": "./ca-bundle"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.8.1",
            "version_normalized": "6.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "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.2",
                "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-08-29T08:26:30+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.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
