[
    {
        "name": "kriswallsmith/buzz",
        "version": "v0.15.2",
        "version_normalized": "0.15.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/Buzz.git",
            "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d0b82d8a6169276f91f445c26792ff4a2b11e831",
            "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.3"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2017-11-24T19:18:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Buzz\\": "lib/Buzz"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Lightweight HTTP client",
        "homepage": "https://github.com/kriswallsmith/Buzz",
        "keywords": [
            "curl",
            "http client"
        ]
    },
    {
        "name": "sentry/sentry",
        "version": "1.9.2",
        "version_normalized": "1.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/getsentry/sentry-php.git",
            "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b",
            "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": "^5.3|^7.0"
        },
        "conflict": {
            "raven/raven": "*"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.8.0",
            "monolog/monolog": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7"
        },
        "suggest": {
            "ext-hash": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "monolog/monolog": "Automatically capture Monolog events as breadcrumbs"
        },
        "time": "2018-08-18T19:41:03+00:00",
        "bin": [
            "bin/sentry"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Raven_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "David Cramer",
                "email": "dcramer@gmail.com"
            }
        ],
        "description": "A PHP client for Sentry (http://getsentry.com)",
        "homepage": "http://getsentry.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
            "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0"
        },
        "time": "2017-09-06T17:07:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-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/polyfill-mbstring",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
            "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2017-06-14T15:44:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    }
]
