{
    "packages": [
        {
            "name": "2amigos/2fa-library",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/2amigos/2fa-library.git",
                "reference": "1d858fd79389394b7432c46538e8a40169fcae9c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/2amigos/2fa-library/zipball/1d858fd79389394b7432c46538e8a40169fcae9c",
                "reference": "1d858fd79389394b7432c46538e8a40169fcae9c",
                "shasum": ""
            },
            "require": {
                "2amigos/qrcode-library": "^2.0|^3.0",
                "paragonie/constant_time_encoding": "^1.4|^2.0|9.99.99",
                "paragonie/random_compat": "^2.0",
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.45",
                "phpmd/phpmd": "@stable",
                "phpunit/phpunit": "^9.6",
                "psr/container": "^2.0.1|^2.0.2",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "time": "2024-01-20T08:23:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Da\\TwoFA\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "2amigOS! Consulting Group",
                    "email": "hola@2amigos.us",
                    "homepage": "http://2amigos.us",
                    "role": "Developer"
                }
            ],
            "description": "2 Factor Authentication (2FA) library",
            "homepage": "http://www.2amigos.us/open-source/details/twofa-library",
            "keywords": [
                "2amigos",
                "2fa",
                "authenticator",
                "extension",
                "hotp",
                "library",
                "php",
                "totp"
            ],
            "support": {
                "issues": "https://github.com/2amigos/2fa-library/issues",
                "source": "https://github.com/2amigos/2fa-library"
            },
            "install-path": "../2amigos/2fa-library"
        },
        {
            "name": "2amigos/qrcode-library",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/2amigos/qrcode-library.git",
                "reference": "a8b90412220582728e00f20bbd1601d0b459435d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/2amigos/qrcode-library/zipball/a8b90412220582728e00f20bbd1601d0b459435d",
                "reference": "a8b90412220582728e00f20bbd1601d0b459435d",
                "shasum": ""
            },
            "require": {
                "bacon/bacon-qr-code": "^2.0",
                "ext-gd": "*",
                "ext-simplexml": "*",
                "khanamiryan/qrcode-detector-decoder": "^1.0",
                "marc-mabe/php-enum": "^4.7",
                "php": ">=7.3"
            },
            "require-dev": {
                "codeception/codeception": "*",
                "codeception/module-asserts": "2.0.1",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-laravel": "^2.1",
                "codeception/module-yii2": "^1.0",
                "codeception/specify": "^0.4.3",
                "codeception/verify": "^0.3.1",
                "friendsofphp/php-cs-fixer": "^2.3",
                "laravel/framework": "^8.83",
                "phpmd/phpmd": "@stable",
                "roave/security-advisories": "dev-master",
                "scrutinizer/ocular": "~1.1",
                "squizlabs/php_codesniffer": "*",
                "yiisoft/yii2": "^2.0"
            },
            "time": "2023-12-13T12:18:05+00:00",
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Da\\QrCode\\Providers\\QrCodeServiceProvider"
                    ]
                },
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Da\\QrCode\\": "./src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "2amigOS! Consulting Group",
                    "email": "hola@2amigos.us",
                    "homepage": "https://2am.tech",
                    "role": "Developer"
                }
            ],
            "description": "QrCode Generator",
            "homepage": "https://2am.tech/our-work/open-source/qrcode-library",
            "keywords": [
                "2amigos",
                "component",
                "extension",
                "qr",
                "qrcode"
            ],
            "support": {
                "issues": "https://github.com/2amigos/qrcode-library/issues",
                "source": "https://github.com/2amigos/qrcode-library"
            },
            "install-path": "../2amigos/qrcode-library"
        },
        {
            "name": "bacon/bacon-qr-code",
            "version": "2.0.8",
            "version_normalized": "2.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Bacon/BaconQrCode.git",
                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
                "shasum": ""
            },
            "require": {
                "dasprid/enum": "^1.0.3",
                "ext-iconv": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phly/keep-a-changelog": "^2.1",
                "phpunit/phpunit": "^7 | ^8 | ^9",
                "spatie/phpunit-snapshot-assertions": "^4.2.9",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "suggest": {
                "ext-imagick": "to generate QR code images"
            },
            "time": "2022-12-07T17:46:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BaconQrCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "https://dasprids.de/",
                    "role": "Developer"
                }
            ],
            "description": "BaconQrCode is a QR code generator for PHP.",
            "homepage": "https://github.com/Bacon/BaconQrCode",
            "support": {
                "issues": "https://github.com/Bacon/BaconQrCode/issues",
                "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
            },
            "install-path": "../bacon/bacon-qr-code"
        },
        {
            "name": "chillerlan/php-qrcode",
            "version": "5.0.5",
            "version_normalized": "5.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-qrcode.git",
                "reference": "7b66282572fc14075c0507d74d9837dab25b38d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/7b66282572fc14075c0507d74d9837dab25b38d6",
                "reference": "7b66282572fc14075c0507d74d9837dab25b38d6",
                "shasum": ""
            },
            "require": {
                "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
                "ext-fileinfo": "*",
                "phan/phan": "^5.5.2",
                "phpcompatibility/php-compatibility": "10.x-dev",
                "phpmd/phpmd": "^2.15",
                "phpunit/phpunit": "^9.6",
                "setasign/fpdf": "^1.8.2",
                "slevomat/coding-standard": "^8.23.0",
                "squizlabs/php_codesniffer": "^4.0.0"
            },
            "suggest": {
                "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
                "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": "2025-11-23T23:51:44+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 7.4+",
            "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": "2.1.6",
            "version_normalized": "2.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-settings-container.git",
                "reference": "5553558bd381fce5108c6d0343c12e488cfec6bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/5553558bd381fce5108c6d0343c12e488cfec6bb",
                "reference": "5553558bd381fce5108c6d0343c12e488cfec6bb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "^1.2",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.10"
            },
            "time": "2024-07-17T01:04:28+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. PHP 7.4+",
            "homepage": "https://github.com/chillerlan/php-settings-container",
            "keywords": [
                "PHP7",
                "Settings",
                "configuration",
                "container",
                "helper"
            ],
            "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": "collizo4sky/persist-admin-notices-dismissal",
            "version": "1.4.5",
            "version_normalized": "1.4.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/w3guy/persist-admin-notices-dismissal.git",
                "reference": "163b868c98cf97ea15b4d7e1305e2d52c9242e7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/w3guy/persist-admin-notices-dismissal/zipball/163b868c98cf97ea15b4d7e1305e2d52c9242e7e",
                "reference": "163b868c98cf97ea15b4d7e1305e2d52c9242e7e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2024-03-10T15:11:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "persist-admin-notices-dismissal.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Collins Agbonghama",
                    "email": "me@w3guy.com",
                    "role": "developer"
                }
            ],
            "description": "Simple library to persist dismissal of admin notices across pages in WordPress dashboard.",
            "support": {
                "issues": "https://github.com/w3guy/persist-admin-notices-dismissal/issues",
                "source": "https://github.com/w3guy/persist-admin-notices-dismissal"
            },
            "install-path": "../collizo4sky/persist-admin-notices-dismissal"
        },
        {
            "name": "composer/installers",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.10.27 || ^2.7",
                "composer/semver": "^1.7.2 || ^3.4.0",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-phpunit": "^1",
                "symfony/phpunit-bridge": "^7.1.1",
                "symfony/process": "^5 || ^6 || ^7"
            },
            "time": "2024-06-24T20:46:46+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "plugin-modifies-install-path": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "concreteCMS",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "matomo",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "tastyigniter",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v2.3.0"
            },
            "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": "./installers"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "~1.0 || ~2.0",
                "phpunit/phpunit": "~4.6"
            },
            "time": "2022-12-20T22:53:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cweagans\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cameron Eagans",
                    "email": "me@cweagans.net"
                }
            ],
            "description": "Provides a way to patch Composer packages.",
            "support": {
                "issues": "https://github.com/cweagans/composer-patches/issues",
                "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
            },
            "install-path": "../cweagans/composer-patches"
        },
        {
            "name": "dasprid/enum",
            "version": "1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DASPRiD/Enum.git",
                "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce",
                "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1 <9.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2025-09-16T12:23:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DASPRiD\\Enum\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Ben Scholzen 'DASPRiD'",
                    "email": "mail@dasprids.de",
                    "homepage": "https://dasprids.de/",
                    "role": "Developer"
                }
            ],
            "description": "PHP 7.1 enum implementation",
            "keywords": [
                "enum",
                "map"
            ],
            "support": {
                "issues": "https://github.com/DASPRiD/Enum/issues",
                "source": "https://github.com/DASPRiD/Enum/tree/1.0.7"
            },
            "install-path": "../dasprid/enum"
        },
        {
            "name": "freemius/wordpress-sdk",
            "version": "2.13.1",
            "version_normalized": "2.13.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Freemius/wordpress-sdk.git",
                "reference": "7376c0eca1ae7f92aaba9d3b550bd10affe797ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/7376c0eca1ae7f92aaba9d3b550bd10affe797ff",
                "reference": "7376c0eca1ae7f92aaba9d3b550bd10affe797ff",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "squizlabs/php_codesniffer": "^3.7",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^2.3"
            },
            "time": "2026-03-25T15:26:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "start.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "description": "Freemius WordPress SDK",
            "homepage": "https://freemius.com",
            "keywords": [
                "freemius",
                "plugin",
                "sdk",
                "theme",
                "wordpress",
                "wordpress-plugin",
                "wordpress-theme"
            ],
            "support": {
                "issues": "https://github.com/Freemius/wordpress-sdk/issues",
                "source": "https://github.com/Freemius/wordpress-sdk/tree/2.13.1"
            },
            "install-path": "../freemius/wordpress-sdk"
        },
        {
            "name": "ip2location/ip2location-php",
            "version": "9.8.1",
            "version_normalized": "9.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chrislim2888/IP2Location-PHP-Module.git",
                "reference": "e18e5372cfa4b57f33d2dc8c15d24cee1ee6d1ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chrislim2888/IP2Location-PHP-Module/zipball/e18e5372cfa4b57f33d2dc8c15d24cee1ee6d1ce",
                "reference": "e18e5372cfa4b57f33d2dc8c15d24cee1ee6d1ce",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-12-21T22:28:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "IP2Location\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "IP2Location",
                    "email": "support@ip2location.com",
                    "homepage": "https://www.ip2location.com"
                }
            ],
            "description": "[Official Release] IP2Location PHP API to get location info from IPv4 and IPv6 address.",
            "homepage": "https://www.ip2location.com",
            "keywords": [
                "area code",
                "geolocation",
                "ip geolocation",
                "ip2location",
                "ip2locationlite",
                "isp",
                "mcc",
                "mnc",
                "time zone",
                "usage type",
                "zip code"
            ],
            "support": {
                "issues": "https://github.com/chrislim2888/IP2Location-PHP-Module/issues",
                "source": "https://github.com/chrislim2888/IP2Location-PHP-Module/tree/9.8.1"
            },
            "install-path": "../ip2location/ip2location-php"
        },
        {
            "name": "khanamiryan/qrcode-detector-decoder",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
                "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/45326fb83a2a375065dbb3a134b5b8a5872da569",
                "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0",
                "rector/rector": "^0.13.6",
                "symplify/easy-coding-standard": "^11.0"
            },
            "time": "2022-06-29T09:25:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Common/customFunctions.php"
                ],
                "psr-4": {
                    "Zxing\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Ashot Khanamiryan",
                    "email": "a.khanamiryan@gmail.com",
                    "homepage": "https://github.com/khanamiryan",
                    "role": "Developer"
                }
            ],
            "description": "QR code decoder / reader",
            "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
            "keywords": [
                "barcode",
                "qr",
                "zxing"
            ],
            "support": {
                "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
                "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.6"
            },
            "install-path": "../khanamiryan/qrcode-detector-decoder"
        },
        {
            "name": "marc-mabe/php-enum",
            "version": "v4.7.2",
            "version_normalized": "4.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/marc-mabe/php-enum.git",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "shasum": ""
            },
            "require": {
                "ext-reflection": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.16.10 || ^1.0.4",
                "phpstan/phpstan": "^1.3.1",
                "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
                "vimeo/psalm": "^4.17.0 | ^5.26.1"
            },
            "time": "2025-09-14T11:18:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.2-dev",
                    "dev-master": "4.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MabeEnum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marc Bennewitz",
                    "email": "dev@mabe.berlin",
                    "homepage": "https://mabe.berlin/",
                    "role": "Lead"
                }
            ],
            "description": "Simple and fast implementation of enumerations with native PHP",
            "homepage": "https://github.com/marc-mabe/php-enum",
            "keywords": [
                "enum",
                "enum-map",
                "enum-set",
                "enumeration",
                "enumerator",
                "enummap",
                "enumset",
                "map",
                "set",
                "type",
                "type-hint",
                "typehint"
            ],
            "support": {
                "issues": "https://github.com/marc-mabe/php-enum/issues",
                "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2"
            },
            "install-path": "../marc-mabe/php-enum"
        },
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.8.2",
            "version_normalized": "2.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/constant_time_encoding.git",
                "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
                "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "time": "2025-09-24T15:12:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https://www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "install-path": "../paragonie/constant_time_encoding"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.21",
            "version_normalized": "2.0.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2022-02-16T17:07:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "phpseclib/bcmath_compat",
            "version": "1.0.9",
            "version_normalized": "1.0.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/bcmath_compat.git",
                "reference": "52af8637a01609800e606e78869ed268d3d976d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/52af8637a01609800e606e78869ed268d3d976d7",
                "reference": "52af8637a01609800e606e78869ed268d3d976d7",
                "shasum": ""
            },
            "require": {
                "phpseclib/phpseclib": ">=2.0.19 <3.0.0"
            },
            "provide": {
                "ext-bcmath": "8.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "suggest": {
                "ext-gmp": "Will enable faster math operations"
            },
            "time": "2024-06-04T14:25:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/bcmath.php"
                ],
                "psr-4": {
                    "bcmath_compat\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "homepage": "http://phpseclib.sourceforge.net"
                }
            ],
            "description": "PHP 5.x-8.x polyfill for bcmath extension",
            "keywords": [
                "BigInteger",
                "bcmath",
                "bigdecimal",
                "math",
                "polyfill"
            ],
            "support": {
                "email": "terrafrost@php.net",
                "issues": "https://github.com/phpseclib/bcmath_compat/issues",
                "source": "https://github.com/phpseclib/bcmath_compat"
            },
            "install-path": "../phpseclib/bcmath_compat"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.53",
            "version_normalized": "2.0.53.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "2d1a664b940b9b8f367185307dc010d11a2790f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2d1a664b940b9b8f367185307dc010d11a2790f3",
                "reference": "2d1a664b940b9b8f367185307dc010d11a2790f3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^8.5|^9.4",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
                "ext-xml": "Install the XML extension to load XML formatted public keys."
            },
            "time": "2026-04-10T01:30:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.53"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpseclib/phpseclib"
        },
        {
            "name": "scr34m/php-malware-scanner",
            "version": "1.0.30",
            "version_normalized": "1.0.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/scr34m/php-malware-scanner.git",
                "reference": "ba466dc1ff644320452ee5a6c51affb2389f2946"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scr34m/php-malware-scanner/zipball/ba466dc1ff644320452ee5a6c51affb2389f2946",
                "reference": "ba466dc1ff644320452ee5a6c51affb2389f2946",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "time": "2026-02-24T05:58:29+00:00",
            "bin": [
                "scan"
            ],
            "type": "library",
            "extra": {
                "patches_applied": {
                    "Allow extending for Security Ninja adapter": "patches/scr34m-php-malware-scanner-allow-extend.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "description": "Scans PHP files for malwares and known threats",
            "homepage": "https://github.com/scr34m/php-malware-scanner",
            "keywords": [
                "commandline",
                "malware",
                "scanner"
            ],
            "support": {
                "issues": "https://github.com/scr34m/php-malware-scanner/issues",
                "source": "https://github.com/scr34m/php-malware-scanner/tree/1.0.30"
            },
            "install-path": "../scr34m/php-malware-scanner"
        },
        {
            "name": "typisttech/imposter",
            "version": "0.6.1",
            "version_normalized": "0.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TypistTech/imposter.git",
                "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TypistTech/imposter/zipball/f52b1a2289d2ea9c660cf9595085d0b11469af83",
                "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "codeception/codeception": "^4.1",
                "codeception/mockery-module": "^0.4.0",
                "codeception/module-asserts": "^1.3",
                "codeception/module-filesystem": "^1.0",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter"
            },
            "time": "2020-12-06T22:57:09+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TypistTech\\Imposter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Typist Tech",
                    "email": "imposter@typist.tech",
                    "homepage": "https://typist.tech"
                },
                {
                    "name": "Tang Rufus",
                    "email": "tangrufus@gmail.com",
                    "homepage": "https://typist.tech",
                    "role": "Developer"
                }
            ],
            "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.",
            "homepage": "https://github.com/TypistTech/imposter",
            "keywords": [
                "composer",
                "dependency",
                "monkey-patching",
                "namespace",
                "wordpress"
            ],
            "support": {
                "email": "imposter@typist.tech",
                "issues": "https://github.com/TypistTech/imposter/issues",
                "source": "https://github.com/TypistTech/imposter"
            },
            "funding": [
                {
                    "url": "https://typist.tech/donation/",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/iAmTangRufus/30usd",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/tangrufus",
                    "type": "github"
                }
            ],
            "install-path": "../typisttech/imposter"
        },
        {
            "name": "typisttech/imposter-plugin",
            "version": "0.6.2",
            "version_normalized": "0.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TypistTech/imposter-plugin.git",
                "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/15fa3c90aca3b79497f438b9e02a6176498de53c",
                "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.3 || ^8.0",
                "typisttech/imposter": "^0.6.1"
            },
            "require-dev": {
                "codeception/codeception": "^4.1",
                "codeception/module-asserts": "^1.3",
                "codeception/module-cli": "^1.1",
                "codeception/module-filesystem": "^1.0",
                "composer/composer": "^1.10.19 || ^2.0",
                "squizlabs/php_codesniffer": "^3.5",
                "typisttech/codeception-composer-project-module": "^0.1.1"
            },
            "time": "2020-12-06T23:41:30+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin",
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TypistTech\\Imposter\\Plugin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Typist Tech",
                    "email": "imposter-plugin@typist.tech",
                    "homepage": "https://www.typist.tech"
                },
                {
                    "name": "Tang Rufus",
                    "email": "tangrufus@gmail.com",
                    "homepage": "https://www.typist.tech",
                    "role": "Developer"
                }
            ],
            "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.",
            "homepage": "https://github.com/TypistTech/imposter-plugin",
            "keywords": [
                "composer",
                "composer-plugin",
                "dependency",
                "monkey-patching",
                "namespace",
                "wordpress"
            ],
            "support": {
                "email": "imposter-plugin@typist.tech",
                "issues": "https://github.com/TypistTech/imposter-plugin/issues",
                "source": "https://github.com/TypistTech/imposter-plugin"
            },
            "funding": [
                {
                    "url": "https://typist.tech/donation/",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/iAmTangRufus/30usd",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/tangrufus",
                    "type": "github"
                }
            ],
            "install-path": "../typisttech/imposter-plugin"
        },
        {
            "name": "woocommerce/action-scheduler",
            "version": "3.9.3",
            "version_normalized": "3.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/woocommerce/action-scheduler.git",
                "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
                "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5",
                "woocommerce/woocommerce-sniffs": "0.1.0",
                "wp-cli/wp-cli": "~2.5.0",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2025-07-15T09:32:30+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "scripts-description": {
                    "test": "Run unit tests",
                    "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
                    "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "Action Scheduler for WordPress and WooCommerce",
            "homepage": "https://actionscheduler.org/",
            "support": {
                "issues": "https://github.com/woocommerce/action-scheduler/issues",
                "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
            },
            "install-path": "../woocommerce/action-scheduler"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
