{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "4aa3860b7f2a31673fb3a2598f9cb9a5",
    "packages": [
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-autoloader.git",
                "reference": "bbf43988d1538a9f2678809b0868dc42111d0b12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/bbf43988d1538a9f2678809b0868dc42111d0b12",
                "reference": "bbf43988d1538a9f2678809b0868dc42111d0b12",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^4.0.2",
                "yoast/phpunit-polyfills": "1.1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "autotagger": true,
                "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
                "mirror-repo": "Automattic/jetpack-autoloader",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
                },
                "version-constants": {
                    "::VERSION": "src/AutoloadGenerator.php"
                },
                "branch-alias": {
                    "dev-trunk": "3.0.x-dev"
                }
            },
            "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/v3.0.2"
            },
            "time": "2023-11-21T18:59:10+00:00"
        },
        {
            "name": "lucassmacedo/omnipay-mercadopago",
            "version": "1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/lucassmacedo/omnipay-mercadopago.git",
                "reference": "c95c3158dae44bb3152bca6779f562180e80a365"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lucassmacedo/omnipay-mercadopago/zipball/c95c3158dae44bb3152bca6779f562180e80a365",
                "reference": "c95c3158dae44bb3152bca6779f562180e80a365",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "^3.0"
            },
            "require-dev": {
                "omnipay/tests": "^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Omnipay\\MercadoPago\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lucas Macedo",
                    "email": "luuckymacedo@gmail.com"
                }
            ],
            "description": "MercadoPago gateway for OmniPay",
            "homepage": "https://github.com/lucassmacedo/omnipay-mercadopago",
            "keywords": [
                "PHPeste",
                "gateway",
                "mercadopago",
                "merchant",
                "mp",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/lucassmacedo/omnipay-mercadopago/issues",
                "source": "https://github.com/lucassmacedo/omnipay-mercadopago/tree/master"
            },
            "time": "2019-05-17T21:03:14+00:00"
        },
        {
            "name": "omnipay/payfast",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-payfast.git",
                "reference": "64fc450cbca608cbb3f6e9f99be39fa05600dc23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/64fc450cbca608cbb3f6e9f99be39fa05600dc23",
                "reference": "64fc450cbca608cbb3f6e9f99be39fa05600dc23",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.3|^7.0",
                "league/omnipay": "^3",
                "omnipay/common": "^3.0"
            },
            "require-dev": {
                "omnipay/tests": "^3.1",
                "squizlabs/php_codesniffer": "^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\PayFast\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Adrian Macneil",
                    "email": "adrian@adrianmacneil.com"
                },
                {
                    "name": "Omnipay Contributors",
                    "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors"
                }
            ],
            "description": "PayFast driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-payfast",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payfast",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-payfast/issues",
                "source": "https://github.com/thephpleague/omnipay-payfast/tree/v3.1.0"
            },
            "time": "2021-01-08T07:33:09+00:00"
        },
        {
            "name": "paystackhq/omnipay-paystack",
            "version": "v1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PaystackHQ/omnipay-paystack.git",
                "reference": "31740ac6e874cd97aab29cae22bb89b639889038"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PaystackHQ/omnipay-paystack/zipball/31740ac6e874cd97aab29cae22bb89b639889038",
                "reference": "31740ac6e874cd97aab29cae22bb89b639889038",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "^3.0",
                "php": "^7.0"
            },
            "require-dev": {
                "omnipay/tests": "~3.0",
                "phpro/grumphp": "^0.14",
                "squizlabs/php_codesniffer": "^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Paystack\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paystack Integrations",
                    "email": "support@paystack.com",
                    "homepage": "https://www.paystack.com"
                }
            ],
            "description": "The Paystack gateway for Omnipay",
            "homepage": "https://github.com/paystackhq/omnipay-paystack",
            "keywords": [
                "omnipay",
                "paystack"
            ],
            "support": {
                "issues": "https://github.com/PaystackHQ/omnipay-paystack/issues",
                "source": "https://github.com/PaystackHQ/omnipay-paystack/tree/master"
            },
            "time": "2020-06-17T09:55:53+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.4"
    },
    "plugin-api-version": "2.3.0"
}
