From 1e5ec3648f2c99cf38a9fb7d869f88573d7a795e Mon Sep 17 00:00:00 2001 From: Jan Wennrich <jan.wennrich@pcsg.de> Date: Sun, 31 Mar 2024 00:15:51 +0100 Subject: [PATCH] chore: lock phpstan to version 1.10.62 --- .phive/phars.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 584f034..cf48228 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <phive xmlns="https://phar.io/phive"> - <phar name="phpstan" version="^1.10.60" installed="1.10.60" location="./tools/phpstan" copy="false"/> + <phar name="phpstan" version="1.10.62" installed="1.10.60" location="./tools/phpstan" copy="false"/> </phive> -- GitLab