From cbf6bf9d243237e6d318b474448d6125fb009b2e Mon Sep 17 00:00:00 2001 From: Jan Wennrich <jan.wennrich@pcsg.de> Date: Fri, 24 May 2024 17:14:31 +0200 Subject: [PATCH] chore: setup PHPStan for project tooling --- .gitignore | 2 ++ .phive/phars.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a16042a..f8de17f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ phpstan.neon phpunit.xml tools/ + +phpstan.neon diff --git a/.phive/phars.xml b/.phive/phars.xml index a1315a0..f909b52 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.67" installed="1.10.67" location="./tools/phpstan" copy="false"/> + <phar name="phpstan" version="1.11.1" installed="1.11.1" location="./tools/phpstan" copy="false"/> </phive> -- GitLab