From 053843a9fc21ab1ee78d8fe245b77fd7e631d29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20M=C3=B6nch?= Date: Fri, 29 Jan 2021 10:09:05 +0100 Subject: [PATCH] update psalm to v4.4.1 --- .phive/phars.xml | 2 +- Makefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 41a55bf81..89e8cf241 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -3,7 +3,7 @@ - + diff --git a/Makefile b/Makefile index 2f6c35cfe..1b442a2f1 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,9 @@ build: tools-install tests $(BOX_BIN) compile tools-install: - gpg --keyserver hkps://keyserver.ubuntu.com --receive-keys E82B2FB314E9906E 4AA394086372C20A 8E730BA25823D8B5 CF1A108D0E7AE720 8A03EA3B385DBAA1 C5095986493B4AA0 - $(PHIVE_BIN) --no-progress install --copy --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A,8E730BA25823D8B5,CF1A108D0E7AE720,8A03EA3B385DBAA1,C5095986493B4AA0 --force-accept-unsigned + gpg --keyserver hkps://keyserver.ubuntu.com --receive-keys E82B2FB314E9906E + gpg --keyserver hkps://keys.openpgp.org --receive-keys 4AA394086372C20A CF1A108D0E7AE720 C5095986493B4AA0 12CE0F1D262429A5 + $(PHIVE_BIN) --no-progress install --copy --trust-gpg-keys E82B2FB314E9906E,4AA394086372C20A,CF1A108D0E7AE720,C5095986493B4AA0,12CE0F1D262429A5 --force-accept-unsigned composer-install: $(COMPOSER_BIN) install --optimize-autoloader