{
    "_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#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "0aee63bce49696119a7865f506ea4e65",
    "packages": [
        {
            "name": "alfaproject/omnipay-skrill",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/xcaliber-tech/omnipay-skrill.git",
                "reference": "f90a185b5e26fb5b4150d664f01ad8048b460bcf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/xcaliber-tech/omnipay-skrill/zipball/f90a185b5e26fb5b4150d664f01ad8048b460bcf",
                "reference": "f90a185b5e26fb5b4150d664f01ad8048b460bcf",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Omnipay\\Skrill\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joao Dias",
                    "email": "joao.dias@cherrygroup.com"
                }
            ],
            "description": "Skrill driver for the Omnipay payment processing library",
            "homepage": "https://github.com/alfaproject/omnipay-skrill",
            "keywords": [
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "skrill"
            ],
            "time": "2017-08-23T08:56:17+00:00"
        },
        {
            "name": "collizo4sky/omnipay-2checkout",
            "version": "1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/collizo4sky/omnipay-2checkout.git",
                "reference": "26908c62dfeef4d87617e5a96c1d2ca53bfc3fb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/collizo4sky/omnipay-2checkout/zipball/26908c62dfeef4d87617e5a96c1d2ca53bfc3fb5",
                "reference": "26908c62dfeef4d87617e5a96c1d2ca53bfc3fb5",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0",
                "satooshi/php-coveralls": "^0.7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\TwoCheckoutPlus\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Agbonghama Collins",
                    "email": "me@w3guy.com",
                    "homepage": "http://w3guy.com"
                }
            ],
            "description": "2Checkout driver for the Omnipay payment processing library",
            "homepage": "https://github.com/collizo4sky/omnipay-2checkout",
            "keywords": [
                "2checkout",
                "omnipay"
            ],
            "time": "2017-05-11T16:35:19+00:00"
        },
        {
            "name": "guzzle/guzzle",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "f7778ed85e3db90009d79725afd6c3a82dab32fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/f7778ed85e3db90009d79725afd6c3a82dab32fe",
                "reference": "f7778ed85e3db90009d79725afd6c3a82dab32fe",
                "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"
            ],
            "abandoned": "guzzlehttp/guzzle",
            "time": "2016-10-26T18:22:07+00:00"
        },
        {
            "name": "jaysson/omnipay-payubiz",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/jaysson/omnipay-payubiz.git",
                "reference": "155e43f62be97f9a1b00c4ee073ba737d1ec1233"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jaysson/omnipay-payubiz/zipball/155e43f62be97f9a1b00c4ee073ba737d1ec1233",
                "reference": "155e43f62be97f9a1b00c4ee073ba737d1ec1233",
                "shasum": ""
            },
            "require": {
                "omnipay/common": "~2.0",
                "php": "~5.5|~7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\PayUBiz\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Prabhakar Bhat",
                    "email": "prabhakarbhat@live.com",
                    "homepage": "http://prabhakarbhat.com",
                    "role": "Developer"
                }
            ],
            "description": "Integrates PayUBiz payment gateway with omnipay",
            "homepage": "https://github.com/jaysson/omnipay-payubiz",
            "keywords": [
                "jaysson",
                "omnipay",
                "payu",
                "payubiz"
            ],
            "time": "2016-04-28T19:01:51+00:00"
        },
        {
            "name": "omnipay/authorizenet",
            "version": "2.6.x-dev",
            "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"
            ],
            "time": "2018-01-13T18:47:39+00:00"
        },
        {
            "name": "omnipay/common",
            "version": "2.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-common.git",
                "reference": "b1440bd7c0b4fb28ba8250d93695c61ac887685d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/b1440bd7c0b4fb28ba8250d93695c61ac887685d",
                "reference": "b1440bd7c0b4fb28ba8250d93695c61ac887685d",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.9",
                "php": ">=5.3.2",
                "symfony/http-foundation": "~2.1|~3.0"
            },
            "require-dev": {
                "omnipay/tests": "~2.0",
                "squizlabs/php_codesniffer": "~1.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                },
                "gateways": [
                    "AuthorizeNet_AIM",
                    "AuthorizeNet_SIM",
                    "Buckaroo_CreditCard",
                    "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",
                    "WorldPay"
                ]
            },
            "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"
            ],
            "time": "2017-01-08T16:58:11+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"
            ],
            "time": "2018-02-02T17:02:45+00:00"
        },
        {
            "name": "omnipay/paypal",
            "version": "2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-paypal.git",
                "reference": "207f602699d021ffc89c7b3dea99b5d0d6713221"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/207f602699d021ffc89c7b3dea99b5d0d6713221",
                "reference": "207f602699d021ffc89c7b3dea99b5d0d6713221",
                "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"
            ],
            "time": "2018-03-28T16:14:31+00:00"
        },
        {
            "name": "omnipay/stripe",
            "version": "2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-stripe.git",
                "reference": "bc6afb30d84a33ef845c69290785810f14d66cb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/bc6afb30d84a33ef845c69290785810f14d66cb8",
                "reference": "bc6afb30d84a33ef845c69290785810f14d66cb8",
                "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"
            ],
            "time": "2018-05-14T08:46:06+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
                "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."
            },
            "type": "library",
            "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",
                "pseudorandom",
                "random"
            ],
            "time": "2018-04-04T21:24:14+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "2.8.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b69aad7d4c086dc94ebade2d5eb9145da5dac8c",
                "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c",
                "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",
            "time": "2018-04-06T07:35:03+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "3.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "46c05c8246b5cf6f70dbe2bf1d0ebeffa3370172"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/46c05c8246b5cf6f70dbe2bf1d0ebeffa3370172",
                "reference": "46c05c8246b5cf6f70dbe2bf1d0ebeffa3370172",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php70": "~1.6"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0|~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-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",
            "time": "2018-05-30T04:24:30+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "25b83a5050c6607e2dfa814ffb15388caf7ce690"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/25b83a5050c6607e2dfa814ffb15388caf7ce690",
                "reference": "25b83a5050c6607e2dfa814ffb15388caf7ce690",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "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"
            ],
            "time": "2018-05-30T15:56:36+00:00"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0|~2.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php70\\": ""
                },
                "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 7.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2018-04-26T10:06:28+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "alfaproject/omnipay-skrill": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}
