From 48eef9144d1f71edb3fb720430b77a1cdf186c08 Mon Sep 17 00:00:00 2001
From: Henning <leutz@pcsg.de>
Date: Sun, 23 Feb 2025 08:27:41 +0100
Subject: [PATCH] chore(phpstan): update phpstan version in phive/phars.xml

Updated the version of `phpstan` from `1.11.8` to `1.*` and set the installed version as `1.12.13`
in .phive/phars.xml. This should ensure we're always using the latest version of `phpstan` that
matches the specified range.
---
 .phive/phars.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.phive/phars.xml b/.phive/phars.xml
index 5bfa092b..cccdab55 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