From 52355a2e4e5e06b7e10312b0badd582ff2122588 Mon Sep 17 00:00:00 2001 From: Raffaele Carelle Date: Wed, 6 May 2026 11:03:05 +0200 Subject: [PATCH] add --dev flag to composer require --- README.md | 2 +- docs/guide/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 260e95a..d18e807 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Requirements: Add the library to your project: ```bash -composer require playwright-php/playwright +composer require --dev playwright-php/playwright ``` Install the Playwright browsers (Chromium, Firefox, WebKit): diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 813c608..94d2566 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -21,7 +21,7 @@ Composer. Second, you run a command to download the necessary browser binaries. Navigate to your project's root directory and run the following Composer command: ```bash -composer require playwright-php/playwright +composer require --dev playwright-php/playwright ``` ### Step 2: Install Browsers