[
    {
        "name": "symfony/http-foundation",
        "version": "v2.7.10",
        "version_normalized": "2.7.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "6aeb70d26da8f30753111b3f9cf47eb0421c0735"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6aeb70d26da8f30753111b3f9cf47eb0421c0735",
            "reference": "6aeb70d26da8f30753111b3f9cf47eb0421c0735",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4"
        },
        "time": "2016-02-28 16:19:47",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "classmap": [
                "Resources/stubs"
            ],
            "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": "monolog/monolog",
        "version": "1.19.0",
        "version_normalized": "1.19.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
            "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "raven/raven": "^0.13",
            "ruflin/elastica": ">=0.90 <3.0",
            "swiftmailer/swiftmailer": "~5.3"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
        },
        "time": "2016-04-12 18:29:35",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10 12:19:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "bouncer/bouncer",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/znarf/bouncer.git",
            "reference": "69e23ef0762d374da0cbb4bd6e6b70f60ae5b0a6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/znarf/bouncer/zipball/69e23ef0762d374da0cbb4bd6e6b70f60ae5b0a6",
            "reference": "69e23ef0762d374da0cbb4bd6e6b70f60ae5b0a6",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.19.0",
            "php": ">=5.3.9",
            "symfony/http-foundation": "2.7.10"
        },
        "time": "2016-12-12 22:09:17",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Bouncer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Hodierne",
                "email": "francois@hodierne.net",
                "homepage": "http://francois.hodierne.net/",
                "role": "Developer"
            }
        ],
        "description": "A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.",
        "homepage": "https://github.com/znarf/bouncer",
        "keywords": [
            "bouncer",
            "log",
            "logging"
        ]
    },
    {
        "name": "access-watch/access-watch",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/access-watch/access-watch-php.git",
            "reference": "e62c2fd7c39bece05325c50a284fee293cb57ba4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/access-watch/access-watch-php/zipball/e62c2fd7c39bece05325c50a284fee293cb57ba4",
            "reference": "e62c2fd7c39bece05325c50a284fee293cb57ba4",
            "shasum": ""
        },
        "require": {
            "bouncer/bouncer": "~2.1.0",
            "php": ">=5.3.9"
        },
        "time": "2017-02-22 21:16:16",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "AccessWatch\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Hodierne",
                "email": "francois@access.watch",
                "homepage": "http://access.watch/",
                "role": "Developer"
            }
        ],
        "description": "A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.",
        "homepage": "https://github.com/access-watch/access-watch-php",
        "keywords": [
            "analysis",
            "bouncer",
            "http",
            "log",
            "logging",
            "request",
            "traffic"
        ]
    }
]
