[
    {
        "name": "monolog/monolog",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/305444bc6fb6c89e490f4b34fa6e979584d7fa81",
            "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1",
            "psr/log": "^2.0 || ^3.0"
        },
        "provide": {
            "psr/log-implementation": "3.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "elasticsearch/elasticsearch": "^7 || ^8",
            "ext-json": "*",
            "graylog2/gelf-php": "^1.4.2",
            "guzzlehttp/guzzle": "^7.4",
            "guzzlehttp/psr7": "^2.2",
            "mongodb/mongodb": "^1.8",
            "php-amqplib/php-amqplib": "~2.4 || ^3",
            "phpstan/phpstan": "^1.4",
            "phpstan/phpstan-deprecation-rules": "^1.0",
            "phpstan/phpstan-strict-rules": "^1.1",
            "phpunit/phpunit": "^9.5.16",
            "predis/predis": "^1.1",
            "ruflin/elastica": "^7",
            "symfony/mailer": "^5.4 || ^6",
            "symfony/mime": "^5.4 || ^6"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
            "ext-mbstring": "Allow to work properly with unicode symbols",
            "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
            "ext-openssl": "Required to send log messages using SSL",
            "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
        },
        "time": "2022-07-24T12:00:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "3.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": "https://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "https://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ],
        "funding": [
            {
                "url": "https://github.com/Seldaek",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "psr/log",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
            "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
            "shasum": ""
        },
        "require": {
            "php": ">=8.0.0"
        },
        "time": "2021-07-14T16:46:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    }
]