From 7856a73add88f5d26b625b128015986544a42a73 Mon Sep 17 00:00:00 2001 From: tfrommen Date: Mon, 16 Dec 2024 08:24:17 +0100 Subject: [PATCH] chore: update install command for v2 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0349004..063c47f 100644 --- a/README.md +++ b/README.md @@ -279,8 +279,5 @@ shown in your IDE editor. Via Composer, require as development dependency: ```shell -composer require "inpsyde/php-coding-standards:^2@dev" --dev +composer require --dev inpsyde/php-coding-standards ``` - -_(Please note that `@dev` can be removed as soon as a stable 2.0.0 version has been released, or if -your root package minimum stability is `dev`)._