From abf5f6673723e8c3e50ef3c78aa2ccf1aa6b1a12 Mon Sep 17 00:00:00 2001 From: Henning <leutz@pcsg.de> Date: Thu, 27 Mar 2025 13:04:44 +0100 Subject: [PATCH] chore: update phpstan version in phars.xml Changed phpstan version from "^1.11.5" to "1.*" and updated installed version from "1.11.5" to "1.12.13" in the phars.xml file to ensure compatibility with the latest phpstan updates. --- .phive/phars.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 7877fd4..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.5" installed="1.11.5" 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