From 2975374a2cca99d5dabbe4d4f98cd52ee65e929f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 2 Jan 2023 23:16:39 +0100 Subject: [PATCH] Composer: update the suggestion version of the Composer PHPCS plugin The Composer PHPCS plugin has released its 1.0.0 version. :tada: Ref: https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 395567d..7a7f856 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpcompatibility/phpcompatibility-passwordcompat" : "^1.0" }, "require-dev" : { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "symfony/polyfill-php54": "1.19", "symfony/polyfill-php55": "1.19", "symfony/polyfill-php56": "1.19", @@ -40,7 +40,7 @@ "symfony/polyfill-php80": "dev-main" }, "suggest" : { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "prefer-stable" : true