From 54cdbc78bda532a6d2e04ea96a44cb8bb3271512 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 7 Dec 2020 11:18:02 -0600 Subject: [PATCH 1/3] Test hotfix for alphabatizing installed paths --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94fc4ab..5e59a96 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,15 @@ "description": "PHPCS sniffs for Alley Interactive", "type": "phpcodesniffer-standard", "license": "GPL-2.0-or-later", + "repositories": [ + { + "type": "vcs", + "url": "git@github.com:kevinfodness/phpcodesniffer-composer-installer.git" + } + ], "require": { "squizlabs/php_codesniffer": "^3.5.0", - "dealerdirect/phpcodesniffer-composer-installer": "*", + "dealerdirect/phpcodesniffer-composer-installer": "dev-hotfix/alphabetize-installed-paths", "wp-coding-standards/wpcs": "^2.3.0", "automattic/vipwpcs": "^2.1.0", "phpcompatibility/phpcompatibility-wp": "*" From cf4672e0ce9faa895aed7223b33acc28505c4378 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 7 Dec 2020 11:27:15 -0600 Subject: [PATCH 2/3] Use https reference instead of git address --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e59a96..5a2bebd 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "repositories": [ { "type": "vcs", - "url": "git@github.com:kevinfodness/phpcodesniffer-composer-installer.git" + "url": "https://github.com/kevinfodness/phpcodesniffer-composer-installer" } ], "require": { From d20903f129bfa82d4864280e78b9a99332dcc34f Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 7 Dec 2020 12:31:15 -0600 Subject: [PATCH 3/3] Update to dealerdirect/phpcodesniffer-composer-installer to dev-master This is a temporary bump until 0.7.1 is realeased, which is slated to include the fixes from Kevin's PR here: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/pull/126 --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5a2bebd..68c376b 100644 --- a/composer.json +++ b/composer.json @@ -3,15 +3,9 @@ "description": "PHPCS sniffs for Alley Interactive", "type": "phpcodesniffer-standard", "license": "GPL-2.0-or-later", - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/kevinfodness/phpcodesniffer-composer-installer" - } - ], "require": { "squizlabs/php_codesniffer": "^3.5.0", - "dealerdirect/phpcodesniffer-composer-installer": "dev-hotfix/alphabetize-installed-paths", + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "wp-coding-standards/wpcs": "^2.3.0", "automattic/vipwpcs": "^2.1.0", "phpcompatibility/phpcompatibility-wp": "*"