{
    "packages": [
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v5.0.17",
            "version_normalized": "5.0.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-autoloader.git",
                "reference": "6933cc3d91d155ed6935d9c189077e7e1a8845bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/6933cc3d91d155ed6935d9c189077e7e1a8845bd",
                "reference": "6933cc3d91d155ed6935d9c189077e7e1a8845bd",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.2",
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/phpunit-select-config": "^1.0.5",
                "composer/composer": "^2.2",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "time": "2026-05-04T16:17:55+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-autoloader",
                "branch-alias": {
                    "dev-trunk": "5.0.x-dev"
                },
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
                },
                "version-constants": {
                    "::VERSION": "src/AutoloadGenerator.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Automattic\\Jetpack\\Autoloader\\": "src"
                },
                "classmap": [
                    "src/AutoloadGenerator.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Creates a custom autoloader for a plugin or theme.",
            "keywords": [
                "autoload",
                "autoloader",
                "composer",
                "jetpack",
                "plugin",
                "wordpress"
            ],
            "support": {
                "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.17"
            },
            "install-path": "../automattic/jetpack-autoloader"
        },
        {
            "name": "clue/stream-filter",
            "version": "v1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/stream-filter.git",
                "reference": "049509fef80032cb3f051595029ab75b49a3c2f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7",
                "reference": "049509fef80032cb3f051595029ab75b49a3c2f7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
            },
            "time": "2023-12-20T15:40:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "Clue\\StreamFilter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "A simple and modern approach to stream filtering in PHP",
            "homepage": "https://github.com/clue/stream-filter",
            "keywords": [
                "bucket brigade",
                "callback",
                "filter",
                "php_user_filter",
                "stream",
                "stream_filter_append",
                "stream_filter_register"
            ],
            "support": {
                "issues": "https://github.com/clue/stream-filter/issues",
                "source": "https://github.com/clue/stream-filter/tree/v1.7.0"
            },
            "funding": [
                {
                    "url": "https://clue.engineering/support",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "install-path": "../clue/stream-filter"
        },
        {
            "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": "gautammkgarg/psr-for-wordpress",
            "version": "v0.2",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/GautamMKGarg/psr-for-wordpress.git",
                "reference": "fd20ce5f6b0a7276d5a06e4fcf78b2d32c81aae7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GautamMKGarg/psr-for-wordpress/zipball/fd20ce5f6b0a7276d5a06e4fcf78b2d32c81aae7",
                "reference": "fd20ce5f6b0a7276d5a06e4fcf78b2d32c81aae7",
                "shasum": ""
            },
            "require": {
                "nyholm/psr7": "^1.5",
                "php": ">=8.1",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "php-http/client-integration-tests": "^4.0",
                "php-http/discovery": "^1.14",
                "php-http/httplug": "^2.0",
                "phpunit/phpunit": "^10.0 || ^11.0",
                "rmccue/requests": "^2.0"
            },
            "time": "2026-04-16T12:00:25+00:00",
            "type": "library",
            "extra": {
                "discovery": {
                    "psr/http-client-implementation": "GautamMKGarg\\PsrForWordPress\\Http\\Psr18Client"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GautamMKGarg\\PsrForWordPress\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Gautam Garg",
                    "homepage": "https://github.com/GautamMKGarg"
                }
            ],
            "description": "PSR-18 HTTP Client implementation for WordPress using the WordPress HTTP API (wp_remote_request) with fallback to WpOrg\\Requests for non-WordPress environments",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-17",
                "psr-18",
                "psr-7",
                "requests",
                "wordpress",
                "wp"
            ],
            "support": {
                "issues": "https://github.com/GautamMKGarg/psr-for-wordpress/issues",
                "source": "https://github.com/GautamMKGarg/psr-for-wordpress/tree/v0.2"
            },
            "install-path": "../gautammkgarg/psr-for-wordpress"
        },
        {
            "name": "konekt/pdf-invoice",
            "version": "1.15.0",
            "version_normalized": "1.15.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/artkonekt/pdf-invoice.git",
                "reference": "402bd75c8baf1aeefd4d51545ad8b5bbe2b580d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/artkonekt/pdf-invoice/zipball/402bd75c8baf1aeefd4d51545ad8b5bbe2b580d4",
                "reference": "402bd75c8baf1aeefd4d51545ad8b5bbe2b580d4",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "ext-mbstring": "*",
                "php": "^8.0",
                "setasign/fpdf": "~1.8.1"
            },
            "require-dev": {
                "phpunit/phpunit": "8 - 11"
            },
            "time": "2026-04-01T13:59:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Konekt\\PdfInvoice\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Attila Fulop",
                    "homepage": "https://github.com/fulopattila122"
                }
            ],
            "description": "Library to generate PDF invoices",
            "keywords": [
                "artkonekt",
                "invoice",
                "konekt",
                "pdf"
            ],
            "support": {
                "source": "https://github.com/artkonekt/pdf-invoice"
            },
            "install-path": "../konekt/pdf-invoice"
        },
        {
            "name": "moneyphp/money",
            "version": "v4.9.0",
            "version_normalized": "4.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/moneyphp/money.git",
                "reference": "d49ee625c6ba79b9d7a228ce153b02fc1032152b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/moneyphp/money/zipball/d49ee625c6ba79b9d7a228ce153b02fc1032152b",
                "reference": "d49ee625c6ba79b9d7a228ce153b02fc1032152b",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-filter": "*",
                "ext-json": "*",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "require-dev": {
                "cache/taggable-cache": "^1.1.0",
                "doctrine/coding-standard": "^12.0",
                "doctrine/instantiator": "^1.5.0 || ^2.0",
                "ext-gmp": "*",
                "ext-intl": "*",
                "florianv/exchanger": "^2.8.1",
                "florianv/swap": "^4.3.0",
                "moneyphp/crypto-currencies": "^1.1.0",
                "moneyphp/iso-currencies": "^3.4",
                "php-http/message": "^1.16.0",
                "php-http/mock-client": "^1.6.0",
                "phpbench/phpbench": "^1.2.5",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1.9",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^10.5.9",
                "psr/cache": "^1.0.1 || ^2.0 || ^3.0",
                "ticketswap/phpstan-error-formatter": "^1.1"
            },
            "suggest": {
                "ext-gmp": "Calculate without integer limits",
                "ext-intl": "Format Money objects with intl",
                "florianv/exchanger": "Exchange rates library for PHP",
                "florianv/swap": "Exchange rates library for PHP",
                "psr/cache-implementation": "Used for Currency caching"
            },
            "time": "2026-05-04T20:23:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Money\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mathias Verraes",
                    "email": "mathias@verraes.net",
                    "homepage": "http://verraes.net"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                },
                {
                    "name": "Frederik Bosch",
                    "email": "f.bosch@genkgo.nl"
                }
            ],
            "description": "PHP implementation of Fowler's Money pattern",
            "homepage": "http://moneyphp.org",
            "keywords": [
                "Value Object",
                "money",
                "vo"
            ],
            "support": {
                "issues": "https://github.com/moneyphp/money/issues",
                "source": "https://github.com/moneyphp/money/tree/v4.9.0"
            },
            "install-path": "../moneyphp/money"
        },
        {
            "name": "nyholm/psr7",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nyholm/psr7.git",
                "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3",
                "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http/message-factory-implementation": "1.0",
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "http-interop/http-factory-tests": "^0.9",
                "php-http/message-factory": "^1.0",
                "php-http/psr7-integration-tests": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony/error-handler": "^4.4"
            },
            "time": "2024-09-09T07:06:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nyholm\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                },
                {
                    "name": "Martijn van der Ven",
                    "email": "martijn@vanderven.se"
                }
            ],
            "description": "A fast PHP7 implementation of PSR-7",
            "homepage": "https://tnyholm.se",
            "keywords": [
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/Nyholm/psr7/issues",
                "source": "https://github.com/Nyholm/psr7/tree/1.8.2"
            },
            "funding": [
                {
                    "url": "https://github.com/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "../nyholm/psr7"
        },
        {
            "name": "omnipay/common",
            "version": "v3.5.1",
            "version_normalized": "3.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-common.git",
                "reference": "cd58a4e7b359b0c5b9748542d422b5cc0d4a692f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/cd58a4e7b359b0c5b9748542d422b5cc0d4a692f",
                "reference": "cd58a4e7b359b0c5b9748542d422b5cc0d4a692f",
                "shasum": ""
            },
            "require": {
                "moneyphp/money": "^3.1|^4.0.3",
                "php": "^8",
                "php-http/client-implementation": "^1",
                "php-http/discovery": "^1.14",
                "php-http/message": "^1.5",
                "psr/http-factory": "^1",
                "symfony/http-foundation": "^2.1|^3|^4|^5|^6|^7|^8"
            },
            "require-dev": {
                "http-interop/http-factory-guzzle": "^1.1",
                "omnipay/tests": "^4.1",
                "php-http/guzzle7-adapter": "^1",
                "php-http/message-factory": "^1.1",
                "php-http/mock-client": "^1.6",
                "squizlabs/php_codesniffer": "^3.8.1"
            },
            "suggest": {
                "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
            },
            "time": "2026-02-13T11:51:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Omnipay\\Common\\": "src/Common"
                },
                "classmap": [
                    "src/Omnipay.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Adrian Macneil",
                    "email": "adrian@adrianmacneil.com"
                },
                {
                    "name": "Barry vd. Heuvel",
                    "email": "barryvdh@gmail.com"
                },
                {
                    "name": "Jason Judge",
                    "email": "jason.judge@consil.co.uk"
                },
                {
                    "name": "Del"
                },
                {
                    "name": "Omnipay Contributors",
                    "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
                }
            ],
            "description": "Common components for Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-common",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-common/issues",
                "source": "https://github.com/thephpleague/omnipay-common/tree/v3.5.1"
            },
            "funding": [
                {
                    "url": "https://github.com/barryvdh",
                    "type": "github"
                }
            ],
            "install-path": "../omnipay/common"
        },
        {
            "name": "paytm/paytmchecksum",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/paytm/Paytm_PHP_Checksum.git",
                "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a",
                "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "time": "2024-10-14T06:18:21+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "paytm\\paytmchecksum\\": "paytmchecksum/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Soumya Vats",
                    "role": "Developer"
                }
            ],
            "description": "This is for paytm checksum creation and verification in PHP",
            "homepage": "https://developer.paytm.com/docs/checksum/#php",
            "keywords": [
                "Paytm PHP",
                "Paytm checksum",
                "Paytm payment",
                "Paytm signature",
                "checksum",
                "paytm",
                "signature"
            ],
            "support": {
                "issues": "https://github.com/paytm/Paytm_PHP_Checksum/issues",
                "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/master"
            },
            "install-path": "../paytm/paytmchecksum"
        },
        {
            "name": "php-http/discovery",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/discovery.git",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm/psr7": "<1.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "*",
                "psr/http-factory-implementation": "*",
                "psr/http-message-implementation": "*"
            },
            "require-dev": {
                "composer/composer": "^1.0.2|^2.0",
                "graham-campbell/phpspec-skip-example-extension": "^5.0",
                "php-http/httplug": "^1.0 || ^2.0",
                "php-http/message-factory": "^1.0",
                "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian/comparator": "^3.0.5 || ^4.0.8",
                "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "time": "2024-10-02T11:20:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Discovery\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/Composer/Plugin.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http://php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/php-http/discovery/issues",
                "source": "https://github.com/php-http/discovery/tree/1.20.0"
            },
            "install-path": "../php-http/discovery"
        },
        {
            "name": "php-http/message",
            "version": "1.16.2",
            "version_normalized": "1.16.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/message.git",
                "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
                "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
                "shasum": ""
            },
            "require": {
                "clue/stream-filter": "^1.5",
                "php": "^7.2 || ^8.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http/message-factory-implementation": "1.0"
            },
            "require-dev": {
                "ergebnis/composer-normalize": "^2.6",
                "ext-zlib": "*",
                "guzzlehttp/psr7": "^1.0 || ^2.0",
                "laminas/laminas-diactoros": "^2.0 || ^3.0",
                "php-http/message-factory": "^1.0.2",
                "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
                "slim/slim": "^3.0"
            },
            "suggest": {
                "ext-zlib": "Used with compressor/decompressor streams",
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
                "laminas/laminas-diactoros": "Used with Diactoros Factories",
                "slim/slim": "Used with Slim Framework PSR-7 implementation"
            },
            "time": "2024-10-02T11:34:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/filters.php"
                ],
                "psr-4": {
                    "Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "HTTP Message related tools",
            "homepage": "http://php-http.org",
            "keywords": [
                "http",
                "message",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/php-http/message/issues",
                "source": "https://github.com/php-http/message/tree/1.16.2"
            },
            "install-path": "../php-http/message"
        },
        {
            "name": "pronamic/ideal-issuers",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/ideal-issuers.git",
                "reference": "97308288279d669ea2a6578b5f5be6a65f62b127"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/ideal-issuers/zipball/97308288279d669ea2a6578b5f5be6a65f62b127",
                "reference": "97308288279d669ea2a6578b5f5be6a65f62b127",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "pronamic/wp-coding-standards": "^2.2",
                "pronamic/wp-pay-logos": "dev-main"
            },
            "suggest": {
                "pronamic/wp-pay-logos": "Add images to the iDEAL issuers"
            },
            "time": "2024-06-07T09:27:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\IDealIssuers\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.nl"
                }
            ],
            "support": {
                "issues": "https://github.com/pronamic/ideal-issuers/issues",
                "source": "https://github.com/pronamic/ideal-issuers/tree/v1.1.0"
            },
            "install-path": "../pronamic/ideal-issuers"
        },
        {
            "name": "pronamic/pronamic-pay-admin-reports",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/knit-pay-admin-reports",
                "reference": "47de561c2aa160e825dfabc42684e321c4b9b298"
            },
            "require": {
                "automattic/jetpack-autoloader": "^3.0 || ^4.0 || ^5.0",
                "php": ">=8.1",
                "pronamic/wp-money": "^2.4",
                "woocommerce/action-scheduler": "^3.8",
                "wp-pay/core": "^4.19"
            },
            "require-dev": {
                "overtrue/phplint": "^9.1",
                "php-coveralls/php-coveralls": "^2.7",
                "php-stubs/woocommerce-stubs": "^8.7",
                "php-stubs/wp-cli-stubs": "^2.10",
                "phpmd/phpmd": "^2.15",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.4",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^0.3.14",
                "wp-cli/wp-cli": "^2.10",
                "wp-phpunit/wp-phpunit": "^6.4",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2026-01-26T03:59:48+00:00",
            "default-branch": true,
            "type": "wordpress-plugin",
            "extra": {
                "installer-paths": {
                    "packages/{$vendor}/{$name}": [
                        "vendor:pronamic",
                        "vendor:wp-pay",
                        "vendor:wp-pay-extensions",
                        "vendor:wp-pay-gateways",
                        "woocommerce/action-scheduler"
                    ]
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\PronamicPayAdminReports\\": "php/classes/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "make-i18n-json": [
                    "wp i18n make-json languages/*.po --no-purge"
                ],
                "make-pot": [
                    "wp pronamic i18n make-pot . languages/pronamic-pay-fundraising.pot --slug='pronamic-pay-fundraising'"
                ],
                "update-po": [
                    "find languages/*.po -type f -exec msgmerge --update --backup=off {} languages/pronamic-pay-fundraising.pot \\;"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "vendor/bin/phplint"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "XDEBUG_MODE=off vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "xmllint-phpcs": [
                    "xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist"
                ],
                "xmllint": [
                    "@xmllint-phpcs"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "This plugin adds simple reporting functionality in the WordPress admin dashboard for the Pronamic Pay plugin.",
            "homepage": "https://www.pronamicpay.com/",
            "keywords": [
                "pay",
                "pronamic",
                "report",
                "reporting",
                "reports",
                "wordpress",
                "wp",
                "wp-admin"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/pronamic/pronamic-pay-admin-reports/issues",
                "source": "https://github.com/pronamic/pronamic-pay-admin-reports"
            },
            "install-path": "../../packages/pronamic/pronamic-pay-admin-reports"
        },
        {
            "name": "pronamic/wp-datetime",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-datetime.git",
                "reference": "c4beb8efc81eb522f9fb63f4339e5f00f97e8383"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-datetime/zipball/c4beb8efc81eb522f9fb63f4339e5f00f97e8383",
                "reference": "c4beb8efc81eb522f9fb63f4339e5f00f97e8383",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "automattic/wordbless": "^0.4.1",
                "bamarni/composer-bin-plugin": "^1.4",
                "koodimonni-language/core-de_de": "*",
                "koodimonni-language/core-en_gb": "*",
                "koodimonni-language/core-fr_fr": "*",
                "koodimonni-language/core-ja": "*",
                "koodimonni-language/core-nl_nl": "*",
                "overtrue/phplint": "^9.0",
                "php-coveralls/php-coveralls": "^2.4",
                "php-stubs/wordpress-globals": "^0.2.0",
                "phpmd/phpmd": "^2.9",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.0",
                "roots/wordpress": "^6.0",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2026-03-23T08:19:30+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\DateTime\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "WordPress DateTime library.",
            "support": {
                "issues": "https://github.com/pronamic/wp-datetime/issues",
                "source": "https://github.com/pronamic/wp-datetime/tree/v2.2.0"
            },
            "install-path": "../../packages/pronamic/wp-datetime"
        },
        {
            "name": "pronamic/wp-gravityforms-nl",
            "version": "v3.0.10",
            "version_normalized": "3.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-gravityforms-nl.git",
                "reference": "12cc7fbf50e0bc987f4f445a686f59f31da5ea52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-gravityforms-nl/zipball/12cc7fbf50e0bc987f4f445a686f59f31da5ea52",
                "reference": "12cc7fbf50e0bc987f4f445a686f59f31da5ea52",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8",
                "koodimonni-language/core-nl_nl": "*",
                "php-coveralls/php-coveralls": "^2.7",
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.4",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-phpunit/wp-phpunit": "^6.4",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2024-12-17T13:16:24+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\GravityFormsNL\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "WordPress Gravity Forms (nl) library.",
            "support": {
                "issues": "https://github.com/pronamic/wp-gravityforms-nl/issues",
                "source": "https://github.com/pronamic/wp-gravityforms-nl/tree/v3.0.10"
            },
            "install-path": "../../packages/pronamic/wp-gravityforms-nl"
        },
        {
            "name": "pronamic/wp-html",
            "version": "v2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-html.git",
                "reference": "96e82b561334215d54af2d1abf25806bceaa7e2e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-html/zipball/96e82b561334215d54af2d1abf25806bceaa7e2e",
                "reference": "96e82b561334215d54af2d1abf25806bceaa7e2e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "automattic/wordbless": "^0.4.1",
                "bamarni/composer-bin-plugin": "^1.8",
                "php-coveralls/php-coveralls": "^2.6",
                "php-stubs/wordpress-globals": "^0.2.0",
                "phpmd/phpmd": "^2.14",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.0",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^4.30",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2024-12-17T12:41:40+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Html\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "description": "WordPress HTML library.",
            "support": {
                "issues": "https://github.com/pronamic/wp-html/issues",
                "source": "https://github.com/pronamic/wp-html/tree/v2.2.2"
            },
            "install-path": "../../packages/pronamic/wp-html"
        },
        {
            "name": "pronamic/wp-http",
            "version": "v1.2.4",
            "version_normalized": "1.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-http.git",
                "reference": "0980eb542383b4abfd3e844dcdf9e1dcebfa2062"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-http/zipball/0980eb542383b4abfd3e844dcdf9e1dcebfa2062",
                "reference": "0980eb542383b4abfd3e844dcdf9e1dcebfa2062",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "automattic/wordbless": "^0.3 || ^0.4",
                "bamarni/composer-bin-plugin": "^1.4",
                "php-coveralls/php-coveralls": "^2.4",
                "phpmd/phpmd": "^2.9",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^0.3.14",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2024-12-17T12:45:36+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Http\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "description": "WordPress HTTP library.",
            "support": {
                "issues": "https://github.com/pronamic/wp-http/issues",
                "source": "https://github.com/pronamic/wp-http/tree/v1.2.4"
            },
            "install-path": "../../packages/pronamic/wp-http"
        },
        {
            "name": "pronamic/wp-money",
            "version": "v2.4.4",
            "version_normalized": "2.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-money.git",
                "reference": "f2762d981b1d6ab8739b6f74a9f5ff21bd759efc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-money/zipball/f2762d981b1d6ab8739b6f74a9f5ff21bd759efc",
                "reference": "f2762d981b1d6ab8739b6f74a9f5ff21bd759efc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4",
                "pronamic/wp-number": "^1.3"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "koodimonni-language/de_de": "*",
                "koodimonni-language/fr_fr": "*",
                "koodimonni-language/nl_nl": "*",
                "overtrue/phplint": "^9.0",
                "php-coveralls/php-coveralls": "^2.4",
                "phpmd/phpmd": "^2.4",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^1.3",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "vlucas/phpdotenv": "^2.0",
                "wp-phpunit/wp-phpunit": "^6.1",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2024-10-02T08:04:48+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Money\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "WordPress Money library.",
            "support": {
                "issues": "https://github.com/pronamic/wp-money/issues",
                "source": "https://github.com/pronamic/wp-money/tree/v2.4.4"
            },
            "install-path": "../../packages/pronamic/wp-money"
        },
        {
            "name": "pronamic/wp-number",
            "version": "v1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-number.git",
                "reference": "263adc9fd881bd9393826b385cfa85b50c3dcbe8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-number/zipball/263adc9fd881bd9393826b385cfa85b50c3dcbe8",
                "reference": "263adc9fd881bd9393826b385cfa85b50c3dcbe8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "koodimonni-language/core-de_de": "*",
                "koodimonni-language/core-fr_fr": "*",
                "koodimonni-language/core-nl_nl": "*",
                "overtrue/phplint": "^4.5",
                "php-coveralls/php-coveralls": "^2.5",
                "phpmd/phpmd": "^2.13",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "*",
                "wp-phpunit/wp-phpunit": "^6.1",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2026-03-23T08:26:29+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Number\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "https://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "https://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "WordPress Number library.",
            "keywords": [
                "Double",
                "calculator",
                "float",
                "i18n",
                "int",
                "number",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/pronamic/wp-number/issues",
                "source": "https://github.com/pronamic/wp-number/tree/v1.4.1"
            },
            "install-path": "../../packages/pronamic/wp-number"
        },
        {
            "name": "pronamic/wp-pay-logos",
            "version": "v2.3.2",
            "version_normalized": "2.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pronamic/wp-pay-logos.git",
                "reference": "a430833c031a7f88e30ea4f196ae3ad3beb24823"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pronamic/wp-pay-logos/zipball/a430833c031a7f88e30ea4f196ae3ad3beb24823",
                "reference": "a430833c031a7f88e30ea4f196ae3ad3beb24823",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony/console": "^5.1",
                "symfony/filesystem": "^5.1",
                "symfony/finder": "^5.1"
            },
            "time": "2025-12-01T15:29:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WpPayLogos\\": "php/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.nl"
                }
            ],
            "support": {
                "issues": "https://github.com/pronamic/wp-pay-logos/issues",
                "source": "https://github.com/pronamic/wp-pay-logos/tree/v2.3.2"
            },
            "install-path": "../pronamic/wp-pay-logos"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "razorpay/razorpay",
            "version": "2.9.2",
            "version_normalized": "2.9.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/razorpay/razorpay-php.git",
                "reference": "c5cf59941eb2d888e80371328d932e6e8266d352"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/c5cf59941eb2d888e80371328d932e6e8266d352",
                "reference": "c5cf59941eb2d888e80371328d932e6e8266d352",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.3",
                "rmccue/requests": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "raveren/kint": "1.*"
            },
            "time": "2025-08-05T07:13:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Deprecated.php"
                ],
                "psr-4": {
                    "Razorpay\\Api\\": "src/",
                    "Razorpay\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Abhay Rana",
                    "email": "nemo@razorpay.com",
                    "homepage": "https://captnemo.in",
                    "role": "Developer"
                },
                {
                    "name": "Shashank Kumar",
                    "email": "shashank@razorpay.com",
                    "role": "Developer"
                }
            ],
            "description": "Razorpay PHP Client Library",
            "homepage": "https://docs.razorpay.com",
            "keywords": [
                "api",
                "client",
                "php",
                "razorpay"
            ],
            "support": {
                "email": "contact@razorpay.com",
                "issues": "https://github.com/Razorpay/razorpay-php/issues",
                "source": "https://github.com/Razorpay/razorpay-php"
            },
            "install-path": "../razorpay/razorpay"
        },
        {
            "name": "setasign/fpdf",
            "version": "1.8.6",
            "version_normalized": "1.8.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Setasign/FPDF.git",
                "reference": "0838e0ee4925716fcbbc50ad9e1799b5edfae0a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Setasign/FPDF/zipball/0838e0ee4925716fcbbc50ad9e1799b5edfae0a0",
                "reference": "0838e0ee4925716fcbbc50ad9e1799b5edfae0a0",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-zlib": "*"
            },
            "time": "2023-06-26T14:44:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "fpdf.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Olivier Plathey",
                    "email": "oliver@fpdf.org",
                    "homepage": "http://fpdf.org/"
                }
            ],
            "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
            "homepage": "http://www.fpdf.org",
            "keywords": [
                "fpdf",
                "pdf"
            ],
            "support": {
                "source": "https://github.com/Setasign/FPDF/tree/1.8.6"
            },
            "install-path": "../setasign/fpdf"
        },
        {
            "name": "stripe/stripe-php",
            "version": "v7.128.0",
            "version_normalized": "7.128.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stripe/stripe-php.git",
                "reference": "c704949c49b72985c76cc61063aa26fefbd2724e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
                "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.5.0",
                "phpstan/phpstan": "^1.2",
                "phpunit/phpunit": "^5.7 || ^9.0",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "time": "2022-05-05T17:18:02+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Stripe\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stripe and contributors",
                    "homepage": "https://github.com/stripe/stripe-php/contributors"
                }
            ],
            "description": "Stripe PHP Library",
            "homepage": "https://stripe.com/",
            "keywords": [
                "api",
                "payment processing",
                "stripe"
            ],
            "support": {
                "issues": "https://github.com/stripe/stripe-php/issues",
                "source": "https://github.com/stripe/stripe-php/tree/v7.128.0"
            },
            "install-path": "../stripe/stripe-php"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.7.0",
            "version_normalized": "3.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b",
                "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2026-04-13T15:52:40+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v6.4.35",
            "version_normalized": "6.4.35.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "cffffd0a2c037117b742b4f8b379a22a2a33f6d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cffffd0a2c037117b742b4f8b379a22a2a33f6d2",
                "reference": "cffffd0a2c037117b742b4f8b379a22a2a33f6d2",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php83": "^1.27"
            },
            "conflict": {
                "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13.1|^3|^4",
                "predis/predis": "^1.1|^2.0",
                "symfony/cache": "^6.4.12|^7.1.5",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
                "symfony/mime": "^5.4|^6.0|^7.0",
                "symfony/rate-limiter": "^5.4|^6.0|^7.0"
            },
            "time": "2026-03-06T11:15:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v6.4.35"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-foundation"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
                "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2026-04-10T17:25:58+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php83",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php83.git",
                "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/3600c2cb22399e25bb226e4a135ce91eeb2a6149",
                "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-04-10T17:25:58+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php83\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.37.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php83"
        },
        {
            "name": "viison/address-splitter",
            "version": "0.3.4",
            "version_normalized": "0.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pickware/address-splitter.git",
                "reference": "ebad709276aaadce94a3a1fe2507aa38a467a94a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pickware/address-splitter/zipball/ebad709276aaadce94a3a1fe2507aa38a467a94a",
                "reference": "ebad709276aaadce94a3a1fe2507aa38a467a94a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "time": "2019-10-24T09:23:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "VIISON\\AddressSplitter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "VIISON GmbH",
                    "email": "contact@viison.com"
                }
            ],
            "description": "Tries to split an address line into street name, house number and other additional information like building, apartment information etc.",
            "support": {
                "issues": "https://github.com/pickware/address-splitter/issues",
                "source": "https://github.com/pickware/address-splitter/tree/0.3.4"
            },
            "install-path": "../viison/address-splitter"
        },
        {
            "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": "../../packages/woocommerce/action-scheduler"
        },
        {
            "name": "wp-pay-extensions/charitable",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-charitable",
                "reference": "ad888018746ead87e3f896fbe3f81dbdc694541c"
            },
            "require": {
                "php": ">=7.4",
                "wp-pay/core": "^4.9"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "php-coveralls/php-coveralls": "^2.5",
                "phpmd/phpmd": "^2.9",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.0",
                "pronamic/wp-coding-standards": "^1.3",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-phpunit/wp-phpunit": "^6.1",
                "wpackagist-plugin/charitable": "^1.7",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-12-28T13:11:39+00:00",
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\Charitable\\": "src/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "post-install-cmd": [
                    "echo 'Optionally run: composer bin all install'"
                ],
                "post-update-cmd": [
                    "echo 'Optionally run: composer bin all update'"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Charitable driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/charitable/",
            "keywords": [
                "charitable",
                "extension",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/charitable/issues",
                "source": "https://github.com/wp-pay-extensions/charitable"
            },
            "install-path": "../../packages/wp-pay-extensions/charitable"
        },
        {
            "name": "wp-pay-extensions/easy-digital-downloads",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-easy-digital-downloads",
                "reference": "d75a00694d277c222969454421d49177fc7b9888"
            },
            "require": {
                "php": ">=8.0",
                "wp-pay/core": "^4.16"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8",
                "php-coveralls/php-coveralls": "^2.7",
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.4",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-phpunit/wp-phpunit": "^6.4",
                "wpackagist-plugin/easy-digital-downloads": "^3.2",
                "wpackagist-plugin/wordpress-seo": "^22.3",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2025-12-28T13:17:45+00:00",
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\EasyDigitalDownloads\\": "src"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "post-install-cmd": [
                    "echo 'Optionally run: composer bin all install'"
                ],
                "post-update-cmd": [
                    "echo 'Optionally run: composer bin all update'"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Easy Digital Downloads driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/easy-digital-downloads/",
            "keywords": [
                "digital",
                "downlaods",
                "easy",
                "edd",
                "extension",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/easy-digital-downloads/issues",
                "source": "https://github.com/wp-pay-extensions/easy-digital-downloads"
            },
            "install-path": "../../packages/wp-pay-extensions/easy-digital-downloads"
        },
        {
            "name": "wp-pay-extensions/formidable-forms",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-formidable-forms",
                "reference": "1b260744b1d93080a7b11d1395cedfeb1dd687fc"
            },
            "require": {
                "php": ">=7.4",
                "wp-pay/core": "^4.6"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "php-coveralls/php-coveralls": "^2.5",
                "phpmd/phpmd": "^2.7",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.0",
                "pronamic/wp-coding-standards": "^1.3",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-phpunit/wp-phpunit": "^6.1",
                "wpackagist-plugin/formidable": "^5.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-12-28T13:21:32+00:00",
            "default-branch": true,
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\FormidableForms\\": "src/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "post-install-cmd": [
                    "echo 'Optionally run: composer bin all install'"
                ],
                "post-update-cmd": [
                    "echo 'Optionally run: composer bin all update'"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Formidable Forms driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/formidable-forms/",
            "keywords": [
                "extension",
                "formidable",
                "forms",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/formidable-forms/issues",
                "source": "https://github.com/wp-pay-extensions/formidable-forms"
            },
            "install-path": "../../packages/wp-pay-extensions/formidable-forms"
        },
        {
            "name": "wp-pay-extensions/give",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-give",
                "reference": "6e4fffa8f8176b0be18ea5eb11baa2be438c2600"
            },
            "require": {
                "php": ">=7.4",
                "wp-pay/core": "^4.6"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "php-coveralls/php-coveralls": "^2.5",
                "phpmd/phpmd": "^2.7",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.0",
                "pronamic/wp-coding-standards": "^1.3",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-phpunit/wp-phpunit": "^6.1",
                "wpackagist-plugin/give": "^2.9",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-12-28T13:46:06+00:00",
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\Give\\": "src/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "post-install-cmd": [
                    "echo 'Optionally run: composer bin all install'"
                ],
                "post-update-cmd": [
                    "echo 'Optionally run: composer bin all update'"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Give driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/give/",
            "keywords": [
                "extension",
                "give",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/give/issues",
                "source": "https://github.com/wp-pay-extensions/give"
            },
            "install-path": "../../packages/wp-pay-extensions/give"
        },
        {
            "name": "wp-pay-extensions/gravityforms",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-gravityforms",
                "reference": "a4890d876eda7976a7bf5f57de51a4dc516f3345"
            },
            "require": {
                "automattic/jetpack-autoloader": "^3.0 || ^4.0 || ^5.0",
                "composer/installers": "^2.2",
                "php": ">=8.1",
                "pronamic/ideal-issuers": "^1.1",
                "pronamic/wp-datetime": "^2.1",
                "pronamic/wp-gravityforms-nl": "^3.0",
                "pronamic/wp-money": "^2.4",
                "pronamic/wp-number": "^1.3",
                "pronamic/wp-pay-logos": "^2.2",
                "woocommerce/action-scheduler": "^3.7",
                "wp-pay/core": "^4.19"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.7",
                "phpmd/phpmd": "^2.15",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.11",
                "pronamic/gravityforms": "^2.8",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "pronamic/wp-documentor": "^1.4",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.24",
                "wp-pay-gateways/mollie": "^4.12",
                "wp-phpunit/wp-phpunit": "^6.4",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2026-01-26T19:35:14+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "installer-paths": {
                    "packages/{$vendor}/{$name}": [
                        "pronamic/wp-datetime",
                        "pronamic/wp-gravityforms-nl",
                        "pronamic/wp-html",
                        "pronamic/wp-http",
                        "pronamic/wp-mollie",
                        "pronamic/wp-money",
                        "pronamic/wp-number",
                        "vendor:wp-pay",
                        "vendor:wp-pay-extensions",
                        "vendor:wp-pay-gateways",
                        "woocommerce/action-scheduler"
                    ]
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\GravityForms\\": "src/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "build-docs": [
                    "vendor/bin/wp-documentor parse src --format=markdown --relative=docs > docs/hooks.md"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Gravity Forms driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/gravityforms/",
            "keywords": [
                "extension",
                "gravityforms",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/gravityforms/issues",
                "source": "https://github.com/wp-pay-extensions/gravityforms"
            },
            "install-path": "../../packages/wp-pay-extensions/gravityforms"
        },
        {
            "name": "wp-pay-extensions/memberpress",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-memberpress",
                "reference": "b052495c07c8be5d501cc65e88774af0d79fa4c4"
            },
            "require": {
                "php": ">=7.4",
                "woocommerce/action-scheduler": "^3.4",
                "wp-pay/core": "^4.9"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4",
                "php-coveralls/php-coveralls": "^2.5",
                "php-stubs/wp-cli-stubs": "^2.10",
                "phpmd/phpmd": "^2.7",
                "phpstan/phpstan": "^1.11",
                "pronamic/memberpress": "^1.9",
                "pronamic/pronamic-cli": "^1.0",
                "pronamic/wp-coding-standards": "^2.0",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-cli/wp-cli": "^2.5",
                "wp-phpunit/wp-phpunit": "^6.1",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-12-28T14:02:34+00:00",
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\MemberPress\\": "src/"
                }
            },
            "scripts": {
                "build": [
                    "vendor/bin/pronamic wp-build"
                ],
                "ci": [
                    "@phplint",
                    "@phpcs",
                    "@coverage",
                    "@phpstan"
                ],
                "coverage": [
                    "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover build/logs/clover.xml --coverage-text"
                ],
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "post-install-cmd": [
                    "echo 'Optionally run: composer bin all install'"
                ],
                "post-update-cmd": [
                    "echo 'Optionally run: composer bin all update'"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "release": [
                    "@build",
                    "vendor/bin/pronamic release-to-github"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "MemberPress driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/memberpress/",
            "keywords": [
                "extension",
                "memberpress",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/memberpress/issues",
                "source": "https://github.com/wp-pay-extensions/memberpress"
            },
            "install-path": "../../packages/wp-pay-extensions/memberpress"
        },
        {
            "name": "wp-pay-extensions/ninjaforms",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-ninjaforms",
                "reference": "eea1d5e48c572d5edb31c16ab254a6737d99449f"
            },
            "require": {
                "php": ">=8.0",
                "wp-pay/core": "^4.16"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8",
                "overtrue/phplint": "^9.1",
                "php-coveralls/php-coveralls": "^2.7",
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.4",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.25",
                "wp-phpunit/wp-phpunit": "^6.4",
                "wpackagist-plugin/ninja-forms": "^3.8",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2025-12-28T14:15:04+00:00",
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\NinjaForms\\": "src/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "vendor/bin/phplint"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests ansi phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "post-install-cmd": [
                    "echo 'Optionally run: composer bin all install'"
                ],
                "post-update-cmd": [
                    "echo 'Optionally run: composer bin all update'"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "qa": [
                    "@phpcs",
                    "@phplint"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Ruben Droogh",
                    "homepage": "http://www.rubendroogh.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Ninja Forms driver for the WordPress payment processing library.",
            "keywords": [
                "extension",
                "forms",
                "ninja",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/ninjaforms/issues",
                "source": "https://github.com/wp-pay-extensions/ninjaforms"
            },
            "install-path": "../../packages/wp-pay-extensions/ninjaforms"
        },
        {
            "name": "wp-pay-extensions/restrict-content-pro",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-restrict-content-pro",
                "reference": "0810c2427feb6dc5552d3bdb28b78289fcbfd5b1"
            },
            "require": {
                "automattic/jetpack-autoloader": "^3.0 || ^4.0 || ^5.0",
                "php": ">=8.1",
                "pronamic/wp-money": "^2.2",
                "woocommerce/action-scheduler": "^3.7",
                "wp-pay-gateways/mollie": "^4.10",
                "wp-pay/core": "^4.17"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.5",
                "phpmd/phpmd": "^2.7",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.0",
                "pronamic/wp-coding-standards": "^2.1",
                "roots/wordpress": "^6.0",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.24",
                "wp-cli/wp-cli": "^2.10",
                "wp-phpunit/wp-phpunit": "^6.5",
                "wpackagist-plugin/restrict-content": "^3.2",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2026-01-23T09:35:05+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "installer-paths": {
                    "packages/{$vendor}/{$name}": [
                        "vendor:pronamic",
                        "vendor:wp-pay",
                        "vendor:wp-pay-extensions",
                        "vendor:wp-pay-gateways",
                        "woocommerce/action-scheduler"
                    ]
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\RestrictContent\\": "src/"
                }
            },
            "scripts": {
                "build": [
                    "vendor/bin/pronamic wp-build"
                ],
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "find src tests -name '*.php' | xargs -n 1 -P 4 php -l"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit --colors=always"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "release": [
                    "@build",
                    "vendor/bin/pronamic release-to-github"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Restrict Content (Pro) driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/restrict-content-pro/",
            "keywords": [
                "content",
                "extension",
                "pay",
                "pro",
                "pronamic",
                "restrict",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/restrict-content-pro/issues",
                "source": "https://github.com/wp-pay-extensions/restrict-content-pro"
            },
            "install-path": "../../packages/wp-pay-extensions/restrict-content-pro"
        },
        {
            "name": "wp-pay-extensions/woocommerce",
            "version": "dev-knitpay-master",
            "version_normalized": "dev-knitpay-master",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/extension-woocommerce",
                "reference": "1aa24b40118c3afb3e1cee30a0ecf87dc5f45457"
            },
            "require": {
                "automattic/jetpack-autoloader": "^3.0 || ^4.0 || ^5.0",
                "php": ">=8.1",
                "pronamic/wp-html": "^2.2",
                "woocommerce/action-scheduler": "^3.7",
                "wp-pay/core": "^4.26"
            },
            "require-dev": {
                "overtrue/phplint": "^9.1",
                "php-coveralls/php-coveralls": "^2.7",
                "php-stubs/woocommerce-stubs": "^8.7",
                "php-stubs/wp-cli-stubs": "^2.10",
                "phpmd/phpmd": "^2.15",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/woocommerce-subscriptions": "^6.0",
                "pronamic/wp-coding-standards": "^2.2",
                "roots/wordpress": "^6.4",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^0.3.14",
                "wp-cli/wp-cli": "^2.10",
                "wp-pay-gateways/mollie": "^4.15",
                "wp-phpunit/wp-phpunit": "^6.4",
                "wpackagist-plugin/woocommerce": "^8.7",
                "yoast/phpunit-polyfills": "^2.0",
                "yoast/wordpress-seo": "^22.3"
            },
            "time": "2026-02-24T06:33:19+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "installer-paths": {
                    "packages/{$vendor}/{$name}": [
                        "vendor:pronamic",
                        "vendor:wp-pay",
                        "vendor:wp-pay-extensions",
                        "vendor:wp-pay-gateways",
                        "woocommerce/action-scheduler"
                    ]
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\Extensions\\WooCommerce\\": "src/"
                }
            },
            "scripts": {
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "make-i18n-json": [
                    "wp i18n make-json languages/*.po --no-purge"
                ],
                "make-pot": [
                    "wp i18n make-pot . languages/pronamic-pay-woocommerce.pot --slug='pronamic-pay-woocommerce'"
                ],
                "update-po": [
                    "find languages/*.po -type f -exec msgmerge --update --backup=off {} languages/pronamic-pay-woocommerce.pot \\;"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "vendor/bin/phplint"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "XDEBUG_MODE=off vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "xmllint-phpcs": [
                    "xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist"
                ],
                "xmllint": [
                    "@xmllint-phpcs"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "http://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "http://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "WooCommerce driver for the WordPress payment processing library.",
            "homepage": "http://www.wp-pay.org/extensions/woocommerce/",
            "keywords": [
                "extension",
                "pay",
                "pronamic",
                "woocommerce",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay-extensions/woocommerce/issues",
                "source": "https://github.com/wp-pay-extensions/woocommerce"
            },
            "install-path": "../../packages/wp-pay-extensions/woocommerce"
        },
        {
            "name": "wp-pay/core",
            "version": "4.26.0.3",
            "version_normalized": "4.26.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/knit-pay/wp-pay-core",
                "reference": "7f48cc91a68d9b3cdf4e20f3cf558eb2aadfe59e"
            },
            "require": {
                "automattic/jetpack-autoloader": "^3.0 || ^4.0 || ^5.0",
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "php": ">=7.4",
                "pronamic/wp-datetime": "^2.1",
                "pronamic/wp-html": "^2.2",
                "pronamic/wp-http": "^1.2",
                "pronamic/wp-money": "^2.3",
                "pronamic/wp-number": "^1.3",
                "pronamic/wp-pay-logos": "^2.2",
                "viison/address-splitter": "^0.3.4",
                "woocommerce/action-scheduler": "^3.8"
            },
            "require-dev": {
                "overtrue/phplint": "^9.4",
                "php-coveralls/php-coveralls": "^2.4",
                "php-stubs/wordpress-globals": "^0.2.0",
                "php-stubs/wp-cli-stubs": "^2.4",
                "phpmd/phpmd": "^2.9",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.11",
                "pronamic/pronamic-cli": "^1.1",
                "pronamic/wp-coding-standards": "^2.0",
                "pronamic/wp-documentor": "^1.4",
                "rector/rector": "^1.2",
                "roots/wordpress-no-content": "^6.7",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "vimeo/psalm": "^5.24",
                "wordpress/sqlite-database-integration": "^2.1",
                "wp-cli/wp-cli": "^2.3",
                "wp-phpunit/wp-phpunit": "^6.1",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2026-05-06T14:00:37+00:00",
            "type": "wordpress-plugin",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Pronamic\\WordPress\\Pay\\": "src/"
                },
                "files": [
                    "includes/functions.php"
                ]
            },
            "scripts": {
                "build": [
                    "vendor/bin/pronamic wp-build"
                ],
                "ci": [
                    "@phplint",
                    "@phpcs",
                    "@coverage",
                    "@phpstan"
                ],
                "coverage": [
                    "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover build/logs/clover.xml --coverage-text"
                ],
                "coverage-clover": [
                    "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
                ],
                "coverage-html": [
                    "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html build/coverage-html"
                ],
                "coverage-text": [
                    "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text"
                ],
                "coveralls": [
                    "vendor/bin/php-coveralls -v"
                ],
                "phpcbf": [
                    "XDEBUG_MODE=off vendor/bin/phpcbf"
                ],
                "phpcs": [
                    "XDEBUG_MODE=off vendor/bin/phpcs -s -v"
                ],
                "phplint": [
                    "vendor/bin/phplint"
                ],
                "phpmd": [
                    "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php"
                ],
                "phpstan": [
                    "XDEBUG_MODE=off vendor/bin/phpstan analyse --memory-limit=-1"
                ],
                "phpunit": [
                    "vendor/bin/phpunit --colors=always"
                ],
                "psalm": [
                    "vendor/bin/psalm"
                ],
                "release": [
                    "@build",
                    "vendor/bin/pronamic release-to-github"
                ],
                "xmllint-phpcs": [
                    "xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist"
                ],
                "xmllint": [
                    "@xmllint-phpcs"
                ],
                "build-docs": [
                    "XDEBUG_MODE=off vendor/bin/wp-documentor parse src --format=markdown --relative=docs > docs/hooks.md"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pronamic",
                    "email": "info@pronamic.eu",
                    "homepage": "https://www.pronamic.eu/",
                    "role": "Company"
                },
                {
                    "name": "Remco Tolsma",
                    "email": "info@remcotolsma.nl",
                    "homepage": "https://www.remcotolsma.nl/",
                    "role": "Developer"
                }
            ],
            "description": "Core components for the WordPress payment processing library.",
            "homepage": "https://www.wp-pay.org/",
            "keywords": [
                "core",
                "gateway",
                "pay",
                "pronamic",
                "wordpress",
                "wp"
            ],
            "support": {
                "email": "support@wp-pay.org",
                "issues": "https://github.com/wp-pay/core/issues",
                "source": "https://github.com/wp-pay/core"
            },
            "install-path": "../../packages/wp-pay/core"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
