chore(deps): update dependency monolog/monolog to v3.12.0 #29

Merged
haylan merged 2 commits from renovate/monolog-monolog-3.x-lockfile into main 2026-09-09 22:19:00 +00:00
Showing only changes of commit 00e32aa81d - Show all commits
Generated
+8 -6
View File
@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "3.10.0", "version": "3.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0" "reference": "72c534fc0ab181ef52d92a68382318631e301608"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/72c534fc0ab181ef52d92a68382318631e301608",
"reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0", "reference": "72c534fc0ab181ef52d92a68382318631e301608",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -43,6 +43,7 @@
"phpstan/phpstan-strict-rules": "^2", "phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^10.5.17 || ^11.0.7", "phpunit/phpunit": "^10.5.17 || ^11.0.7",
"predis/predis": "^1.1 || ^2", "predis/predis": "^1.1 || ^2",
"psr/clock": "^1.0",
"rollbar/rollbar": "^4.0", "rollbar/rollbar": "^4.0",
"ruflin/elastica": "^7 || ^8", "ruflin/elastica": "^7 || ^8",
"symfony/mailer": "^5.4 || ^6", "symfony/mailer": "^5.4 || ^6",
@@ -61,6 +62,7 @@
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "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", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"psr/clock": "Required to pass a clock to the Logger and control the timestamp of log records",
"rollbar/rollbar": "Allow sending log messages to Rollbar", "rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server" "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
}, },
@@ -95,7 +97,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Seldaek/monolog/issues", "issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.10.0" "source": "https://github.com/Seldaek/monolog/tree/3.12.0"
}, },
"funding": [ "funding": [
{ {
@@ -107,7 +109,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-02T08:56:05+00:00" "time": "2026-09-09T08:34:20+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",