From c10a960b2005ac5d9089b6fb3af9400faff763e6 Mon Sep 17 00:00:00 2001 From: Mads Jon Nielsen Date: Fri, 23 Feb 2024 11:48:21 +0100 Subject: [PATCH] Remove elastic-apm dep (#41) --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 97491ea..887ea98 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,7 @@ "require": { "php": "^8.2", "ext-json": "*", - "ext-mbstring": "*", - "ext-elastic_apm": "*", + "ext-mbstring": "*", "nesbot/carbon": "^2.17", "illuminate/http": "^10.0", "illuminate/support": "^10.0",