{
    "packages": [
        {
            "name": "chillerlan/php-qrcode",
            "version": "6.0.1",
            "version_normalized": "6.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-qrcode.git",
                "reference": "49006e34bd5328f163e80329e7312f34dceea59b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/49006e34bd5328f163e80329e7312f34dceea59b",
                "reference": "49006e34bd5328f163e80329e7312f34dceea59b",
                "shasum": ""
            },
            "require": {
                "chillerlan/php-settings-container": "^3.2.1",
                "ext-mbstring": "*",
                "php": "^8.2"
            },
            "require-dev": {
                "chillerlan/php-authenticator": "^5.3",
                "ext-fileinfo": "*",
                "intervention/image": "^3.11",
                "phan/phan": "^6.0.1",
                "phpbench/phpbench": "^1.4",
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^2.1.40",
                "phpstan/phpstan-deprecation-rules": "^2.0.4",
                "phpunit/phpunit": "^11.5",
                "setasign/fpdf": "^1.8.6",
                "slevomat/coding-standard": "^8.28",
                "squizlabs/php_codesniffer": "^4.0"
            },
            "suggest": {
                "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
                "intervention/image": "More advanced GD and ImageMagick output.",
                "setasign/fpdf": "Required to use the QR FPDF output.",
                "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
            },
            "time": "2026-03-18T21:21:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "chillerlan\\QRCode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Kazuhiko Arase",
                    "homepage": "https://github.com/kazuhikoarase/qrcode-generator"
                },
                {
                    "name": "ZXing Authors",
                    "homepage": "https://github.com/zxing/zxing"
                },
                {
                    "name": "Ashot Khanamiryan",
                    "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder"
                },
                {
                    "name": "Smiley",
                    "email": "smiley@chillerlan.net",
                    "homepage": "https://github.com/codemasher"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
                }
            ],
            "description": "A QR Code generator and reader with a user-friendly API. PHP 8.2+",
            "homepage": "https://github.com/chillerlan/php-qrcode",
            "keywords": [
                "phpqrcode",
                "qr",
                "qr code",
                "qr-reader",
                "qrcode",
                "qrcode-generator",
                "qrcode-reader"
            ],
            "support": {
                "docs": "https://php-qrcode.readthedocs.io",
                "issues": "https://github.com/chillerlan/php-qrcode/issues",
                "source": "https://github.com/chillerlan/php-qrcode"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/codemasher",
                    "type": "Ko-Fi"
                }
            ],
            "install-path": "../chillerlan/php-qrcode"
        },
        {
            "name": "chillerlan/php-settings-container",
            "version": "3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-settings-container.git",
                "reference": "a0a487cbf5344f721eb504bf0f59bada40c381b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/a0a487cbf5344f721eb504bf0f59bada40c381b7",
                "reference": "a0a487cbf5344f721eb504bf0f59bada40c381b7",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "phan/phan": "^5.5.2",
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^2.1.31",
                "phpstan/phpstan-deprecation-rules": "^2.0.3",
                "phpunit/phpunit": "^10.5",
                "slevomat/coding-standard": "^8.22",
                "squizlabs/php_codesniffer": "^4.0"
            },
            "time": "2026-03-20T21:10:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "chillerlan\\Settings\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Smiley",
                    "email": "smiley@chillerlan.net",
                    "homepage": "https://github.com/codemasher"
                }
            ],
            "description": "A container class for immutable settings objects. Not a DI container.",
            "homepage": "https://github.com/chillerlan/php-settings-container",
            "keywords": [
                "Settings",
                "configuration",
                "container",
                "helper",
                "property hook"
            ],
            "support": {
                "issues": "https://github.com/chillerlan/php-settings-container/issues",
                "source": "https://github.com/chillerlan/php-settings-container"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
                    "type": "custom"
                },
                {
                    "url": "https://ko-fi.com/codemasher",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../chillerlan/php-settings-container"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v7.0.2",
            "version_normalized": "7.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088",
                "reference": "ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088",
                "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": "^10.0.0@dev",
                "squizlabs/php_codesniffer": "^3.13.5",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example",
                "ext-imap": "Needed to support advanced email address parsing according to RFC822",
                "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": "2026-01-09T18:02:33+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/v7.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
