From f85063832ce5159e3f9ce3f4b5782f13956e891b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:55:46 +0000 Subject: [PATCH] fix(deps): Update sentry/sentry requirement from ^4.6.1 to ^4.15.2 Updates the requirements on [sentry/sentry](https://github.com/getsentry/sentry-php) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-php/releases) - [Changelog](https://github.com/getsentry/sentry-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-php/compare/4.6.1...4.15.2) --- updated-dependencies: - dependency-name: sentry/sentry dependency-version: 4.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eec6a2e..5a02e03 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "monolog/monolog": "^3.0", "nyholm/psr7": "^1.2.1", "psr/log": "^3.0", - "sentry/sentry": "^4.6.1", + "sentry/sentry": "^4.15.2", "symfony/config": "^7.2", "symfony/dependency-injection": "^7.2", "symfony/http-client": "^7.2",