[
    {
        "name": "symfony/polyfill-php54",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php54.git",
            "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
            "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-11-04 20:28:58",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php54\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "dc5172ce2d01965f50b6c51bccc5ae243709b3c2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/dc5172ce2d01965f50b6c51bccc5ae243709b3c2",
            "reference": "dc5172ce2d01965f50b6c51bccc5ae243709b3c2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-php54": "~1.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4|~3.0.0"
        },
        "time": "2015-12-18 15:38:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
            "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.0,>=2.0.5|~3.0.0",
            "symfony/dependency-injection": "~2.6|~3.0.0",
            "symfony/expression-language": "~2.6|~3.0.0",
            "symfony/stopwatch": "~2.3|~3.0.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2015-10-30 20:15:42",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "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": "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.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-targetpay.git",
            "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0",
            "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2014-09-17 00:38:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Omnipay\\TargetPay\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Adrian Macneil",
                "email": "adrian@adrianmacneil.com"
            },
            {
                "name": "Omnipay Contributors",
                "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors"
            }
        ],
        "description": "TargetPay driver for the Omnipay payment processing library",
        "homepage": "https://github.com/thephpleague/omnipay-targetpay",
        "keywords": [
            "gateway",
            "merchant",
            "omnipay",
            "pay",
            "payment",
            "targetpay"
        ]
    },
    {
        "name": "omnipay/stripe",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-stripe.git",
            "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
            "reference": "54b816a5e95e34c988d71fb805b0232cfd7c1ce5",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-11-10 16:17:35",
        "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.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-sagepay.git",
            "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/899507095428fa54276ba5ca89f11fd7f8fd78ab",
            "reference": "899507095428fa54276ba5ca89f11fd7f8fd78ab",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-04-02 17:46:20",
        "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": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-paypal.git",
            "reference": "67efe5a927dec13fc7520e29bc44f15fd3a728e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/67efe5a927dec13fc7520e29bc44f15fd3a728e9",
            "reference": "67efe5a927dec13fc7520e29bc44f15fd3a728e9",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-11-11 21:48:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Omnipay\\PayPal\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Adrian Macneil",
                "email": "adrian@adrianmacneil.com"
            },
            {
                "name": "Omnipay Contributors",
                "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
            }
        ],
        "description": "PayPal gateway for Omnipay payment processing library",
        "homepage": "https://github.com/thephpleague/omnipay-paypal",
        "keywords": [
            "gateway",
            "merchant",
            "omnipay",
            "pay",
            "payment",
            "paypal",
            "purchase"
        ]
    },
    {
        "name": "omnipay/paymentexpress",
        "version": "v2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
            "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/bd417f02bacb2128c168956739cd3a902d3ee48c",
            "reference": "bd417f02bacb2128c168956739cd3a902d3ee48c",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-04-03 00:20:28",
        "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": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-payflow.git",
            "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
            "reference": "1d5963fd57bf16cfb8134900d3c34d9e30ca59a9",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-11-03 20:55:42",
        "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.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-netaxept.git",
            "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9",
            "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-05-08 15:13:17",
        "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/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": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-gocardless.git",
            "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
            "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-09-24 14:44:29",
        "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.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-firstdata.git",
            "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
            "reference": "0853bba0ee313f5557eb1c696d3ce5538dbd4aca",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-07-28 17:50:44",
        "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.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-authorizenet.git",
            "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/142a95f550a5320db09e66019ecf5c8b8c3885b9",
            "reference": "142a95f550a5320db09e66019ecf5c8b8c3885b9",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-07-15 18:11:17",
        "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/mollie",
        "version": "v3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-mollie.git",
            "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/a89cb0d15447023b24c03f86873c1c1489cd021b",
            "reference": "a89cb0d15447023b24c03f86873c1c1489cd021b",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.2"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2015-03-03 18:55:42",
        "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/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": "joomdonation/payment",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/joomdonation/payment.git",
            "reference": "e8fe793e58256d84443af05135d40485fea329b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/joomdonation/payment/zipball/e8fe793e58256d84443af05135d40485fea329b7",
            "reference": "e8fe793e58256d84443af05135d40485fea329b7",
            "shasum": ""
        },
        "require": {
            "omnipay/omnipay": "~2.0",
            "php": ">=5.3.10"
        },
        "time": "2016-01-10 05:21:24",
        "type": "joomla-package",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ossolution\\Payment\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Joomla Payment Package",
        "homepage": "https://github.com/joomdonation/payment",
        "keywords": [
            "joomla",
            "omnipay",
            "payment"
        ]
    }
]
