From 4ff077ed985818296114abc145f4a76e3132a85b Mon Sep 17 00:00:00 2001
From: Brendan Petty - Totally Web Services
<40818011+brendanpetty@users.noreply.github.com>
Date: Mon, 27 Oct 2025 11:01:05 +1100
Subject: [PATCH] Add Composer requirement to PHP platform guide
Because it seems that Composer is required in the steps below
---
docs/platforms/php/index.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/platforms/php/index.mdx b/docs/platforms/php/index.mdx
index 4c6c7eae3787ab..c019bbc430af6d 100644
--- a/docs/platforms/php/index.mdx
+++ b/docs/platforms/php/index.mdx
@@ -13,6 +13,7 @@ og_image: /og-images/platforms-php.png
* You need a [Sentry account](https://sentry.io/signup/) and project
* Your application needs to run on PHP 7.2 or later
+* You need to be using Composer
* Read one of these other guides if you use Laravel or Symfony
## Features