[
    {
        "name": "braintree/braintree_php",
        "version": "3.39.0",
        "version_normalized": "3.39.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/braintree/braintree_php.git",
            "reference": "19c6f50fa9fee1388ea5e7f556457243dc35a145"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/braintree/braintree_php/zipball/19c6f50fa9fee1388ea5e7f556457243dc35a145",
            "reference": "19c6f50fa9fee1388ea5e7f556457243dc35a145",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-dom": "*",
            "ext-hash": "*",
            "ext-openssl": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2019-01-24T20:25:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Braintree": "lib/"
            },
            "psr-4": {
                "Braintree\\": "lib/Braintree"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Braintree",
                "homepage": "https://www.braintreepayments.com"
            }
        ],
        "description": "Braintree PHP Client Library"
    },
    {
        "name": "braintree/braintreehttp",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/braintree/braintreehttp_php.git",
            "reference": "204e36494d9e4b31033328df96af54b17f68b698"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/braintree/braintreehttp_php/zipball/204e36494d9e4b31033328df96af54b17f68b698",
            "reference": "204e36494d9e4b31033328df96af54b17f68b698",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "wiremock-php/wiremock-php": "1.43.2"
        },
        "time": "2018-04-17T20:53:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BraintreeHttp\\": "lib/BraintreeHttp"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Braintree",
                "email": "code@getbraintree.com"
            }
        ]
    },
    {
        "name": "paypal/paypal-checkout-sdk",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
            "reference": "b321066fdce122cd63368b559d54674bdf2f12a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/b321066fdce122cd63368b559d54674bdf2f12a8",
            "reference": "b321066fdce122cd63368b559d54674bdf2f12a8",
            "shasum": ""
        },
        "require": {
            "braintree/braintreehttp": "0.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-02-04T06:59:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
                "Sample\\": "samples/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PayPal",
                "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
            }
        ],
        "description": "PayPal's PHP SDK for Checkout REST APIs",
        "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
        "keywords": [
            "checkout",
            "orders",
            "payments",
            "paypal",
            "rest",
            "sdk"
        ]
    },
    {
        "name": "stripe/stripe-php",
        "version": "v6.33.0",
        "version_normalized": "6.33.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stripe/stripe-php.git",
            "reference": "042acd0d1c956a51f447419075d1f23969b0f262"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stripe/stripe-php/zipball/042acd0d1c956a51f447419075d1f23969b0f262",
            "reference": "042acd0d1c956a51f447419075d1f23969b0f262",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "1.*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0",
            "symfony/process": "~2.8"
        },
        "time": "2019-04-22T23:29:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stripe\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stripe and contributors",
                "homepage": "https://github.com/stripe/stripe-php/contributors"
            }
        ],
        "description": "Stripe PHP Library",
        "homepage": "https://stripe.com/",
        "keywords": [
            "api",
            "payment processing",
            "stripe"
        ]
    },
    {
        "name": "twilio/sdk",
        "version": "5.31.1",
        "version_normalized": "5.31.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twilio/twilio-php.git",
            "reference": "7bf7fc2912720122a37df1bc330eaffe382de65b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twilio/twilio-php/zipball/7bf7fc2912720122a37df1bc330eaffe382de65b",
            "reference": "7bf7fc2912720122a37df1bc330eaffe382de65b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "apigen/apigen": "^4.1",
            "phpunit/phpunit": "4.5.*"
        },
        "time": "2019-04-12T23:00:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Twilio\\": "Twilio/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Twilio API Team",
                "email": "api@twilio.com"
            }
        ],
        "description": "A PHP wrapper for Twilio's API",
        "homepage": "http://github.com/twilio/twilio-php",
        "keywords": [
            "api",
            "sms",
            "twilio"
        ]
    }
]
