From fa21c6b052c83002f25e9db4b688a3328cfba8be Mon Sep 17 00:00:00 2001 From: Benoit Galati Date: Sat, 3 Feb 2024 13:18:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=20Remove=20sentry/sdk=20from=20?= =?UTF-8?q?dev=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 6a08ee6..06d6576 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,6 @@ "phpstan/phpstan": "1.10.14", "phpstan/phpstan-phpunit": "1.3.11", "phpunit/phpunit": "^9.6.7", - "sentry/sdk": "^3.1", "symfony/phpunit-bridge": "^6.2.10", "symfony/var-dumper": ">4.3" }