{
    "_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": "052869e8b789fda4115cfb28b27add6c",
    "packages": [
        {
            "name": "asci/omnipay-sofort",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ismailasci/omnipay-sofort.git",
                "reference": "b9471858c4df7bde32df633393b64de673f3edf7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ismailasci/omnipay-sofort/zipball/b9471858c4df7bde32df633393b64de673f3edf7",
                "reference": "b9471858c4df7bde32df633393b64de673f3edf7",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Omnipay\\Sofort\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ismail Asci",
                    "email": "ismail.asci@gmail.com"
                }
            ],
            "description": "SOFORT Überweisung gateway for Omnipay payment processing library",
            "keywords": [
                "gateway",
                "omnipay",
                "payment",
                "provider",
                "sofort",
                "uberweisung"
            ],
            "support": {
                "issues": "https://github.com/ismailasci/omnipay-sofort/issues",
                "source": "https://github.com/ismailasci/omnipay-sofort/tree/master"
            },
            "time": "2014-11-05T08:58:09+00:00"
        },
        {
            "name": "aws/aws-crt-php",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/awslabs/aws-crt-php.git",
                "reference": "3942776a8c99209908ee0b287746263725685732"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
                "reference": "3942776a8c99209908ee0b287746263725685732",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|^5.4.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "AWS SDK Common Runtime Team",
                    "email": "aws-sdk-common-runtime@amazon.com"
                }
            ],
            "description": "AWS Common Runtime for PHP",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "crt",
                "sdk"
            ],
            "support": {
                "issues": "https://github.com/awslabs/aws-crt-php/issues",
                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
            },
            "time": "2021-09-03T22:57:30+00:00"
        },
        {
            "name": "aws/aws-sdk-php",
            "version": "3.222.15",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "2c73f3f3716516f733d449f504e954446a994994"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2c73f3f3716516f733d449f504e954446a994994",
                "reference": "2c73f3f3716516f733d449f504e954446a994994",
                "shasum": ""
            },
            "require": {
                "aws/aws-crt-php": "^1.0.2",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^5.3.3 || ^6.2.1 || ^7.0",
                "guzzlehttp/promises": "^1.4.0",
                "guzzlehttp/psr7": "^1.7.0 || ^2.1.1",
                "mtdowling/jmespath.php": "^2.6",
                "php": ">=5.5"
            },
            "require-dev": {
                "andrewsville/php-token-reflection": "^1.4",
                "aws/aws-php-sns-message-validator": "~1.0",
                "behat/behat": "~3.0",
                "doctrine/cache": "~1.4",
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-pcntl": "*",
                "ext-sockets": "*",
                "nette/neon": "^2.3",
                "paragonie/random_compat": ">= 2",
                "phpunit/phpunit": "^4.8.35 || ^5.6.3",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0",
                "sebastian/comparator": "^1.2.3"
            },
            "suggest": {
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
                "doctrine/cache": "To use the DoctrineCacheAdapter",
                "ext-curl": "To send requests using cURL",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "ext-sockets": "To use client-side monitoring"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Aws\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "support": {
                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
                "issues": "https://github.com/aws/aws-sdk-php/issues",
                "source": "https://github.com/aws/aws-sdk-php/tree/3.222.15"
            },
            "time": "2022-05-18T18:15:15+00:00"
        },
        {
            "name": "braintree/braintree_php",
            "version": "3.40.0",
            "source": {
                "type": "git",
                "url": "https://github.com/braintree/braintree_php.git",
                "reference": "840fc6ebf8d96756fed475cce94565fef178187d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/braintree/braintree_php/zipball/840fc6ebf8d96756fed475cce94565fef178187d",
                "reference": "840fc6ebf8d96756fed475cce94565fef178187d",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-hash": "*",
                "ext-openssl": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Braintree": "lib/"
                },
                "psr-4": {
                    "Braintree\\": "lib/Braintree"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Braintree",
                    "homepage": "https://www.braintreepayments.com"
                }
            ],
            "description": "Braintree PHP Client Library",
            "support": {
                "issues": "https://github.com/braintree/braintree_php/issues",
                "source": "https://github.com/braintree/braintree_php/tree/3.40.0"
            },
            "time": "2019-03-28T23:16:53+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "psr/log": "^1.0",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
            },
            "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"
                }
            ],
            "time": "2021-10-28T20:44:15+00:00"
        },
        {
            "name": "davodavodavo3/omnipay-coinpayments",
            "version": "v1.7.3",
            "source": {
                "type": "git",
                "url": "https://github.com/davodavodavo3/omnipay-coinpayments.git",
                "reference": "d728e50a406caaa456b0ae643302727ccba32f49"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/davodavodavo3/omnipay-coinpayments/zipball/d728e50a406caaa456b0ae643302727ccba32f49",
                "reference": "d728e50a406caaa456b0ae643302727ccba32f49",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\CoinPayments\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Bidzian",
                    "email": "davodavodav333@gmail.com"
                }
            ],
            "description": "Coinpayments gateway for Omnipay payment processing library",
            "homepage": "https://github.com/davodavodavo3/omnipay-coinpayments",
            "keywords": [
                "coinpayments",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase"
            ],
            "support": {
                "issues": "https://github.com/davodavodavo3/omnipay-coinpayments/issues",
                "source": "https://github.com/davodavodavo3/omnipay-coinpayments/tree/master"
            },
            "time": "2018-05-18T13:35:31+00:00"
        },
        {
            "name": "dercoder/omnipay-paysafecard",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dercoder/omnipay-paysafecard.git",
                "reference": "9fce03e372d7bdccde96a32aaa6dca5ab29d1ea8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dercoder/omnipay-paysafecard/zipball/9fce03e372d7bdccde96a32aaa6dca5ab29d1ea8",
                "reference": "9fce03e372d7bdccde96a32aaa6dca5ab29d1ea8",
                "shasum": ""
            },
            "require": {
                "league/url": "~3.0",
                "omnipay/common": "~2.3"
            },
            "require-dev": {
                "omnipay/tests": "~2.0",
                "satooshi/php-coveralls": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Paysafecard\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander Fedra",
                    "email": "alexander.fedra@gmail.com"
                }
            ],
            "description": "Paysafecard driver for the Omnipay payment processing library",
            "homepage": "https://github.com/dercoder/omnipay-paysafecard",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "paysafecard"
            ],
            "support": {
                "issues": "https://github.com/dercoder/omnipay-paysafecard/issues",
                "source": "https://github.com/dercoder/omnipay-paysafecard/tree/master"
            },
            "time": "2016-06-21T10:42:41+00:00"
        },
        {
            "name": "dercoder/omnipay-webmoney",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dercoder/omnipay-webmoney.git",
                "reference": "4097622108d0c3d8128aa1aa9b1a7110ecff5274"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dercoder/omnipay-webmoney/zipball/4097622108d0c3d8128aa1aa9b1a7110ecff5274",
                "reference": "4097622108d0c3d8128aa1aa9b1a7110ecff5274",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.3"
            },
            "require-dev": {
                "omnipay/tests": "~2.0",
                "satooshi/php-coveralls": "1.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\WebMoney\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "WebMoney driver for the Omnipay payment processing library",
            "homepage": "https://github.com/dercoder/omnipay-webmoney",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "webmoney"
            ],
            "support": {
                "issues": "https://github.com/dercoder/omnipay-webmoney/issues",
                "source": "https://github.com/dercoder/omnipay-webmoney/tree/master"
            },
            "time": "2016-02-09T10:42:41+00:00"
        },
        {
            "name": "geoip2/geoip2",
            "version": "v2.12.2",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/GeoIP2-php.git",
                "reference": "83adb44ac4b9553d36b579a14673ed124583082f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/83adb44ac4b9553d36b579a14673ed124583082f",
                "reference": "83adb44ac4b9553d36b579a14673ed124583082f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "maxmind-db/reader": "~1.8",
                "maxmind/web-service-common": "~0.8",
                "php": ">=7.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.*",
                "phpstan/phpstan": "*",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GeoIp2\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind GeoIP2 PHP API",
            "homepage": "https://github.com/maxmind/GeoIP2-php",
            "keywords": [
                "IP",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "support": {
                "issues": "https://github.com/maxmind/GeoIP2-php/issues",
                "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.12.2"
            },
            "time": "2021-11-30T18:15:25+00:00"
        },
        {
            "name": "gliterd/backblaze-b2",
            "version": "1.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/gliterd/backblaze-b2.git",
                "reference": "be02bed19a4ce8d8eace32c58ad04742292ceae8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gliterd/backblaze-b2/zipball/be02bed19a4ce8d8eace32c58ad04742292ceae8",
                "reference": "be02bed19a4ce8d8eace32c58ad04742292ceae8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "^6.1|^7.0",
                "nesbot/carbon": "2.*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5",
                "scrutinizer/ocular": "~1.1",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BackblazeB2\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ramesh Mhetre",
                    "email": "mhetreramesh@gmail.com",
                    "homepage": "https://gliterd.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP SDK for working with backblaze B2 cloud storage.",
            "homepage": "https://github.com/gliterd/b2-sdk-php",
            "keywords": [
                "b2",
                "backblaze",
                "backup",
                "cloud",
                "cloud-storage",
                "filesystem",
                "storage"
            ],
            "support": {
                "issues": "https://github.com/gliterd/backblaze-b2/issues",
                "source": "https://github.com/gliterd/backblaze-b2/tree/1.5.2"
            },
            "time": "2022-02-25T01:01:07+00:00"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle3/issues",
                "source": "https://github.com/guzzle/guzzle3/tree/master"
            },
            "abandoned": "guzzlehttp/guzzle",
            "time": "2015-03-18T18:23:50+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4",
                "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5",
                "guzzlehttp/psr7": "^1.8.3 || ^2.1",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4.1",
                "ext-curl": "*",
                "php-http/client-integration-tests": "^3.0",
                "phpunit/phpunit": "^8.5.5 || ^9.3.5",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "MĂĄrk SĂĄgi-KazĂĄr",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.4.2"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "time": "2022-03-20T14:16:28+00:00"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.5.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "time": "2021-10-22T20:56:57+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
                "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4.1",
                "http-interop/http-factory-tests": "^0.9",
                "phpunit/phpunit": "^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "MĂĄrk SĂĄgi-KazĂĄr",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "MĂĄrk SĂĄgi-KazĂĄr",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "time": "2022-03-20T21:55:58+00:00"
        },
        {
            "name": "hiqdev/omnipay-okpay",
            "version": "0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hiqdev/omnipay-okpay.git",
                "reference": "dc93cee0b6a248468fa500d7343a7f5560023556"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hiqdev/omnipay-okpay/zipball/dc93cee0b6a248468fa500d7343a7f5560023556",
                "reference": "dc93cee0b6a248468fa500d7343a7f5560023556",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.3"
            },
            "require-dev": {
                "hiqdev/hidev-hiqdev": "*",
                "hiqdev/hidev-php": "*",
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Omnipay\\OKPAY\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andrii Vasyliev",
                    "email": "sol@hiqdev.com",
                    "homepage": "http://hipanel.com/",
                    "role": "Project lead"
                },
                {
                    "name": "Dmitry Naumenko",
                    "email": "d.naumenko.a@gmail.com",
                    "homepage": "http://silverfire.me/",
                    "role": "Lead backend developer"
                },
                {
                    "name": "Andrey Klochok",
                    "email": "andreyklochok@gmail.com",
                    "homepage": "http://hiqdev.com/",
                    "role": "Lead frontend developer"
                },
                {
                    "name": "Yuriy Myronchuk",
                    "email": "bladeroot@gmail.com",
                    "homepage": "http://hiqdev.com/",
                    "role": "QA Lead"
                }
            ],
            "description": "OKPAY driver for Omnipay PHP payment library",
            "homepage": "https://github.com/hiqdev/omnipay-okpay",
            "keywords": [
                "merchant",
                "okpay",
                "omnipay",
                "payment",
                "php"
            ],
            "support": {
                "email": "support@hiqdev.com",
                "forum": "http://forum.hiqdev.com/",
                "issues": "https://github.com/hiqdev/omnipay-okpay/issues",
                "source": "https://github.com/hiqdev/omnipay-okpay",
                "wiki": "https://github.com/hiqdev/omnipay-okpay/wiki"
            },
            "time": "2017-08-07T13:37:50+00:00"
        },
        {
            "name": "hybridauth/hybridauth",
            "version": "v3.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hybridauth/hybridauth.git",
                "reference": "c76bea6638376394c74a52791dd637fef4deaf08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/c76bea6638376394c74a52791dd637fef4deaf08",
                "reference": "c76bea6638376394c74a52791dd637fef4deaf08",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.8.35 || ^6.5 || ^8.0"
            },
            "suggest": {
                "firebase/php-jwt": "Needed to support Apple provider",
                "phpseclib/phpseclib": "Needed to support Apple provider"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Hybridauth\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Miled",
                    "email": "hybridauth@gmail.com"
                }
            ],
            "description": "PHP Social Authentication Library",
            "homepage": "https://hybridauth.github.io",
            "keywords": [
                "Authentication",
                "OpenId",
                "api",
                "apple",
                "authorization",
                "facebook",
                "google",
                "oauth",
                "social",
                "twitter"
            ],
            "support": {
                "gitter": "https://gitter.im/hybridauth/hybridauth",
                "issues": "https://github.com/hybridauth/hybridauth/issues",
                "source": "https://github.com/hybridauth/hybridauth/tree/v3.8.0"
            },
            "time": "2022-04-08T09:49:25+00:00"
        },
        {
            "name": "ifsnop/mysqldump-php",
            "version": "v2.9",
            "source": {
                "type": "git",
                "url": "https://github.com/ifsnop/mysqldump-php.git",
                "reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
                "reference": "fc9c119fe5d70af9a685cad6a8ac612fd7589e25",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.36",
                "squizlabs/php_codesniffer": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ifsnop\\": "src/Ifsnop/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Diego Torres",
                    "homepage": "https://github.com/ifsnop",
                    "role": "Developer"
                }
            ],
            "description": "PHP version of mysqldump cli that comes with MySQL",
            "homepage": "https://github.com/ifsnop/mysqldump-php",
            "keywords": [
                "PHP7",
                "database",
                "hhvm",
                "mariadb",
                "mysql",
                "mysql-backup",
                "mysqldump",
                "pdo",
                "php",
                "php5",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/ifsnop/mysqldump-php/issues",
                "source": "https://github.com/ifsnop/mysqldump-php/tree/master"
            },
            "time": "2020-04-03T14:40:40+00:00"
        },
        {
            "name": "intervention/image",
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Intervention/image.git",
                "reference": "744ebba495319501b873a4e48787759c72e3fb8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Intervention/image/zipball/744ebba495319501b873a4e48787759c72e3fb8c",
                "reference": "744ebba495319501b873a4e48787759c72e3fb8c",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "guzzlehttp/psr7": "~1.1 || ^2.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.2",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
            },
            "suggest": {
                "ext-gd": "to use GD library based image processing.",
                "ext-imagick": "to use Imagick based image processing.",
                "intervention/imagecache": "Caching extension for the Intervention Image library"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                },
                "laravel": {
                    "providers": [
                        "Intervention\\Image\\ImageServiceProvider"
                    ],
                    "aliases": {
                        "Image": "Intervention\\Image\\Facades\\Image"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Intervention\\Image\\": "src/Intervention/Image"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Vogel",
                    "email": "oliver@olivervogel.com",
                    "homepage": "http://olivervogel.com/"
                }
            ],
            "description": "Image handling and manipulation library with support for Laravel integration",
            "homepage": "http://image.intervention.io/",
            "keywords": [
                "gd",
                "image",
                "imagick",
                "laravel",
                "thumbnail",
                "watermark"
            ],
            "support": {
                "issues": "https://github.com/Intervention/image/issues",
                "source": "https://github.com/Intervention/image/tree/2.7.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/interventionphp",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/Intervention",
                    "type": "github"
                }
            ],
            "time": "2021-12-16T16:49:26+00:00"
        },
        {
            "name": "league/flysystem",
            "version": "1.1.9",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
                "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "league/mime-type-detection": "^1.3",
                "php": "^7.2.5 || ^8.0"
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "require-dev": {
                "phpspec/prophecy": "^1.11.1",
                "phpunit/phpunit": "^8.5.8"
            },
            "suggest": {
                "ext-ftp": "Allows you to use FTP server storage",
                "ext-openssl": "Allows you to use FTPS server storage",
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Filesystem abstraction: Many filesystems, one API.",
            "keywords": [
                "Cloud Files",
                "WebDAV",
                "abstraction",
                "aws",
                "cloud",
                "copy.com",
                "dropbox",
                "file systems",
                "files",
                "filesystem",
                "filesystems",
                "ftp",
                "rackspace",
                "remote",
                "s3",
                "sftp",
                "storage"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/flysystem/issues",
                "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
            },
            "funding": [
                {
                    "url": "https://offset.earth/frankdejonge",
                    "type": "other"
                }
            ],
            "time": "2021-12-09T09:40:50+00:00"
        },
        {
            "name": "league/flysystem-aws-s3-v3",
            "version": "1.0.29",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
                "reference": "4e25cc0582a36a786c31115e419c6e40498f6972"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972",
                "reference": "4e25cc0582a36a786c31115e419c6e40498f6972",
                "shasum": ""
            },
            "require": {
                "aws/aws-sdk-php": "^3.20.0",
                "league/flysystem": "^1.0.40",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
                "phpspec/phpspec": "^2.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\AwsS3v3\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Flysystem adapter for the AWS S3 SDK v3.x",
            "support": {
                "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
                "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.29"
            },
            "time": "2020-10-08T18:58:37+00:00"
        },
        {
            "name": "league/flysystem-rackspace",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-rackspace.git",
                "reference": "ba877e837f5dce60e78a0555de37eb9bfc7dd6b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-rackspace/zipball/ba877e837f5dce60e78a0555de37eb9bfc7dd6b9",
                "reference": "ba877e837f5dce60e78a0555de37eb9bfc7dd6b9",
                "shasum": ""
            },
            "require": {
                "league/flysystem": "~1.0",
                "php": ">=5.4.0",
                "rackspace/php-opencloud": "~1.16"
            },
            "require-dev": {
                "mockery/mockery": "0.9.*",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\Rackspace\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Flysystem adapter for Rackspace",
            "support": {
                "issues": "https://github.com/thephpleague/flysystem-rackspace/issues",
                "source": "https://github.com/thephpleague/flysystem-rackspace/tree/master"
            },
            "time": "2016-03-11T12:13:42+00:00"
        },
        {
            "name": "league/flysystem-sftp",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-sftp.git",
                "reference": "36fb893d10bb799fa6aa7199e37e84314c9fd97d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/36fb893d10bb799fa6aa7199e37e84314c9fd97d",
                "reference": "36fb893d10bb799fa6aa7199e37e84314c9fd97d",
                "shasum": ""
            },
            "require": {
                "league/flysystem": "~1.0",
                "php": ">=5.6.0",
                "phpseclib/phpseclib": "~2.0"
            },
            "require-dev": {
                "mockery/mockery": "0.9.*",
                "phpunit/phpunit": "^5.7.25"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\Sftp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Flysystem adapter for SFTP",
            "support": {
                "issues": "https://github.com/thephpleague/flysystem-sftp/issues",
                "source": "https://github.com/thephpleague/flysystem-sftp/tree/1.1.0"
            },
            "funding": [
                {
                    "url": "https://offset.earth/frankdejonge",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-04T22:02:01+00:00"
        },
        {
            "name": "league/glide",
            "version": "1.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/glide.git",
                "reference": "257e0c3612ef3dc57eb7f90cb741198151a45a5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/glide/zipball/257e0c3612ef3dc57eb7f90cb741198151a45a5f",
                "reference": "257e0c3612ef3dc57eb7f90cb741198151a45a5f",
                "shasum": ""
            },
            "require": {
                "intervention/image": "^2.4",
                "league/flysystem": "^1.0",
                "php": "^7.2|^8.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.3",
                "phpunit/php-token-stream": "^3.1|^4.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Glide\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Reinink",
                    "email": "jonathan@reinink.ca",
                    "homepage": "http://reinink.ca"
                },
                {
                    "name": "Titouan Galopin",
                    "email": "galopintitouan@gmail.com",
                    "homepage": "https://titouangalopin.com"
                }
            ],
            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
            "homepage": "http://glide.thephpleague.com",
            "keywords": [
                "ImageMagick",
                "editing",
                "gd",
                "image",
                "imagick",
                "league",
                "manipulation",
                "processing"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/glide/issues",
                "source": "https://github.com/thephpleague/glide/tree/1.7.1"
            },
            "time": "2022-04-27T04:03:46+00:00"
        },
        {
            "name": "league/mime-type-detection",
            "version": "1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/mime-type-detection.git",
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.2",
                "phpstan/phpstan": "^0.12.68",
                "phpunit/phpunit": "^8.5.8 || ^9.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\MimeTypeDetection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frankdejonge.nl"
                }
            ],
            "description": "Mime-type detection for Flysystem",
            "support": {
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
            },
            "funding": [
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-17T13:12:02+00:00"
        },
        {
            "name": "league/url",
            "version": "3.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/url.git",
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8",
                "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0",
                "true/punycode": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Url\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://github.com/nyamsprod/",
                    "role": "Developer"
                }
            ],
            "description": "League/url is a lightweight PHP Url manipulating library",
            "homepage": "http://url.thephpleague.com",
            "keywords": [
                "parse_url",
                "php",
                "url"
            ],
            "support": {
                "forum": "https://groups.google.com/forum/#!forum/thephpleague",
                "issues": "https://github.com/thephpleague/url/issues",
                "source": "https://github.com/thephpleague/url/tree/3.x"
            },
            "abandoned": "league/uri",
            "time": "2015-07-15T08:24:12+00:00"
        },
        {
            "name": "maxmind-db/reader",
            "version": "v1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "conflict": {
                "ext-maxminddb": "<1.10.1,>=2.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.*",
                "php-coveralls/php-coveralls": "^2.1",
                "phpstan/phpstan": "*",
                "phpunit/phpcov": ">=6.0.0",
                "phpunit/phpunit": ">=8.0.0,<10.0.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "suggest": {
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Db\\": "src/MaxMind/Db"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind DB Reader API",
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
            "keywords": [
                "database",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "support": {
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
            },
            "time": "2021-10-18T15:23:10+00:00"
        },
        {
            "name": "maxmind/web-service-common",
            "version": "v0.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/web-service-common-php.git",
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0.3",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=7.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.*",
                "phpstan/phpstan": "*",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Exception\\": "src/Exception",
                    "MaxMind\\WebService\\": "src/WebService"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory Oschwald",
                    "email": "goschwald@maxmind.com"
                }
            ],
            "description": "Internal MaxMind Web Service API",
            "homepage": "https://github.com/maxmind/web-service-common-php",
            "support": {
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
            },
            "time": "2022-03-28T17:43:20+00:00"
        },
        {
            "name": "mhetreramesh/flysystem-backblaze",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/gliterd/flysystem-backblaze.git",
                "reference": "9bbe64c161519c20e508d2c924d507d892999e5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gliterd/flysystem-backblaze/zipball/9bbe64c161519c20e508d2c924d507d892999e5d",
                "reference": "9bbe64c161519c20e508d2c924d507d892999e5d",
                "shasum": ""
            },
            "require": {
                "gliterd/backblaze-b2": ">=1.5.0",
                "league/flysystem": "~1.0",
                "mikey179/vfsstream": "*",
                "php": "^7.2",
                "psr/http-message-implementation": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0||~5.0",
                "scrutinizer/ocular": "~1.1",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Mhetreramesh\\Flysystem\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ramesh Mhetre",
                    "email": "mhetreramesh@gmail.com",
                    "homepage": "https://about.me/rameshmhetre",
                    "role": "Developer"
                }
            ],
            "description": "Backblaze adapter for the flysystem filesystem abstraction library",
            "homepage": "https://github.com/mhetreramesh/flysystem-backblaze",
            "keywords": [
                "Flysystem",
                "api",
                "backblaze",
                "client",
                "filesystem"
            ],
            "support": {
                "issues": "https://github.com/gliterd/flysystem-backblaze/issues",
                "source": "https://github.com/gliterd/flysystem-backblaze/tree/1.6.1"
            },
            "time": "2021-03-03T12:33:02+00:00"
        },
        {
            "name": "mikemccabe/json-patch-php",
            "version": "0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mikemccabe/json-patch-php.git",
                "reference": "b3af30a6aec7f6467c773cd49b2d974a70f7c0d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikemccabe/json-patch-php/zipball/b3af30a6aec7f6467c773cd49b2d974a70f7c0d4",
                "reference": "b3af30a6aec7f6467c773cd49b2d974a70f7c0d4",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "mikemccabe\\JsonPatch\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "description": "Produce and apply json-patch objects",
            "support": {
                "issues": "https://github.com/mikemccabe/json-patch-php/issues",
                "source": "https://github.com/mikemccabe/json-patch-php/tree/master"
            },
            "time": "2015-01-05T21:19:54+00:00"
        },
        {
            "name": "mikey179/vfsstream",
            "version": "v1.6.10",
            "source": {
                "type": "git",
                "url": "https://github.com/bovigo/vfsStream.git",
                "reference": "250c0825537d501e327df879fb3d4cd751933b85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85",
                "reference": "250c0825537d501e327df879fb3d4cd751933b85",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "org\\bovigo\\vfs\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frank Kleine",
                    "homepage": "http://frankkleine.de/",
                    "role": "Developer"
                }
            ],
            "description": "Virtual file system to mock the real file system in unit tests.",
            "homepage": "http://vfs.bovigo.org/",
            "support": {
                "issues": "https://github.com/bovigo/vfsStream/issues",
                "source": "https://github.com/bovigo/vfsStream/tree/master",
                "wiki": "https://github.com/bovigo/vfsStream/wiki"
            },
            "time": "2021-09-25T08:05:01+00:00"
        },
        {
            "name": "mtdowling/jmespath.php",
            "version": "2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/jmespath/jmespath.php.git",
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "require-dev": {
                "composer/xdebug-handler": "^1.4 || ^2.0",
                "phpunit/phpunit": "^4.8.36 || ^7.5.15"
            },
            "bin": [
                "bin/jp.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/JmesPath.php"
                ],
                "psr-4": {
                    "JmesPath\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Declaratively specify how to extract elements from a JSON document",
            "keywords": [
                "json",
                "jsonpath"
            ],
            "support": {
                "issues": "https://github.com/jmespath/jmespath.php/issues",
                "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
            },
            "time": "2021-06-14T00:11:39+00:00"
        },
        {
            "name": "nesbot/carbon",
            "version": "2.58.0",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055",
                "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1.8 || ^8.0",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
            },
            "require-dev": {
                "doctrine/dbal": "^2.0 || ^3.0",
                "doctrine/orm": "^2.7",
                "friendsofphp/php-cs-fixer": "^3.0",
                "kylekatarnls/multi-tester": "^2.0",
                "phpmd/phpmd": "^2.9",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^0.12.54 || ^1.0",
                "phpunit/php-file-iterator": "^2.0.5",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "bin": [
                "bin/carbon"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev",
                    "dev-master": "2.x-dev"
                },
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                },
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Carbon\\": "src/Carbon/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "https://markido.com"
                },
                {
                    "name": "kylekatarnls",
                    "homepage": "https://github.com/kylekatarnls"
                }
            ],
            "description": "An API extension for DateTime that supports 281 different languages.",
            "homepage": "https://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "support": {
                "docs": "https://carbon.nesbot.com/docs",
                "issues": "https://github.com/briannesbitt/Carbon/issues",
                "source": "https://github.com/briannesbitt/Carbon"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/Carbon",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-25T19:31:17+00:00"
        },
        {
            "name": "nikic/fast-route",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/FastRoute.git",
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|~5.7"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "FastRoute\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov",
                    "email": "nikic@php.net"
                }
            ],
            "description": "Fast request router for PHP",
            "keywords": [
                "router",
                "routing"
            ],
            "support": {
                "issues": "https://github.com/nikic/FastRoute/issues",
                "source": "https://github.com/nikic/FastRoute/tree/master"
            },
            "time": "2018-02-13T20:26:39+00:00"
        },
        {
            "name": "omnipay/2checkout",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-2checkout.git",
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297",
                "reference": "31394ce58d5999b6f49b321cb3547747837c1297",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\TwoCheckout\\": "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-2checkout/contributors"
                }
            ],
            "description": "2Checkout driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-2checkout",
            "keywords": [
                "2checkout",
                "2co",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "twocheckout"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-2checkout/issues",
                "source": "https://github.com/thephpleague/omnipay-2checkout/tree/master"
            },
            "time": "2014-09-17T00:35:37+00:00"
        },
        {
            "name": "omnipay/authorizenet",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
                "reference": "c2ed2361fc9b6dbd571b9e2d8ed00c731aa2ae2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/c2ed2361fc9b6dbd571b9e2d8ed00c731aa2ae2d",
                "reference": "c2ed2361fc9b6dbd571b9e2d8ed00c731aa2ae2d",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.2"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\AuthorizeNet\\": "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-authorizenet/contributors"
                }
            ],
            "description": "Authorize.Net gateway for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-authorizenet",
            "keywords": [
                "authorize",
                "authorize net",
                "authorize.net",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-authorizenet/issues",
                "source": "https://github.com/thephpleague/omnipay-authorizenet/tree/master"
            },
            "time": "2018-01-13T18:47:39+00:00"
        },
        {
            "name": "omnipay/bitpay",
            "version": "v0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-bitpay.git",
                "reference": "9cadfb7955bd361d1a00ac8f0570aee4c05c6bb4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-bitpay/zipball/9cadfb7955bd361d1a00ac8f0570aee4c05c6bb4",
                "reference": "9cadfb7955bd361d1a00ac8f0570aee4c05c6bb4",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\BitPay\\": "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-bitpay/contributors"
                }
            ],
            "description": "BitPay driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-bitpay",
            "keywords": [
                "bitcoin",
                "bitpay",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-bitpay/issues",
                "source": "https://github.com/thephpleague/omnipay-bitpay/tree/master"
            },
            "time": "2016-04-07T02:53:36+00:00"
        },
        {
            "name": "omnipay/braintree",
            "version": "v1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-braintree.git",
                "reference": "54846f2d148b2b6163a37b05d19bf5479c2bf855"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-braintree/zipball/54846f2d148b2b6163a37b05d19bf5479c2bf855",
                "reference": "54846f2d148b2b6163a37b05d19bf5479c2bf855",
                "shasum": ""
            },
            "require": {
                "braintree/braintree_php": "^2.39|^3.0",
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Braintree\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Barry vd. Heuvel",
                    "email": "barryvdh@gmail.com"
                },
                {
                    "name": "Kayla Daniels",
                    "email": "kayladnls@gmail.com"
                },
                {
                    "name": "Omnipay Contributors",
                    "homepage": "https://github.com/thephpleague/omnipay-braintree/contributors"
                }
            ],
            "description": "Braintree gateway for Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-braintree",
            "keywords": [
                "braintree",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-braintree/issues",
                "source": "https://github.com/thephpleague/omnipay-braintree/tree/master"
            },
            "time": "2016-06-22T07:44:48+00:00"
        },
        {
            "name": "omnipay/buckaroo",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
                "reference": "b1d74b4121a9c889fe8cc77715e6cffb14b8833c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/b1d74b4121a9c889fe8cc77715e6cffb14b8833c",
                "reference": "b1d74b4121a9c889fe8cc77715e6cffb14b8833c",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Buckaroo\\": "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-buckaroo/contributors"
                }
            ],
            "description": "Buckaroo driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-buckaroo",
            "keywords": [
                "buckaroo",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-buckaroo/issues",
                "source": "https://github.com/thephpleague/omnipay-buckaroo/tree/master"
            },
            "time": "2017-05-30T09:43:42+00:00"
        },
        {
            "name": "omnipay/cardsave",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-cardsave.git",
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
                "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\CardSave\\": "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-cardsave/contributors"
                }
            ],
            "description": "CardSave driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-cardsave",
            "keywords": [
                "card save",
                "cardsave",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-cardsave/issues",
                "source": "https://github.com/thephpleague/omnipay-cardsave/tree/master"
            },
            "time": "2014-09-21T02:27:16+00:00"
        },
        {
            "name": "omnipay/coinbase",
            "version": "v2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-coinbase.git",
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
                "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Coinbase\\": "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-coinbase/contributors"
                }
            ],
            "description": "Coinbase driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-coinbase",
            "keywords": [
                "coinbase",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-coinbase/issues",
                "source": "https://github.com/thephpleague/omnipay-coinbase/tree/master"
            },
            "time": "2015-03-06T05:35:39+00:00"
        },
        {
            "name": "omnipay/common",
            "version": "v2.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-common.git",
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21",
                "reference": "fcd5a606713d11536c89315a5ae02d965a737c21",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.9",
                "php": ">=5.3.2",
                "symfony/http-foundation": "~2.1"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                },
                "gateways": [
                    "AuthorizeNet_AIM",
                    "AuthorizeNet_SIM",
                    "Buckaroo",
                    "Buckaroo_Ideal",
                    "Buckaroo_PayPal",
                    "CardSave",
                    "Coinbase",
                    "Dummy",
                    "Eway_Rapid",
                    "FirstData_Connect",
                    "GoCardless",
                    "Manual",
                    "Migs_ThreeParty",
                    "Migs_TwoParty",
                    "Mollie",
                    "MultiSafepay",
                    "Netaxept",
                    "NetBanx",
                    "PayFast",
                    "Payflow_Pro",
                    "PaymentExpress_PxPay",
                    "PaymentExpress_PxPost",
                    "PayPal_Express",
                    "PayPal_Pro",
                    "Pin",
                    "SagePay_Direct",
                    "SagePay_Server",
                    "SecurePay_DirectPost",
                    "Stripe",
                    "TargetPay_Directebanking",
                    "TargetPay_Ideal",
                    "TargetPay_Mrcash",
                    "TwoCheckout",
                    "WorldPay",
                    "Alipay Bank",
                    "AliPay Dual Func",
                    "Alipay Express",
                    "Alipay Mobile Express",
                    "Alipay Secured",
                    "Alipay Wap Express",
                    "Cybersource",
                    "DataCash",
                    "Ecopayz",
                    "Neteller",
                    "Pacnet",
                    "PaymentSense",
                    "Realex Remote",
                    "SecPay (PayPoint.net)",
                    "Sisow",
                    "Skrill",
                    "YandexMoney",
                    "YandexMoneyIndividual"
                ]
            },
            "autoload": {
                "psr-0": {
                    "Omnipay\\Common\\": "src/"
                },
                "classmap": [
                    "src/Omnipay/Omnipay.php"
                ]
            },
            "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-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/master"
            },
            "time": "2015-03-30T14:34:46+00:00"
        },
        {
            "name": "omnipay/dummy",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-dummy.git",
                "reference": "0ced02379aff446011ccde1392e641d9da436442"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/0ced02379aff446011ccde1392e641d9da436442",
                "reference": "0ced02379aff446011ccde1392e641d9da436442",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Dummy\\": "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-dummy/contributors"
                }
            ],
            "description": "Dummy driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-dummy",
            "keywords": [
                "Dummy",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-dummy/issues",
                "source": "https://github.com/thephpleague/omnipay-dummy/tree/v2.2.0"
            },
            "time": "2018-04-17T09:57:18+00:00"
        },
        {
            "name": "omnipay/eway",
            "version": "v2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-eway.git",
                "reference": "480153441ad2e7aff9c26cf55e398c88da3e7eb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/480153441ad2e7aff9c26cf55e398c88da3e7eb1",
                "reference": "480153441ad2e7aff9c26cf55e398c88da3e7eb1",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Eway\\": "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-eway/contributors"
                }
            ],
            "description": "eWay driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-eway",
            "keywords": [
                "eway",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-eway/issues",
                "source": "https://github.com/thephpleague/omnipay-eway/tree/master"
            },
            "time": "2017-05-12T08:17:12+00:00"
        },
        {
            "name": "omnipay/firstdata",
            "version": "v2.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-firstdata.git",
                "reference": "addb59b381cb31609071201506ad54bf2402668a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/addb59b381cb31609071201506ad54bf2402668a",
                "reference": "addb59b381cb31609071201506ad54bf2402668a",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\FirstData\\": "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-firstdata/contributors"
                }
            ],
            "description": "First Data driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-firstdata",
            "keywords": [
                "first data",
                "firstdata",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-firstdata/issues",
                "source": "https://github.com/thephpleague/omnipay-firstdata/tree/master"
            },
            "time": "2019-01-27T20:05:45+00:00"
        },
        {
            "name": "omnipay/gocardless",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-gocardless.git",
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
                "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\GoCardless\\": "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-gocardless/contributors"
                }
            ],
            "description": "GoCardless driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-gocardless",
            "keywords": [
                "gateway",
                "go cardless",
                "gocardless",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-gocardless/issues",
                "source": "https://github.com/thephpleague/omnipay-gocardless/tree/master"
            },
            "time": "2015-09-24T14:44:29+00:00"
        },
        {
            "name": "omnipay/manual",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-manual.git",
                "reference": "d896909093422f25a9deec13232b31ea69a72994"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/d896909093422f25a9deec13232b31ea69a72994",
                "reference": "d896909093422f25a9deec13232b31ea69a72994",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Manual\\": "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-manual/contributors"
                }
            ],
            "description": "Manual driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-manual",
            "keywords": [
                "gateway",
                "manual",
                "merchant",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-manual/issues",
                "source": "https://github.com/thephpleague/omnipay-manual/tree/master"
            },
            "time": "2016-12-28T03:02:15+00:00"
        },
        {
            "name": "omnipay/migs",
            "version": "v2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-migs.git",
                "reference": "0f79c818a150e73497efbe5e097ac4377d8f9717"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/0f79c818a150e73497efbe5e097ac4377d8f9717",
                "reference": "0f79c818a150e73497efbe5e097ac4377d8f9717",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Migs\\": "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-migs/contributors"
                }
            ],
            "description": "MIGS driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-migs",
            "keywords": [
                "gateway",
                "mastercard internet gateway service",
                "merchant",
                "migs",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-migs/issues",
                "source": "https://github.com/thephpleague/omnipay-migs/tree/master"
            },
            "time": "2017-06-07T07:52:47+00:00"
        },
        {
            "name": "omnipay/mollie",
            "version": "v3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-mollie.git",
                "reference": "8a81a9980a3de726e6badb2ca0edc3728bba6c95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/8a81a9980a3de726e6badb2ca0edc3728bba6c95",
                "reference": "8a81a9980a3de726e6badb2ca0edc3728bba6c95",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.2"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Mollie\\": "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-mollie/contributors"
                }
            ],
            "description": "Mollie driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-mollie",
            "keywords": [
                "gateway",
                "merchant",
                "mollie",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-mollie/issues",
                "source": "https://github.com/thephpleague/omnipay-mollie/tree/master"
            },
            "time": "2016-10-11T09:44:09+00:00"
        },
        {
            "name": "omnipay/multisafepay",
            "version": "v2.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
                "reference": "6d7a6d64fa0e124b90767e505ea105f4c3ecbadd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/6d7a6d64fa0e124b90767e505ea105f4c3ecbadd",
                "reference": "6d7a6d64fa0e124b90767e505ea105f4c3ecbadd",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\MultiSafepay\\": "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-multisafepay/contributors"
                }
            ],
            "description": "MultiSafepay driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-multisafepay",
            "keywords": [
                "gateway",
                "merchant",
                "multi safepay",
                "multisafepay",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-multisafepay/issues",
                "source": "https://github.com/thephpleague/omnipay-multisafepay/tree/master"
            },
            "time": "2017-05-28T06:28:10+00:00"
        },
        {
            "name": "omnipay/netaxept",
            "version": "v2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-netaxept.git",
                "reference": "4cefa26d47af97fc1fefa2a651ea5eea25d23af8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/4cefa26d47af97fc1fefa2a651ea5eea25d23af8",
                "reference": "4cefa26d47af97fc1fefa2a651ea5eea25d23af8",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Netaxept\\": "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-netaxept/contributors"
                }
            ],
            "description": "Netaxept driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-netaxept",
            "keywords": [
                "gateway",
                "merchant",
                "netaxept",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-netaxept/issues",
                "source": "https://github.com/thephpleague/omnipay-netaxept/tree/master"
            },
            "time": "2018-05-14T08:46:15+00:00"
        },
        {
            "name": "omnipay/netbanx",
            "version": "v2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-netbanx.git",
                "reference": "3684bbbf0dbdb977c1484d7252d776d81c68c813"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/3684bbbf0dbdb977c1484d7252d776d81c68c813",
                "reference": "3684bbbf0dbdb977c1484d7252d776d81c68c813",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\NetBanx\\": "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-netbanx/contributors"
                }
            ],
            "description": "NetBanx driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-netbanx",
            "keywords": [
                "gateway",
                "merchant",
                "netbanx",
                "omnipay",
                "pay",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-netbanx/issues",
                "source": "https://github.com/thephpleague/omnipay-netbanx/tree/master"
            },
            "time": "2016-09-21T10:52:03+00:00"
        },
        {
            "name": "omnipay/omnipay",
            "version": "2.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay.git",
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
                "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078",
                "shasum": ""
            },
            "require": {
                "omnipay/2checkout": "~2.0",
                "omnipay/authorizenet": "~2.0",
                "omnipay/buckaroo": "~2.0",
                "omnipay/cardsave": "~2.0",
                "omnipay/coinbase": "~2.0",
                "omnipay/common": "~2.3.0",
                "omnipay/dummy": "~2.0",
                "omnipay/eway": "~2.0",
                "omnipay/firstdata": "~2.0",
                "omnipay/gocardless": "~2.0",
                "omnipay/manual": "~2.0",
                "omnipay/migs": "~2.0",
                "omnipay/mollie": "~3.0",
                "omnipay/multisafepay": "~2.0",
                "omnipay/netaxept": "~2.0",
                "omnipay/netbanx": "~2.0",
                "omnipay/payfast": "~2.0",
                "omnipay/payflow": "~2.0",
                "omnipay/paymentexpress": "~2.0",
                "omnipay/paypal": "~2.0",
                "omnipay/pin": "~2.0",
                "omnipay/sagepay": "~2.0",
                "omnipay/securepay": "~2.0",
                "omnipay/stripe": "~2.0",
                "omnipay/targetpay": "~2.0",
                "omnipay/worldpay": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Adrian Macneil",
                    "email": "adrian@adrianmacneil.com"
                },
                {
                    "name": "Omnipay Community",
                    "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors"
                }
            ],
            "description": "Includes Omnipay payment processing library and all officially supported gateways",
            "homepage": "https://github.com/thephpleague/omnipay",
            "keywords": [
                "2checkout",
                "2co",
                "auth.net",
                "authorize",
                "authorize.net",
                "buckaroo",
                "cardsave",
                "coinbase",
                "commweb",
                "dps",
                "egate",
                "eway",
                "express",
                "first data",
                "firstdata",
                "gateway",
                "gocardless",
                "ideal",
                "merchant",
                "migs",
                "mollie",
                "multisafepay",
                "netaxept",
                "netbanx",
                "pay",
                "payfast",
                "payflow",
                "payment",
                "paymentexpress",
                "paypal",
                "pin",
                "purchase",
                "rapid",
                "sagepay",
                "securepay",
                "stripe",
                "tala",
                "tala-payments",
                "targetpay",
                "twocheckout",
                "worldpay"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay/issues",
                "source": "https://github.com/thephpleague/omnipay/tree/master"
            },
            "abandoned": "league/omnipay",
            "time": "2014-12-10T13:55:00+00:00"
        },
        {
            "name": "omnipay/payfast",
            "version": "v2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-payfast.git",
                "reference": "c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2",
                "reference": "c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.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/master"
            },
            "time": "2018-02-02T17:02:45+00:00"
        },
        {
            "name": "omnipay/payflow",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-payflow.git",
                "reference": "88fb22e1203caff81e106abd4a9b77fc32bb1708"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/88fb22e1203caff81e106abd4a9b77fc32bb1708",
                "reference": "88fb22e1203caff81e106abd4a9b77fc32bb1708",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Payflow\\": "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-payflow/contributors"
                }
            ],
            "description": "Payflow driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-payflow",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payflow",
                "payment"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-payflow/issues",
                "source": "https://github.com/thephpleague/omnipay-payflow/tree/master"
            },
            "time": "2018-04-11T04:19:09+00:00"
        },
        {
            "name": "omnipay/paymentexpress",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
                "reference": "ffae669fa3833bfd07c111c390cf863b8db3c7d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/ffae669fa3833bfd07c111c390cf863b8db3c7d2",
                "reference": "ffae669fa3833bfd07c111c390cf863b8db3c7d2",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\PaymentExpress\\": "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-paymentexpress/contributors"
                }
            ],
            "description": "Payment Express (DPS) driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-paymentexpress",
            "keywords": [
                "direct payment solutions",
                "dps",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "payment express",
                "paymentexpress",
                "pxaccess",
                "pxpay",
                "pxpost"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-paymentexpress/issues",
                "source": "https://github.com/thephpleague/omnipay-paymentexpress/tree/2.x"
            },
            "time": "2020-06-05T07:06:48+00:00"
        },
        {
            "name": "omnipay/paypal",
            "version": "v2.6.4",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-paypal.git",
                "reference": "9e44c31a7038d4a23232b3739b602e8842106c4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/9e44c31a7038d4a23232b3739b602e8842106c4e",
                "reference": "9e44c31a7038d4a23232b3739b602e8842106c4e",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\PayPal\\": "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-paypal/contributors"
                }
            ],
            "description": "PayPal gateway for Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-paypal",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "paypal",
                "purchase"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-paypal/issues",
                "source": "https://github.com/thephpleague/omnipay-paypal/tree/master"
            },
            "time": "2017-11-10T08:10:43+00:00"
        },
        {
            "name": "omnipay/pin",
            "version": "v2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-pin.git",
                "reference": "8c859bc71de8def70623eacd1b3ec6da1829a445"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-pin/zipball/8c859bc71de8def70623eacd1b3ec6da1829a445",
                "reference": "8c859bc71de8def70623eacd1b3ec6da1829a445",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Pin\\": "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-pin/contributors"
                }
            ],
            "description": "Pin Payments driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-pin",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "pin"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-pin/issues",
                "source": "https://github.com/thephpleague/omnipay-pin/tree/master"
            },
            "time": "2016-03-25T18:06:33+00:00"
        },
        {
            "name": "omnipay/sagepay",
            "version": "2.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-sagepay.git",
                "reference": "8e14e235caf6530ee9afcbbb8cd6a54ad160a0f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/8e14e235caf6530ee9afcbbb8cd6a54ad160a0f0",
                "reference": "8e14e235caf6530ee9afcbbb8cd6a54ad160a0f0",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\SagePay\\": "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-sagepay/contributors"
                }
            ],
            "description": "Sage Pay driver for the Omnipay PHP payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-sagepay",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase",
                "sage pay",
                "sagepay"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-sagepay/issues",
                "source": "https://github.com/thephpleague/omnipay-sagepay/tree/master"
            },
            "time": "2017-09-05T15:31:15+00:00"
        },
        {
            "name": "omnipay/securepay",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-securepay.git",
                "reference": "ac2982c4b5382e233d620bdfec345a54b0394977"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-securepay/zipball/ac2982c4b5382e233d620bdfec345a54b0394977",
                "reference": "ac2982c4b5382e233d620bdfec345a54b0394977",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\SecurePay\\": "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-securepay/contributors"
                }
            ],
            "description": "SecurePay driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-securepay",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "securepay"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-securepay/issues",
                "source": "https://github.com/thephpleague/omnipay-securepay/tree/2.2.0"
            },
            "time": "2018-05-25T07:49:11+00:00"
        },
        {
            "name": "omnipay/stripe",
            "version": "V2.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-stripe.git",
                "reference": "26a33414a75939af75064022112005d5e51fc9ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/26a33414a75939af75064022112005d5e51fc9ea",
                "reference": "26a33414a75939af75064022112005d5e51fc9ea",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Stripe\\": "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-stripe/contributors"
                }
            ],
            "description": "Stripe driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-stripe",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "stripe"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
                "source": "https://github.com/thephpleague/omnipay-stripe/tree/master"
            },
            "time": "2017-07-14T09:22:01+00:00"
        },
        {
            "name": "omnipay/targetpay",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-targetpay.git",
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
                "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\TargetPay\\": "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-targetpay/contributors"
                }
            ],
            "description": "TargetPay driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-targetpay",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "targetpay"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-targetpay/issues",
                "source": "https://github.com/thephpleague/omnipay-targetpay/tree/master"
            },
            "time": "2014-09-17T00:38:39+00:00"
        },
        {
            "name": "omnipay/worldpay",
            "version": "v2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-worldpay.git",
                "reference": "522fbac76b1baa65cb62192fedff227fe37a8cf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/522fbac76b1baa65cb62192fedff227fe37a8cf0",
                "reference": "522fbac76b1baa65cb62192fedff227fe37a8cf0",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\WorldPay\\": "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-worldpay/contributors"
                }
            ],
            "description": "WorldPay driver for the Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-worldpay",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "worldpay"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/omnipay-worldpay/issues",
                "source": "https://github.com/thephpleague/omnipay-worldpay/tree/master"
            },
            "time": "2017-10-23T08:31:50+00:00"
        },
        {
            "name": "pclzip/pclzip",
            "version": "2.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/ivanlanin/pclzip.git",
                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "pclzip.lib.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Vincent Blavet"
                }
            ],
            "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
            "homepage": "http://www.phpconcept.net/pclzip",
            "keywords": [
                "php",
                "zip"
            ],
            "support": {
                "issues": "https://github.com/ivanlanin/pclzip/issues",
                "source": "https://github.com/ivanlanin/pclzip/tree/master"
            },
            "time": "2014-06-05T11:42:24+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
                "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "doctrine/annotations": "^1.2",
                "php-parallel-lint/php-console-highlighter": "^0.5.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.6.2",
                "yoast/phpunit-polyfills": "^1.0.0"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
            },
            "type": "library",
            "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.6.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "time": "2022-02-28T15:31:21+00:00"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.37",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c812fbb4d6b4d7f30235ab7298a12f09ba13b37c",
                "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib\\": "phpseclib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-JĂźrgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.37"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-04T04:57:45+00:00"
        },
        {
            "name": "pinguinjkeke/omnipay-egopaymentru",
            "version": "0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pinguinjkeke/omnipay-egopaymentru.git",
                "reference": "fac41623abdab22639d315f9190c964ddff23e06"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pinguinjkeke/omnipay-egopaymentru/zipball/fac41623abdab22639d315f9190c964ddff23e06",
                "reference": "fac41623abdab22639d315f9190c964ddff23e06",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "^2.3"
            },
            "require-dev": {
                "omnipay/tests": "^2.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Omnipay\\EgopayRu\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander Avakov",
                    "email": "yaavakov@gmail.com"
                }
            ],
            "description": "Egopay.ru support for Omnipay payment processing library",
            "homepage": "https://github.com/pinguinjkeke/omnipay-egopaymentru",
            "keywords": [
                "UCS",
                "egopayru",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase",
                "soap"
            ],
            "support": {
                "issues": "https://github.com/pinguinjkeke/omnipay-egopaymentru/issues",
                "source": "https://github.com/pinguinjkeke/omnipay-egopaymentru/tree/0.1"
            },
            "time": "2016-09-22T15:03:49+00:00"
        },
        {
            "name": "povils/omnipay-paysera",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/povils/omnipay-paysera.git",
                "reference": "f8e1f5e6127feabb47ee1e9148f19b2b29bad75a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/povils/omnipay-paysera/zipball/f8e1f5e6127feabb47ee1e9148f19b2b29bad75a",
                "reference": "f8e1f5e6127feabb47ee1e9148f19b2b29bad75a",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Omnipay\\Paysera\\": "src/",
                    "Omnipay\\Paysera\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Povilas Susinskas",
                    "email": "povilassusinskas@gmail.com"
                }
            ],
            "description": "Paysera gateway for Omnipay payment processing library",
            "homepage": "https://github.com/povils/omnipay-paysera",
            "keywords": [
                "Paysera",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase"
            ],
            "support": {
                "issues": "https://github.com/povils/omnipay-paysera/issues",
                "source": "https://github.com/povils/omnipay-paysera/tree/v1.0.0"
            },
            "time": "2016-10-16T16:53:25+00:00"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://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/tree/master"
            },
            "time": "2020-06-29T06:28:15+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "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/tree/master"
            },
            "time": "2019-04-30T12:38:16+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://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/master"
            },
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "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"
            },
            "time": "2021-05-03T11:20:27+00:00"
        },
        {
            "name": "rackspace/php-opencloud",
            "version": "v1.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rackspace/php-opencloud.git",
                "reference": "d6b71feed7f9e7a4b52e0240a79f06473ba69c8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rackspace/php-opencloud/zipball/d6b71feed7f9e7a4b52e0240a79f06473ba69c8c",
                "reference": "d6b71feed7f9e7a4b52e0240a79f06473ba69c8c",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.8",
                "mikemccabe/json-patch-php": "~0.1",
                "php": ">=5.4",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "apigen/apigen": "~4.0",
                "fabpot/php-cs-fixer": "1.0.*@dev",
                "jakub-onderka/php-parallel-lint": "0.*",
                "phpspec/prophecy": "~1.4",
                "phpunit/phpunit": "4.3.*",
                "satooshi/php-coveralls": "0.6.*@dev"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "OpenCloud": [
                        "lib/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Jamie Hannaford",
                    "email": "jamie.hannaford@rackspace.com",
                    "homepage": "https://github.com/jamiehannaford"
                }
            ],
            "description": "PHP SDK for Rackspace/OpenStack APIs",
            "keywords": [
                "Openstack",
                "nova",
                "opencloud",
                "rackspace",
                "swift"
            ],
            "support": {
                "issues": "https://github.com/rackspace/php-opencloud/issues",
                "source": "https://github.com/rackspace/php-opencloud/tree/working"
            },
            "time": "2016-01-29T10:34:57+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "scrivo/highlight.php",
            "version": "v9.18.1.9",
            "source": {
                "type": "git",
                "url": "https://github.com/scrivo/highlight.php.git",
                "reference": "d45585504777e6194a91dffc7270ca39833787f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/d45585504777e6194a91dffc7270ca39833787f8",
                "reference": "d45585504777e6194a91dffc7270ca39833787f8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8|^5.7",
                "sabberworm/php-css-parser": "^8.3",
                "symfony/finder": "^2.8|^3.4",
                "symfony/var-dumper": "^2.8|^3.4"
            },
            "suggest": {
                "ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "HighlightUtilities/functions.php"
                ],
                "psr-0": {
                    "Highlight\\": "",
                    "HighlightUtilities\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Geert Bergman",
                    "homepage": "http://www.scrivo.org/",
                    "role": "Project Author"
                },
                {
                    "name": "Vladimir Jimenez",
                    "homepage": "https://allejo.io",
                    "role": "Maintainer"
                },
                {
                    "name": "Martin Folkers",
                    "homepage": "https://twobrain.io",
                    "role": "Contributor"
                }
            ],
            "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
            "keywords": [
                "code",
                "highlight",
                "highlight.js",
                "highlight.php",
                "syntax"
            ],
            "support": {
                "issues": "https://github.com/scrivo/highlight.php/issues",
                "source": "https://github.com/scrivo/highlight.php"
            },
            "funding": [
                {
                    "url": "https://github.com/allejo",
                    "type": "github"
                }
            ],
            "time": "2021-12-03T06:45:28+00:00"
        },
        {
            "name": "sonata-project/google-authenticator",
            "version": "2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
                "reference": "71a4189228f93a9662574dc8c65e77ef55061b59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/71a4189228f93a9662574dc8c65e77ef55061b59",
                "reference": "71a4189228f93a9662574dc8c65e77ef55061b59",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^5.1.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Google\\Authenticator\\": "src/",
                    "Sonata\\GoogleAuthenticator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Rabaix",
                    "email": "thomas.rabaix@gmail.com"
                },
                {
                    "name": "Christian Stocker",
                    "email": "me@chregu.tv"
                },
                {
                    "name": "Andre DeMarre",
                    "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
                }
            ],
            "description": "Library to integrate Google Authenticator into a PHP project",
            "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
            "keywords": [
                "google authenticator"
            ],
            "support": {
                "issues": "https://github.com/sonata-project/GoogleAuthenticator/issues",
                "source": "https://github.com/sonata-project/GoogleAuthenticator/tree/2.3.1"
            },
            "funding": [
                {
                    "url": "https://github.com/OskarStark",
                    "type": "github"
                },
                {
                    "url": "https://github.com/VincentLanglet",
                    "type": "github"
                },
                {
                    "url": "https://github.com/core23",
                    "type": "github"
                },
                {
                    "url": "https://github.com/wbloszyk",
                    "type": "github"
                }
            ],
            "abandoned": true,
            "time": "2021-02-15T19:23:18+00:00"
        },
        {
            "name": "spatie/image",
            "version": "1.10.6",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/image.git",
                "reference": "897e819848096ea8eee8ed4a3531c6166f9a99e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/image/zipball/897e819848096ea8eee8ed4a3531c6166f9a99e0",
                "reference": "897e819848096ea8eee8ed4a3531c6166f9a99e0",
                "shasum": ""
            },
            "require": {
                "ext-exif": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "league/glide": "^1.6",
                "php": "^7.2|^8.0",
                "spatie/image-optimizer": "^1.1",
                "spatie/temporary-directory": "^1.0|^2.0",
                "symfony/process": "^3.0|^4.0|^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.21|^9.5.4",
                "symfony/var-dumper": "^4.0|^5.0|^6.0",
                "vimeo/psalm": "^4.6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\Image\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Manipulate images with an expressive API",
            "homepage": "https://github.com/spatie/image",
            "keywords": [
                "image",
                "spatie"
            ],
            "support": {
                "issues": "https://github.com/spatie/image/issues",
                "source": "https://github.com/spatie/image/tree/1.10.6"
            },
            "funding": [
                {
                    "url": "https://spatie.be/open-source/support-us",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/spatie",
                    "type": "github"
                }
            ],
            "time": "2021-12-21T10:01:09+00:00"
        },
        {
            "name": "spatie/image-optimizer",
            "version": "1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/image-optimizer.git",
                "reference": "6db75529cbf8fa84117046a9d513f277aead90a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/6db75529cbf8fa84117046a9d513f277aead90a0",
                "reference": "6db75529cbf8fa84117046a9d513f277aead90a0",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.3|^8.0",
                "psr/log": "^1.0 | ^2.0 | ^3.0",
                "symfony/process": "^4.2|^5.0|^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.21|^9.4.4",
                "symfony/var-dumper": "^4.2|^5.0|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\ImageOptimizer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily optimize images using PHP",
            "homepage": "https://github.com/spatie/image-optimizer",
            "keywords": [
                "image-optimizer",
                "spatie"
            ],
            "support": {
                "issues": "https://github.com/spatie/image-optimizer/issues",
                "source": "https://github.com/spatie/image-optimizer/tree/1.6.2"
            },
            "time": "2021-12-21T10:08:05+00:00"
        },
        {
            "name": "spatie/temporary-directory",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/temporary-directory.git",
                "reference": "f517729b3793bca58f847c5fd383ec16f03ffec6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/f517729b3793bca58f847c5fd383ec16f03ffec6",
                "reference": "f517729b3793bca58f847c5fd383ec16f03ffec6",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0|^9.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\TemporaryDirectory\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Vanderbist",
                    "email": "alex@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Easily create, use and destroy temporary directories",
            "homepage": "https://github.com/spatie/temporary-directory",
            "keywords": [
                "php",
                "spatie",
                "temporary-directory"
            ],
            "support": {
                "issues": "https://github.com/spatie/temporary-directory/issues",
                "source": "https://github.com/spatie/temporary-directory/tree/1.3.0"
            },
            "time": "2020-11-09T15:54:21+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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/v2.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.8.52",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^2.0.5|~3.0.0",
                "symfony/dependency-injection": "~2.6|~3.0.0",
                "symfony/expression-language": "~2.6|~3.0.0",
                "symfony/stopwatch": "~2.3|~3.0.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "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": "Symfony EventDispatcher Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
            },
            "time": "2018-11-21T14:20:20+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v2.8.52",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "3929d9fe8148d17819ad0178c748b8d339420709"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3929d9fe8148d17819ad0178c748b8d339420709",
                "reference": "3929d9fe8148d17819ad0178c748b8d339420709",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php54": "~1.0",
                "symfony/polyfill-php55": "~1.0"
            },
            "require-dev": {
                "symfony/expression-language": "~2.4|~3.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "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": "Symfony HttpFoundation Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/2.8"
            },
            "time": "2019-11-12T12:34:41+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "30885182c981ab175d4d034db0f6f469898070ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
                "reference": "30885182c981ab175d4d034db0f6f469898070ab",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-10-20T20:35:02+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
                "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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.25.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-30T18:21:41+00:00"
        },
        {
            "name": "symfony/polyfill-php54",
            "version": "v1.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php54.git",
                "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/37285b1d5d13f37c8bee546d8d2ad0353460c4c7",
                "reference": "37285b1d5d13f37c8bee546d8d2ad0353460c4c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.20-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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 5.4+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php54/tree/v1.20.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-23T14:02:19+00:00"
        },
        {
            "name": "symfony/polyfill-php55",
            "version": "v1.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php55.git",
                "reference": "c17452124a883900e1d73961f9075a638399c1a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/c17452124a883900e1d73961f9075a638399c1a0",
                "reference": "c17452124a883900e1d73961f9075a638399c1a0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.20-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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 5.5+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php55/tree/v1.20.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-23T14:02:19+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                }
            },
            "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 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T09:17:38+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
                "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-03-04T08:16:47+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v5.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
                "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "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": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v5.4.8"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-08T05:07:18+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "v5.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "f5c0f6d1f20993b2606f3a5f36b1dc8c1899170b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/f5c0f6d1f20993b2606f3a5f36b1dc8c1899170b",
                "reference": "f5c0f6d1f20993b2606f3a5f36b1dc8c1899170b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/translation-contracts": "^2.3"
            },
            "conflict": {
                "symfony/config": "<4.4",
                "symfony/console": "<5.3",
                "symfony/dependency-injection": "<5.0",
                "symfony/http-kernel": "<5.0",
                "symfony/twig-bundle": "<5.0",
                "symfony/yaml": "<4.4"
            },
            "provide": {
                "symfony/translation-implementation": "2.3"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^4.4|^5.0|^6.0",
                "symfony/console": "^5.4|^6.0",
                "symfony/dependency-injection": "^5.0|^6.0",
                "symfony/finder": "^4.4|^5.0|^6.0",
                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
                "symfony/http-kernel": "^5.0|^6.0",
                "symfony/intl": "^4.4|^5.0|^6.0",
                "symfony/polyfill-intl-icu": "^1.21",
                "symfony/service-contracts": "^1.1.2|^2|^3",
                "symfony/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "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": "Provides tools to internationalize your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/translation/tree/v5.4.8"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-22T08:14:12+00:00"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "v2.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "1211df0afa701e45a04253110e959d4af4ef0f07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1211df0afa701e45a04253110e959d4af4ef0f07",
                "reference": "1211df0afa701e45a04253110e959d4af4ef0f07",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/translation-contracts/tree/v2.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "tedivm/jshrink",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tedious/JShrink.git",
                "reference": "0513ba1407b1f235518a939455855e6952a48bbc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tedious/JShrink/zipball/0513ba1407b1f235518a939455855e6952a48bbc",
                "reference": "0513ba1407b1f235518a939455855e6952a48bbc",
                "shasum": ""
            },
            "require": {
                "php": "^5.6|^7.0|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.8",
                "php-coveralls/php-coveralls": "^1.1.0",
                "phpunit/phpunit": "^6"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JShrink": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Robert Hafner",
                    "email": "tedivm@tedivm.com"
                }
            ],
            "description": "Javascript Minifier built in PHP",
            "homepage": "http://github.com/tedious/JShrink",
            "keywords": [
                "javascript",
                "minifier"
            ],
            "support": {
                "issues": "https://github.com/tedious/JShrink/issues",
                "source": "https://github.com/tedious/JShrink/tree/v1.4.0"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink",
                    "type": "tidelift"
                }
            ],
            "time": "2020-11-30T18:10:21+00:00"
        },
        {
            "name": "true/punycode",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/true/php-punycode.git",
                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.7",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "TrueBV\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Renan Gonçalves",
                    "email": "renan.saddam@gmail.com"
                }
            ],
            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
            "homepage": "https://github.com/true/php-punycode",
            "keywords": [
                "idna",
                "punycode"
            ],
            "support": {
                "issues": "https://github.com/true/php-punycode/issues",
                "source": "https://github.com/true/php-punycode/tree/master"
            },
            "time": "2016-11-16T10:37:54+00:00"
        },
        {
            "name": "twig/extensions",
            "version": "v1.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
                "shasum": ""
            },
            "require": {
                "twig/twig": "^1.27|^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3.4",
                "symfony/translation": "^2.7|^3.4"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                },
                "psr-4": {
                    "Twig\\Extensions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "keywords": [
                "i18n",
                "text"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig-extensions/issues",
                "source": "https://github.com/twigphp/Twig-extensions/tree/master"
            },
            "abandoned": true,
            "time": "2018-12-05T18:34:18+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v2.15.1",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4",
                "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.8"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.15-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v2.15.1"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-17T05:46:24+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.3"
    },
    "plugin-api-version": "2.3.0"
}