From c0cba7d68814991ad5ee21055b75619b2bc90a0c Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Thu, 2 Apr 2026 12:53:49 +0200 Subject: [PATCH 1/2] ref: add `ext-excimer` as composer suggestion --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0bfd60f6c..129da2c6b 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@ "spiral/roadrunner-worker": "^3.6" }, "suggest": { + "ext-excimer": "Enable profiling with the Excimer PHP extension.", "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." }, "conflict": { From b5ebc0ea71209141bbe998e2d8c2631fb14746d8 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Thu, 2 Apr 2026 12:55:28 +0200 Subject: [PATCH 2/2] wording --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 129da2c6b..121fa5817 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "spiral/roadrunner-worker": "^3.6" }, "suggest": { - "ext-excimer": "Enable profiling with the Excimer PHP extension.", + "ext-excimer": "Enable Sentry profiling with the Excimer PHP extension.", "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." }, "conflict": {