From b36e01cf1bbc2db34864eab2a73feb508ccae402 Mon Sep 17 00:00:00 2001
From: Henning <leutz@pcsg.de>
Date: Mon, 3 Mar 2025 17:47:45 +0100
Subject: [PATCH] chore: update phpstan version in phive configuration

The phive configuration has been updated to reflect the new version of phpstan that is being used.
The version has been changed from 1.11.8 to a generic 1.* with the installed version now at 1.12.13.
---
 .phive/phars.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.phive/phars.xml b/.phive/phars.xml
index 5bfa092..cccdab5 100644
--- a/.phive/phars.xml
+++ b/.phive/phars.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <phive xmlns="https://phar.io/phive">
-  <phar name="phpstan" version="1.11.8" installed="1.11.8" location="./tools/phpstan" copy="false"/>
+  <phar name="phpstan" version="1.*" installed="1.12.13" location="./tools/phpstan" copy="false"/>
   <phar name="phpunit" version="^10.5.20" installed="10.5.20" location="./tools/phpunit" copy="false"/>
   <phar name="phpcs" version="^3.10.1" installed="3.10.1" location="./tools/phpcs" copy="false"/>
   <phar name="phpcbf" version="^3.10.1" installed="3.10.1" location="./tools/phpcbf" copy="false"/>
-- 
GitLab