{
    "packages": [
        {
            "name": "monolog\/monolog",
            "version": "3.10.0",
            "version_normalized": "3.10.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Seldaek\/monolog.git",
                "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/b321dd6749f0bf7189444158a3ce785cc16d69b0",
                "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
                "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 || ^2.0",
                "guzzlehttp\/guzzle": "^7.4.5",
                "guzzlehttp\/psr7": "^2.2",
                "mongodb\/mongodb": "^1.8 || ^2.0",
                "php-amqplib\/php-amqplib": "~2.4 || ^3",
                "php-console\/php-console": "^3.1.8",
                "phpstan\/phpstan": "^2",
                "phpstan\/phpstan-deprecation-rules": "^2",
                "phpstan\/phpstan-strict-rules": "^2",
                "phpunit\/phpunit": "^10.5.17 || ^11.0.7",
                "predis\/predis": "^1.1 || ^2",
                "rollbar\/rollbar": "^4.0",
                "ruflin\/elastica": "^7 || ^8",
                "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": "2026-01-02T08:56:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RollbarWP\\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"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Seldaek\/monolog\/issues",
                "source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/3.10.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/monolog\/monolog"
        },
        {
            "name": "psr\/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "RollbarWP\\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"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/log\/tree\/3.0.2"
            },
            "install-path": "..\/psr\/log"
        },
        {
            "name": "rollbar\/rollbar",
            "version": "v4.2.1",
            "version_normalized": "4.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/rollbar\/rollbar-php.git",
                "reference": "98982f49b2ad1cc6469cad7a870ac9361a238a4c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/rollbar\/rollbar-php\/zipball\/98982f49b2ad1cc6469cad7a870ac9361a238a4c",
                "reference": "98982f49b2ad1cc6469cad7a870ac9361a238a4c",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "monolog\/monolog": "^2 || ^3",
                "php": ">=8.1.0 <9.0",
                "psr\/log": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "mockery\/mockery": "^1.5.1",
                "phpmd\/phpmd": "^2.13",
                "phpunit\/phpunit": "^9.6 || ^10.1",
                "squizlabs\/php_codesniffer": "^3.7",
                "vimeo\/psalm": "^6.13"
            },
            "suggest": {
                "fluent\/logger": "Needed to use the 'fluent' handler for fluentd support"
            },
            "time": "2026-03-27T16:54:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rollbar\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rollbar, Inc.",
                    "email": "support@rollbar.com",
                    "role": "Developer"
                }
            ],
            "description": "Monitors errors and exceptions and reports them to Rollbar",
            "homepage": "https:\/\/github.com\/rollbar\/rollbar-php",
            "keywords": [
                "debugging",
                "errors",
                "exceptions",
                "logging",
                "monitoring"
            ],
            "support": {
                "email": "support@rollbar.com",
                "issues": "https:\/\/github.com\/rollbar\/rollbar-php\/issues",
                "source": "https:\/\/github.com\/rollbar\/rollbar-php\/tree\/v4.2.1"
            },
            "install-path": "..\/rollbar\/rollbar"
        }
    ],
    "dev": false,
    "dev-package-names": []
}