{
    "packages": [
        {
            "name": "2checkout/2checkout-php",
            "version": "v0.4.0",
            "version_normalized": "0.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/2Checkout/2checkout-php.git",
                "reference": "78b10608af816b79ec19dad6879a5f956bf9b5f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/2Checkout/2checkout-php/zipball/78b10608af816b79ec19dad6879a5f956bf9b5f0",
                "reference": "78b10608af816b79ec19dad6879a5f956bf9b5f0",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "time": "2020-05-12T14:59:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Twocheckout": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Craig Christenson",
                    "email": "christensoncraig@gmail.com",
                    "homepage": "https://github.com/craigchristenson"
                }
            ],
            "description": "2Checkout PHP Library",
            "homepage": "https://github.com/2Checkout/2checkout-php",
            "keywords": [
                "2checkout",
                "2co",
                "gateway",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/2Checkout/2checkout-php/issues",
                "source": "https://github.com/2Checkout/2checkout-php/tree/v0.4.0"
            },
            "install-path": "../2checkout/2checkout-php"
        },
        {
            "name": "coinpaymentsnet/coinpayments-php",
            "version": "v1.4",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/CoinPaymentsNet/coinpayments-php.git",
                "reference": "e7e9f8820c2179f49605aa861d7c7bd485b3c88c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/CoinPaymentsNet/coinpayments-php/zipball/e7e9f8820c2179f49605aa861d7c7bd485b3c88c",
                "reference": "e7e9f8820c2179f49605aa861d7c7bd485b3c88c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "time": "2018-09-15T00:00:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "/src"
                ],
                "exclude-from-classmap": [
                    "/tests"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Cole",
                    "email": "cole@coinpayments.net",
                    "homepage": "https://www.coinpayments.net",
                    "role": "Developer"
                }
            ],
            "description": "A PHP wrapper for the CoinPayments.net v1 API.",
            "homepage": "https://www.coinpayments.net/apidoc-intro",
            "keywords": [
                "api",
                "bitcoin",
                "btc",
                "coinpayments",
                "crypto",
                "cryptocurrency",
                "currency",
                "ethereum",
                "litecoin",
                "merchant",
                "payment gateway",
                "payment method",
                "payment processor",
                "paypal",
                "php"
            ],
            "support": {
                "issues": "https://github.com/CoinPaymentsNet/coinpayments-php/issues",
                "source": "https://github.com/CoinPaymentsNet/coinpayments-php/tree/master"
            },
            "install-path": "../coinpaymentsnet/coinpayments-php"
        },
        {
            "name": "fawno/fpdf",
            "version": "1.85.0",
            "version_normalized": "1.85.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fawno/FPDF.git",
                "reference": "c5440a35315537c079d71c203235f76a5c68e6f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fawno/FPDF/zipball/c5440a35315537c079d71c203235f76a5c68e6f9",
                "reference": "c5440a35315537c079d71c203235f76a5c68e6f9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "ddn/sapp": "@stable",
                "phpunit/phpunit": "@stable",
                "setasign/fpdi": "@stable"
            },
            "suggest": {
                "ext-openssl": "*",
                "setasign/fpdi": "@stable"
            },
            "time": "2022-11-21T21:09:59+00:00",
            "type": "library",
            "extra": {
                "laravel": {
                    "aliases": {
                        "FawnoFPDF": "Fawno\\FPDF\\FawnoFPDF",
                        "FawnoPDFWrapper ": "Fawno\\FPDF\\PDFWrapper"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fawno\\FPDF\\": "src/",
                    "FPDF\\Scripts\\": "scripts/"
                },
                "classmap": [
                    "fpdf/fpdf.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Olivier Plathey",
                    "email": "oliver@fpdf.org",
                    "homepage": "http://fpdf.org/"
                },
                {
                    "name": "Fernando Herrero",
                    "homepage": "https://lab.fawno.com"
                }
            ],
            "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": {
                "issues": "https://github.com/fawno/FPDF/issues",
                "source": "https://github.com/fawno/FPDF/tree/1.85.0"
            },
            "install-path": "../fawno/fpdf"
        },
        {
            "name": "filp/whoops",
            "version": "2.14.6",
            "version_normalized": "2.14.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/filp/whoops.git",
                "reference": "f7948baaa0330277c729714910336383286305da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/filp/whoops/zipball/f7948baaa0330277c729714910336383286305da",
                "reference": "f7948baaa0330277c729714910336383286305da",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9 || ^7.0 || ^8.0",
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9 || ^1.0",
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
            },
            "suggest": {
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
                "whoops/soap": "Formats errors as SOAP responses"
            },
            "time": "2022-11-02T16:23:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Whoops\\": "src/Whoops/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Filipe Dobreira",
                    "homepage": "https://github.com/filp",
                    "role": "Developer"
                }
            ],
            "description": "php error handling for cool kids",
            "homepage": "https://filp.github.io/whoops/",
            "keywords": [
                "error",
                "exception",
                "handling",
                "library",
                "throwable",
                "whoops"
            ],
            "support": {
                "issues": "https://github.com/filp/whoops/issues",
                "source": "https://github.com/filp/whoops/tree/2.14.6"
            },
            "funding": [
                {
                    "url": "https://github.com/denis-sokolov",
                    "type": "github"
                }
            ],
            "install-path": "../filp/whoops"
        },
        {
            "name": "phpgangsta/googleauthenticator",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPGangsta/GoogleAuthenticator.git",
                "reference": "505c2af8337b559b33557f37cda38e5f843f3768"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPGangsta/GoogleAuthenticator/zipball/505c2af8337b559b33557f37cda38e5f843f3768",
                "reference": "505c2af8337b559b33557f37cda38e5f843f3768",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "time": "2019-03-20T00:55:58+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "PHPGangsta/GoogleAuthenticator.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-4-Clause"
            ],
            "authors": [
                {
                    "name": "Michael Kliewe",
                    "email": "info@phpgangsta.de",
                    "homepage": "http://www.phpgangsta.de/",
                    "role": "Developer"
                }
            ],
            "description": "Google Authenticator 2-factor authentication",
            "keywords": [
                "googleauthenticator",
                "rfc6238",
                "totp"
            ],
            "support": {
                "issues": "https://github.com/PHPGangsta/GoogleAuthenticator/issues",
                "source": "https://github.com/PHPGangsta/GoogleAuthenticator"
            },
            "install-path": "../phpgangsta/googleauthenticator"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.7.1",
            "version_normalized": "6.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
                "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.1",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "time": "2022-12-08T13:30:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "statickidz/php-google-translate-free",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/statickidz/php-google-translate-free.git",
                "reference": "29dc0b0110fcb78ba51fc2d983d638dbdd7fa439"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/statickidz/php-google-translate-free/zipball/29dc0b0110fcb78ba51fc2d983d638dbdd7fa439",
                "reference": "29dc0b0110fcb78ba51fc2d983d638dbdd7fa439",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": ">=4.8",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "time": "2021-04-12T14:59:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Statickidz\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0+"
            ],
            "authors": [
                {
                    "name": "Adrián Barrio Andrés",
                    "email": "statickidz@gmail.com",
                    "homepage": "https://statickidz.com",
                    "role": "Developer"
                },
                {
                    "name": "Paris Niarfe Baltazar Salguero",
                    "email": "sieg.sb@gmail.com",
                    "homepage": "http://www.pbaltazar.com",
                    "role": "Developer"
                }
            ],
            "description": "Google Translate Free library for PHP",
            "homepage": "https://github.com/statickidz/php-google-translate-free/",
            "keywords": [
                "api",
                "free",
                "google",
                "siegsb",
                "statickidz",
                "translate",
                "translator"
            ],
            "support": {
                "issues": "https://github.com/statickidz/php-google-translate-free/issues",
                "source": "https://github.com/statickidz/php-google-translate-free/releases"
            },
            "funding": [
                {
                    "url": "https://github.com/statickidz",
                    "type": "github"
                }
            ],
            "install-path": "../statickidz/php-google-translate-free"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
