[
    {
        "name": "bainternet/tax-meta-class",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "dist": {
            "type": "zip",
            "url": "https://github.com/bainternet/Tax-Meta-Class/archive/master.zip",
            "reference": null,
            "shasum": null
        },
        "type": "library",
        "installation-source": "dist"
    },
    {
        "name": "d11wtq/boris",
        "version": "v1.0.8",
        "version_normalized": "1.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/borisrepl/boris.git",
            "reference": "125dd4e5752639af7678a22ea597115646d89c6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/borisrepl/boris/zipball/125dd4e5752639af7678a22ea597115646d89c6e",
            "reference": "125dd4e5752639af7678a22ea597115646d89c6e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "suggest": {
            "ext-pcntl": "*",
            "ext-posix": "*",
            "ext-readline": "*"
        },
        "time": "2014-01-17 12:21:18",
        "bin": [
            "bin/boris"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Boris": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.6.5",
        "version_normalized": "2.6.5.0",
        "target-dir": "Symfony/Component/EventDispatcher",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/EventDispatcher.git",
            "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284",
            "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0,>=2.0.5",
            "symfony/dependency-injection": "~2.6",
            "symfony/expression-language": "~2.6",
            "symfony/phpunit-bridge": "~2.7",
            "symfony/stopwatch": "~2.3"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2015-03-13 17:37:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "http://symfony.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-18 18:23:50",
        "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"
        ]
    },
    {
        "name": "react/promise",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
            "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2014-12-30 13:32:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@googlemail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP"
    },
    {
        "name": "guzzlehttp/streams",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/streams.git",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-12 19:18:40",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Stream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple abstraction over streams of data",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "Guzzle",
            "stream"
        ]
    },
    {
        "name": "guzzlehttp/ringphp",
        "version": "1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/RingPHP.git",
            "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/52d868f13570a9a56e5fce6614e0ec75d0f13ac2",
            "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/streams": "~3.0",
            "php": ">=5.4.0",
            "react/promise": "~2.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "ext-curl": "Guzzle will use specific adapters if cURL is present"
        },
        "time": "2015-03-30 01:43:20",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Ring\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "5.1.0",
        "version_normalized": "5.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5",
            "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/ringphp": "~1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0",
            "psr/log": "~1.0"
        },
        "time": "2014-12-19 20:27:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "humanmade/custom-meta-boxes",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "dist": {
            "type": "zip",
            "url": "https://github.com/humanmade/Custom-Meta-Boxes/archive/master.zip",
            "reference": null,
            "shasum": null
        },
        "type": "library",
        "installation-source": "dist"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v2.6.5",
        "version_normalized": "2.6.5.0",
        "target-dir": "Symfony/Component/HttpFoundation",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/HttpFoundation.git",
            "reference": "d527885e37b55ec0e3dc6f4b70566d0f9b2f2388"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/d527885e37b55ec0e3dc6f4b70566d0f9b2f2388",
            "reference": "d527885e37b55ec0e3dc6f4b70566d0f9b2f2388",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4",
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2015-03-13 17:37:22",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "classmap": [
                "Symfony/Component/HttpFoundation/Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "http://symfony.com"
    },
    {
        "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-30 14:34:46",
        "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/worldpay",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-worldpay.git",
            "reference": "5353f02b7f800b93d8aeae606d6df09afa538457"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/5353f02b7f800b93d8aeae606d6df09afa538457",
            "reference": "5353f02b7f800b93d8aeae606d6df09afa538457",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:37:18",
        "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": "omnipay/targetpay",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/omnipay/targetpay.git",
            "reference": "7274721c97f6f8ad3d2a8b4dea474ac548c45bac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/omnipay/targetpay/zipball/7274721c97f6f8ad3d2a8b4dea474ac548c45bac",
            "reference": "7274721c97f6f8ad3d2a8b4dea474ac548c45bac",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-04-14 12:23:56",
        "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/omnipay/targetpay/contributors"
            }
        ],
        "description": "TargetPay driver for the Omnipay payment processing library",
        "homepage": "https://github.com/omnipay/targetpay",
        "keywords": [
            "gateway",
            "merchant",
            "omnipay",
            "pay",
            "payment",
            "targetpay"
        ]
    },
    {
        "name": "omnipay/stripe",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-stripe.git",
            "reference": "b3ed1028bb72837905012311fa74259d9ed8ba3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/b3ed1028bb72837905012311fa74259d9ed8ba3c",
            "reference": "b3ed1028bb72837905012311fa74259d9ed8ba3c",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-03-16 19:24:07",
        "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/securepay",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/omnipay/securepay.git",
            "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/omnipay/securepay/zipball/09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
            "reference": "09503288fdb1efcd81bd0ac3c1800ce0ce13cc6e",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-04-14 11:26:20",
        "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/omnipay/securepay/contributors"
            }
        ],
        "description": "SecurePay driver for the Omnipay payment processing library",
        "homepage": "https://github.com/omnipay/securepay",
        "keywords": [
            "gateway",
            "merchant",
            "omnipay",
            "pay",
            "payment",
            "securepay"
        ]
    },
    {
        "name": "omnipay/sagepay",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-sagepay.git",
            "reference": "2d24d15c7a78e2fe1ffb7af705948a60a6492dc6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/2d24d15c7a78e2fe1ffb7af705948a60a6492dc6",
            "reference": "2d24d15c7a78e2fe1ffb7af705948a60a6492dc6",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:40:02",
        "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/pin",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/omnipay/pin.git",
            "reference": "04e778e9689882d4c40419263014068b69b93168"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/omnipay/pin/zipball/04e778e9689882d4c40419263014068b69b93168",
            "reference": "04e778e9689882d4c40419263014068b69b93168",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-04-14 11:26:15",
        "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/omnipay/pin/contributors"
            }
        ],
        "description": "Pin Payments driver for the Omnipay payment processing library",
        "homepage": "https://github.com/omnipay/pin",
        "keywords": [
            "gateway",
            "merchant",
            "omnipay",
            "pay",
            "payment",
            "pin"
        ]
    },
    {
        "name": "omnipay/paypal",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-paypal.git",
            "reference": "feacf47b52f599c8271625c44abc869178840ce4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/feacf47b52f599c8271625c44abc869178840ce4",
            "reference": "feacf47b52f599c8271625c44abc869178840ce4",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-03-10 23:39:59",
        "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/paymentexpress",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
            "reference": "a6309569a4a4372fe1c9cb464ff2ef57101df46d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/a6309569a4a4372fe1c9cb464ff2ef57101df46d",
            "reference": "a6309569a4a4372fe1c9cb464ff2ef57101df46d",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:37:09",
        "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/payflow",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-payflow.git",
            "reference": "9d86e3478dd42cbe40ab9466a7505c4f99c70ee7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/9d86e3478dd42cbe40ab9466a7505c4f99c70ee7",
            "reference": "9d86e3478dd42cbe40ab9466a7505c4f99c70ee7",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:38:58",
        "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/payfast",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-payfast.git",
            "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/b5b0a0ce86a6471871e2b149643fc8cb836c465f",
            "reference": "b5b0a0ce86a6471871e2b149643fc8cb836c465f",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:39:04",
        "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/netbanx",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-netbanx.git",
            "reference": "a56900120e676385cc42d67c82985fcaaa752140"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/a56900120e676385cc42d67c82985fcaaa752140",
            "reference": "a56900120e676385cc42d67c82985fcaaa752140",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:38:46",
        "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/netaxept",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-netaxept.git",
            "reference": "a661c212428703175f17e3f8f0a32f24b06fe9f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a661c212428703175f17e3f8f0a32f24b06fe9f8",
            "reference": "a661c212428703175f17e3f8f0a32f24b06fe9f8",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-01-12 16:10:59",
        "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/multisafepay",
        "version": "V2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-multisafepay.git",
            "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/a0f09abf404ca0dd21b553578d7f95df2bfa5318",
            "reference": "a0f09abf404ca0dd21b553578d7f95df2bfa5318",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-01-14 04:01:43",
        "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/mollie",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-mollie.git",
            "reference": "ea3830b0aaa845430387e5afc1f638be18a152ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/ea3830b0aaa845430387e5afc1f638be18a152ec",
            "reference": "ea3830b0aaa845430387e5afc1f638be18a152ec",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.2"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-10-15 14:25:03",
        "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/migs",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-migs.git",
            "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
            "reference": "b49e9f2816a5cdd3c1ba2bcb46a0c73dc43c0b3b",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:38:25",
        "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/manual",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-manual.git",
            "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/ddbe7e8cfdb03b102219185aeb7dd91823275c71",
            "reference": "ddbe7e8cfdb03b102219185aeb7dd91823275c71",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:37:01",
        "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/gocardless",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-gocardless.git",
            "reference": "106c2cc2f992813319c86f45863347c238771548"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/106c2cc2f992813319c86f45863347c238771548",
            "reference": "106c2cc2f992813319c86f45863347c238771548",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:39:16",
        "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/firstdata",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-firstdata.git",
            "reference": "3c198a29ab36c0d2fa17495444e5ab6e1d79e212"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/3c198a29ab36c0d2fa17495444e5ab6e1d79e212",
            "reference": "3c198a29ab36c0d2fa17495444e5ab6e1d79e212",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:39:22",
        "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/eway",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-eway.git",
            "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/0dcf28596f0382fbfc3ee229e98e60798675ed16",
            "reference": "0dcf28596f0382fbfc3ee229e98e60798675ed16",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-03-30 00:28:33",
        "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/dummy",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-dummy.git",
            "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/2e4d4b37114917b7b843bed3cd19bafdf22ad420",
            "reference": "2e4d4b37114917b7b843bed3cd19bafdf22ad420",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:39:36",
        "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/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-06 05:35:39",
        "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/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-21 02:27:16",
        "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/buckaroo",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-buckaroo.git",
            "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/76a4fdc4af46a2eeff58036bcb16af7d077363b9",
            "reference": "76a4fdc4af46a2eeff58036bcb16af7d077363b9",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:35:28",
        "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/authorizenet",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
            "reference": "7b5166975757bdf951ce39bf9e116b069d9acc5f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/7b5166975757bdf951ce39bf9e116b069d9acc5f",
            "reference": "7b5166975757bdf951ce39bf9e116b069d9acc5f",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-01-19 19:06:04",
        "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/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-17 00:35:37",
        "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/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-10 13:55: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": "symfony/translation",
        "version": "v2.6.5",
        "version_normalized": "2.6.5.0",
        "target-dir": "Symfony/Component/Translation",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/Translation.git",
            "reference": "043db5f1eef9598d1bc1d75b93304984c003d7d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/Translation/zipball/043db5f1eef9598d1bc1d75b93304984c003d7d9",
            "reference": "043db5f1eef9598d1bc1d75b93304984c003d7d9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.3,>=2.3.12",
            "symfony/intl": "~2.3",
            "symfony/phpunit-bridge": "~2.7",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "psr/log": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2015-03-14 11:42:25",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Symfony\\Component\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "http://symfony.com"
    },
    {
        "name": "nesbot/carbon",
        "version": "1.18.0",
        "version_normalized": "1.18.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
            "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/translation": "2.6.*"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-03-26 03:05:57",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Carbon": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "philipbrown/signature-php",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/philipbrown/signature-php.git",
            "reference": "4d097bf5f1a186bcd02ab6744f7b24ff45a4b5ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/philipbrown/signature-php/zipball/4d097bf5f1a186bcd02ab6744f7b24ff45a4b5ec",
            "reference": "4d097bf5f1a186bcd02ab6744f7b24ff45a4b5ec",
            "shasum": ""
        },
        "require": {
            "nesbot/carbon": "~1.0",
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2014-10-05 18:34:20",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhilipBrown\\Signature\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Philip Brown",
                "email": "phil@ipbrown.com"
            }
        ],
        "description": "HMAC-SHA authentication",
        "keywords": [
            "Authentication",
            "HMAC-SHA"
        ]
    }
]
