From dcc784530208818656256deca6e54db52b111d2f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 12 Apr 2021 20:58:41 +0200 Subject: [PATCH] README: update install instructions See: PHPCompatibility/PHPCompatibilityWP 28 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed09a15..37b6493 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ The minimum _recommended_ version of PHP_CodeSniffer is version 2.6.0. If you don't have a Composer plugin installed to manage the `installed_paths` setting for PHP_CodeSniffer, run the following from the command-line: ```bash -composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-all:* +composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-all:"*" composer install ``` If you already have a Composer PHP_CodeSniffer plugin installed, run: ```bash -composer require --dev phpcompatibility/phpcompatibility-all:* +composer require --dev phpcompatibility/phpcompatibility-all:"*" composer install ```