From fecdd3774354e9c0dd5e6056e0e695894a173481 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 24 Apr 2026 09:44:29 +0200 Subject: [PATCH] Update used packages to their latest versions --- composer.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6e99103ad..745f793b1 100644 --- a/composer.lock +++ b/composer.lock @@ -6016,16 +6016,16 @@ }, { "name": "sentry/sentry", - "version": "4.24.0", + "version": "4.25.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "5055cc792f630a427fdf9dcccd88faa94b50fd30" + "reference": "bfee3381e1f6dea8a5f3a18adba6419fe81c5f54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5055cc792f630a427fdf9dcccd88faa94b50fd30", - "reference": "5055cc792f630a427fdf9dcccd88faa94b50fd30", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/bfee3381e1f6dea8a5f3a18adba6419fe81c5f54", + "reference": "bfee3381e1f6dea8a5f3a18adba6419fe81c5f54", "shasum": "" }, "require": { @@ -6057,6 +6057,7 @@ "spiral/roadrunner-worker": "^3.6" }, "suggest": { + "ext-excimer": "Enable Sentry profiling with the Excimer PHP extension.", "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." }, "type": "library", @@ -6093,7 +6094,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.24.0" + "source": "https://github.com/getsentry/sentry-php/tree/4.25.0" }, "funding": [ { @@ -6105,7 +6106,7 @@ "type": "custom" } ], - "time": "2026-04-01T14:34:34+00:00" + "time": "2026-04-23T12:50:03+00:00" }, { "name": "sentry/sentry-laravel",