From e2f08b4244512c93c5295b18d1be7d6e6aca45db Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Thu, 8 Feb 2024 20:11:56 -0600 Subject: [PATCH] Cleanup --- .github/workflows/code-analysis.yaml | 2 +- composer.json | 1 + phpstan.neon | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index f43d555..678e0c1 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -31,7 +31,7 @@ jobs: id: setup-php uses: shivammathur/setup-php@v2 with: - php-version: 8.0.2 + php-version: 8.1 extensions: 'ctype,curl,dom,iconv,imagick,intl,json,mbstring,openssl,pcre,pdo,reflection,spl,zip' ini-values: post_max_size=256M, max_execution_time=180, memory_limit=512M tools: composer:v2 diff --git a/composer.json b/composer.json index 2b6074b..3edcd0b 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "config": { "allow-plugins": { "craftcms/plugin-installer": true, + "pestphp/pest-plugin": true, "yiisoft/yii2-composer": true }, "optimize-autoloader": true, diff --git a/phpstan.neon b/phpstan.neon index 44554e4..4514cd7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,6 +1,5 @@ includes: - - vendor/craftcms/phpstan/phpstan.neon - + - %currentWorkingDirectory%/vendor/craftcms/phpstan/phpstan.neon parameters: level: 5 paths: