From 318fca1d3a689c93007fa355c9709b9a8b11d6b3 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 10 Jun 2024 10:48:57 -0500 Subject: [PATCH] docs: suggest installing without dev dependencies by default Signed-off-by: Evan Sims --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ee2f863..1d504481 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ We also have tailored SDKs for [Laravel](https://github.com/auth0/laravel-auth0) Ensure you have [the necessary dependencies](#requirements) installed, then add the SDK to your application using [Composer](https://getcomposer.org/): ``` -composer require auth0/auth0-php +composer require auth0/auth0-php --no-dev ``` ### Configure Auth0