[
    {
        "name": "ircmaxell/password-compat",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-11-20 16:49:30",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/password.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@php.net",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
        "homepage": "https://github.com/ircmaxell/password_compat",
        "keywords": [
            "hashing",
            "password"
        ]
    },
    {
        "name": "symfony/polyfill-php55",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php55.git",
            "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
            "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
            "shasum": ""
        },
        "require": {
            "ircmaxell/password-compat": "~1.0",
            "php": ">=5.3.3"
        },
        "time": "2016-01-20 09:13:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php55\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php54",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php54.git",
            "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054",
            "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2016-01-20 09:13:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-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.3",
        "version_normalized": "2.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b",
            "reference": "6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-php54": "~1.0",
            "symfony/polyfill-php55": "~1.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4|~3.0.0"
        },
        "time": "2016-02-28 16:20:50",
        "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.3",
        "version_normalized": "2.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/78c468665c9568c3faaa9c416a7134308f2d85c3",
            "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3",
            "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": "2016-01-27 05:14:19",
        "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.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/omnipay-common.git",
            "reference": "5a618b4083a63b2e1405529d16c8d546a6788921"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/5a618b4083a63b2e1405529d16c8d546a6788921",
            "reference": "5a618b4083a63b2e1405529d16c8d546a6788921",
            "shasum": ""
        },
        "require": {
            "guzzle/guzzle": "~3.9",
            "php": ">=5.3.2",
            "symfony/http-foundation": "~2.1"
        },
        "require-dev": {
            "omnipay/tests": "~2.0"
        },
        "time": "2016-01-27 03:04:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "gateways": [
                "AuthorizeNet_AIM",
                "AuthorizeNet_SIM",
                "Buckaroo_Ideal",
                "Buckaroo_PayPal",
                "CardSave",
                "Coinbase",
                "Dummy",
                "Eway_Rapid",
                "FirstData_Connect",
                "GoCardless",
                "Manual",
                "Migs_ThreeParty",
                "Migs_TwoParty",
                "Mollie",
                "MultiSafepay",
                "Netaxept",
                "NetBanx",
                "PayFast",
                "Payflow_Pro",
                "PaymentExpress_PxPay",
                "PaymentExpress_PxPost",
                "PayPal_Express",
                "PayPal_Pro",
                "Pin",
                "SagePay_Direct",
                "SagePay_Server",
                "SecurePay_DirectPost",
                "Stripe",
                "TargetPay_Directebanking",
                "TargetPay_Ideal",
                "TargetPay_Mrcash",
                "WorldPay"
            ]
        },
        "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": "collizo4sky/omnipay-2checkout",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/collizo4sky/omnipay-2checkout.git",
            "reference": "165118c78fad8e06a3e5b365563bd72991a1f660"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/collizo4sky/omnipay-2checkout/zipball/165118c78fad8e06a3e5b365563bd72991a1f660",
            "reference": "165118c78fad8e06a3e5b365563bd72991a1f660",
            "shasum": ""
        },
        "require": {
            "omnipay/common": "~2.0"
        },
        "require-dev": {
            "omnipay/tests": "~2.0",
            "satooshi/php-coveralls": "^0.7.1"
        },
        "time": "2016-03-04 14:09:18",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Omnipay\\TwoCheckoutPlus\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Agbonghama Collins",
                "email": "me@w3guy.com",
                "homepage": "http://w3guy.com"
            }
        ],
        "description": "2Checkout driver for the Omnipay payment processing library",
        "homepage": "https://github.com/collizo4sky/omnipay-2checkout",
        "keywords": [
            "2checkout",
            "omnipay"
        ]
    }
]
