From 67b5a7851723643e09e31ade19e8d5859d751167 Mon Sep 17 00:00:00 2001 From: Joe Parsons Date: Mon, 26 Oct 2020 20:21:20 -0700 Subject: [PATCH 1/2] Use forked version of pheromone/phpcs-security-audit with Composer 2.0 compatible patch applied. --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29735c0..0a8a6a5 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,17 @@ "role": "Team" } ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/az-digital/phpcs-security-audit" + } + ], "require": { "dealerdirect/phpcodesniffer-composer-installer": "0.7.0", "drupal/core-dev-pinned": "*", "mglaman/drupal-check": "1.1.2", - "pheromone/phpcs-security-audit": "dev-master#1b8a61d4ac8f4f1554bcbf67865f8e1c1b213bdd", + "pheromone/phpcs-security-audit": "dev-master", "phpcompatibility/php-compatibility": "9.3.5", "sensiolabs/security-checker": "6.0.3" }, From ab5ba69aacad6068ebd0b9635ce4f1c8615f9e73 Mon Sep 17 00:00:00 2001 From: Joe Parsons Date: Tue, 27 Oct 2020 08:25:54 -0700 Subject: [PATCH 2/2] Moved repository entry for fork to scaffold repo. --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 0a8a6a5..f7ae944 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,6 @@ "role": "Team" } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/az-digital/phpcs-security-audit" - } - ], "require": { "dealerdirect/phpcodesniffer-composer-installer": "0.7.0", "drupal/core-dev-pinned": "*",