From 88356af598f4d7a9f4cf07c2c2adf82883aabb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20M=C3=B6nch?= Date: Fri, 14 Feb 2020 11:03:07 +0100 Subject: [PATCH] =?UTF-8?q?increase=20psalm=20to=20latest=20version=20to?= =?UTF-8?q?=20allow=20`non-empty-list`=20in=20`@psalm=E2=80=A6=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * increase psalm to latest version to allow `non-empty-list` in `@psalm-assert` master should be fixed now * use latests version --- ci/composer.json | 2 +- psalm.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/composer.json b/ci/composer.json index 14a099d5..207b2eab 100644 --- a/ci/composer.json +++ b/ci/composer.json @@ -1,5 +1,5 @@ { "require": { - "vimeo/psalm": "^3.6" + "vimeo/psalm": "^3.8.5" } } diff --git a/psalm.xml b/psalm.xml index 44d37aab..ac9d4db9 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,6 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config ci/vendor/vimeo/psalm/config.xsd" + phpVersion="7.3" >