[
    {
        "name": "codeigniter/framework",
        "version": "3.1.11",
        "version_normalized": "3.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bcit-ci/CodeIgniter.git",
            "reference": "b73eb19aed66190c10c9cad476da7c36c271d6dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/b73eb19aed66190c10c9cad476da7c36c271d6dc",
            "reference": "b73eb19aed66190c10c9cad476da7c36c271d6dc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.7"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.1.*",
            "phpunit/phpunit": "4.* || 5.*"
        },
        "suggest": {
            "paragonie/random_compat": "Provides better randomness in PHP 5.x"
        },
        "time": "2019-09-19T12:08:45+00:00",
        "type": "project",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "The CodeIgniter framework",
        "homepage": "https://codeigniter.com"
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.9.3",
        "version_normalized": "3.9.3.0",
        "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."
        },
        "time": "2015-03-18T18:23:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.9-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "abandoned": "guzzlehttp/guzzle"
    },
    {
        "name": "ircmaxell/password-compat",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-11-20T16:49:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/password.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@php.net",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
        "homepage": "https://github.com/ircmaxell/password_compat",
        "keywords": [
            "hashing",
            "password"
        ]
    },
    {
        "name": "league/omnipay",
        "version": "2.3.2",
        "version_normalized": "2.3.2.0",
        "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"
        },
        "time": "2014-12-10T13:55:00+00:00",
        "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"
        ]
    },
    {
        "name": "mpdf/mpdf",
        "version": "v8.0.5",
        "version_normalized": "8.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mpdf/mpdf.git",
            "reference": "bad32aa9cd5958175aef185c02e032ddbadc56ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mpdf/mpdf/zipball/bad32aa9cd5958175aef185c02e032ddbadc56ea",
            "reference": "bad32aa9cd5958175aef185c02e032ddbadc56ea",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "myclabs/deep-copy": "^1.7",
            "paragonie/random_compat": "^1.4|^2.0|9.99.99",
            "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
            "psr/log": "^1.0",
            "setasign/fpdi": "^2.1"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.5",
            "mpdf/qrcode": "^1.0.0",
            "phpunit/phpunit": "^5.0",
            "squizlabs/php_codesniffer": "^3.5.0",
            "tracy/tracy": "^2.4"
        },
        "suggest": {
            "ext-bcmath": "Needed for generation of some types of barcodes",
            "ext-xml": "Needed mainly for SVG manipulation",
            "ext-zlib": "Needed for compression of embedded resources, such as fonts"
        },
        "time": "2020-02-05T08:43:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-development": "7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Mpdf\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Matěj Humpál",
                "role": "Developer, maintainer"
            },
            {
                "name": "Ian Back",
                "role": "Developer (retired)"
            }
        ],
        "description": "PHP library generating PDF files from UTF-8 encoded HTML",
        "homepage": "https://mpdf.github.io",
        "keywords": [
            "pdf",
            "php",
            "utf-8"
        ]
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.9.5",
        "version_normalized": "1.9.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
            "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2020-01-17T21:11:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            },
            "files": [
                "src/DeepCopy/deep_copy.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "omnipay/2checkout",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "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"
        },
        "time": "2014-09-17T00:35:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/authorizenet",
        "version": "2.6.0",
        "version_normalized": "2.6.0.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"
        },
        "time": "2018-01-13T18:47:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/buckaroo",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.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"
        },
        "time": "2017-05-30T09:43:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/cardsave",
        "version": "2.1.2",
        "version_normalized": "2.1.2.0",
        "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"
        },
        "time": "2014-09-21T02:27:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/coinbase",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "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"
        },
        "time": "2015-03-06T05:35:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/common",
        "version": "v2.3.4",
        "version_normalized": "2.3.4.0",
        "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"
        },
        "time": "2015-03-30T14:34:46+00:00",
        "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"
            ]
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/dummy",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.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"
        },
        "time": "2018-04-17T09:57:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/eway",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "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"
        },
        "time": "2017-05-12T08:17:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/firstdata",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "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"
        },
        "time": "2019-01-27T20:05:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/gocardless",
        "version": "2.2.0",
        "version_normalized": "2.2.0.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"
        },
        "time": "2015-09-24T14:44:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/manual",
        "version": "v2.2.1",
        "version_normalized": "2.2.1.0",
        "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"
        },
        "time": "2016-12-28T03:02:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/migs",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "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"
        },
        "time": "2017-06-07T07:52:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/mollie",
        "version": "v3.2.0",
        "version_normalized": "3.2.0.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"
        },
        "time": "2016-10-11T09:44:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/multisafepay",
        "version": "v2.3.6",
        "version_normalized": "2.3.6.0",
        "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"
        },
        "time": "2017-05-28T06:28:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/netaxept",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.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"
        },
        "time": "2018-05-14T08:46:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/netbanx",
        "version": "v2.2",
        "version_normalized": "2.2.0.0",
        "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"
        },
        "time": "2016-09-21T10:52:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/payfast",
        "version": "v2.2",
        "version_normalized": "2.2.0.0",
        "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"
        },
        "time": "2018-02-02T17:02:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/payflow",
        "version": "v2.3.1",
        "version_normalized": "2.3.1.0",
        "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"
        },
        "time": "2018-04-11T04:19:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/paymentexpress",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
            "reference": "d8f19103df0c3105872b105507b079822ab32c96"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/d8f19103df0c3105872b105507b079822ab32c96",
            "reference": "d8f19103df0c3105872b105507b079822ab32c96",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2018-05-14T09:09:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/paypal",
        "version": "v2.6.4",
        "version_normalized": "2.6.4.0",
        "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"
        },
        "time": "2017-11-10T08:10:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/pin",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "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"
        },
        "time": "2016-03-25T18:06:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/sagepay",
        "version": "2.4.1",
        "version_normalized": "2.4.1.0",
        "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"
        },
        "time": "2017-09-05T15:31:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/securepay",
        "version": "2.2.0",
        "version_normalized": "2.2.0.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"
        },
        "time": "2018-05-25T07:49:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/stripe",
        "version": "V2.4.7",
        "version_normalized": "2.4.7.0",
        "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"
        },
        "time": "2017-07-14T09:22:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/targetpay",
        "version": "v2.2.1",
        "version_normalized": "2.2.1.0",
        "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"
        },
        "time": "2014-09-17T00:38:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "omnipay/worldpay",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "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"
        },
        "time": "2017-10-23T08:31:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.18",
        "version_normalized": "2.0.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2019-01-03T20:59:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v6.1.5",
        "version_normalized": "6.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
            "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "doctrine/annotations": "^1.2",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
        },
        "suggest": {
            "ext-mbstring": "Needed to send email in multibyte encoding charset",
            "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)"
        },
        "time": "2020-03-14T14:23:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPMailer\\PHPMailer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "authors": [
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
            }
        ],
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
        "funding": [
            {
                "url": "https://marcus.bointon.com/donations/",
                "type": "custom"
            },
            {
                "url": "https://github.com/Synchro",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/marcusbointon",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-03-23T09:12:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "setasign/fpdf",
        "version": "1.8.2",
        "version_normalized": "1.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDF.git",
            "reference": "d77904018090c17dc9f3ab6e944679a7a47e710a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDF/zipball/d77904018090c17dc9f3ab6e944679a7a47e710a",
            "reference": "d77904018090c17dc9f3ab6e944679a7a47e710a",
            "shasum": ""
        },
        "time": "2019-12-08T10:32:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "fpdf.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Olivier Plathey",
                "email": "oliver@fpdf.org",
                "homepage": "http://fpdf.org/"
            }
        ],
        "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
        "homepage": "http://www.fpdf.org",
        "keywords": [
            "fpdf",
            "pdf"
        ]
    },
    {
        "name": "setasign/fpdi",
        "version": "v2.3.2",
        "version_normalized": "2.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDI.git",
            "reference": "527761458f504882ab844f15754523825647f291"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDI/zipball/527761458f504882ab844f15754523825647f291",
            "reference": "527761458f504882ab844f15754523825647f291",
            "shasum": ""
        },
        "require": {
            "ext-zlib": "*",
            "php": "^5.6 || ^7.0"
        },
        "conflict": {
            "setasign/tfpdf": "<1.31"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7",
            "setasign/fpdf": "~1.8",
            "setasign/tfpdf": "1.31",
            "tecnickcom/tcpdf": "~6.2"
        },
        "suggest": {
            "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
        },
        "time": "2020-03-23T15:53:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "setasign\\Fpdi\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Slabon",
                "email": "jan.slabon@setasign.com",
                "homepage": "https://www.setasign.com"
            },
            {
                "name": "Maximilian Kresse",
                "email": "maximilian.kresse@setasign.com",
                "homepage": "https://www.setasign.com"
            }
        ],
        "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
        "homepage": "https://www.setasign.com/fpdi",
        "keywords": [
            "fpdf",
            "fpdi",
            "pdf"
        ],
        "funding": [
            {
                "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.8.52",
        "version_normalized": "2.8.52.0",
        "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": ""
        },
        "time": "2018-11-21T14:20:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v2.8.52",
        "version_normalized": "2.8.52.0",
        "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"
        },
        "time": "2019-11-12T12:34:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "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"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.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": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php54",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php54.git",
            "reference": "ddc8c8497180a1ecf3e77d4df42a276a38048683"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/ddc8c8497180a1ecf3e77d4df42a276a38048683",
            "reference": "ddc8c8497180a1ecf3e77d4df42a276a38048683",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php54\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php55",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php55.git",
            "reference": "bb47cf11bd615810c631c12caeadf70ea91d2d80"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bb47cf11bd615810c631c12caeadf70ea91d2d80",
            "reference": "bb47cf11bd615810c631c12caeadf70ea91d2d80",
            "shasum": ""
        },
        "require": {
            "ircmaxell/password-compat": "~1.0",
            "php": ">=5.3.3"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php55\\": ""
            },
            "files": [
                "bootstrap.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": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.6.2",
        "version_normalized": "2.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "c4a653ed3f1ff900baa15b4130c8770b57285b62"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/c4a653ed3f1ff900baa15b4130c8770b57285b62",
            "reference": "c4a653ed3f1ff900baa15b4130c8770b57285b62",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-ctype": "^1.9"
        },
        "require-dev": {
            "ext-filter": "*",
            "ext-pcre": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.0"
        },
        "suggest": {
            "ext-filter": "Required to use the boolean validator.",
            "ext-pcre": "Required to use most of the library."
        },
        "time": "2020-03-27T23:16:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "http://www.vancelucas.com"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    }
]
