From 3d06e72be07c87698fe2bc0abca860ff3001d8cd Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Thu, 17 Nov 2022 14:16:42 +0000 Subject: [PATCH] Issue #3322125 by longwave, NivethaSubramaniyan: Add peast to vendor hardening --- composer/Plugin/VendorHardening/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/composer/Plugin/VendorHardening/Config.php b/composer/Plugin/VendorHardening/Config.php index 530d84685676..62371eb6cda0 100644 --- a/composer/Plugin/VendorHardening/Config.php +++ b/composer/Plugin/VendorHardening/Config.php @@ -35,6 +35,7 @@ class Config { 'instaclick/php-webdriver' => ['doc', 'test'], 'justinrainbow/json-schema' => ['demo'], 'masterminds/html5' => ['bin', 'test'], + 'mck89/peast' => ['doc'], 'mikey179/vfsstream' => ['src/test'], 'myclabs/deep-copy' => ['doc'], 'pear/archive_tar' => ['docs', 'tests'], -- GitLab