From c2ef37f8aa3b5087e0865b4146cd0e47836422aa Mon Sep 17 00:00:00 2001 From: Matthew Nessworthy Date: Sun, 17 Jul 2022 15:23:27 +0200 Subject: [PATCH] Trust the phive keys again --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index facd338..c9ec8b7 100644 --- a/composer.json +++ b/composer.json @@ -61,10 +61,13 @@ }, "scripts": { "post-install-cmd": [ - "phive install --copy --trust-gpg-keys " + "@phive-install" ], "post-update-cmd": [ - "phive install --copy --trust-gpg-keys " + "@phive-install" + ], + "phive-install": [ + "phive install --copy --trust-gpg-keys 0xC00543248C87FB13,0x31C7E470E2138192" ] } }