Update dev dependencies and PHP version in workflow

Updated `composer.json` to adjust development dependencies, including upgrading PHP CodeSniffer and adding `symplify/phpstan-rules`. Modified GitHub Actions workflow to use the latest PHP version for builds, ensuring compatibility and latest features.
This commit is contained in:
Mykyta Synelnikov
2025-11-18 21:44:32 +02:00
parent ef8bda9f9a
commit aba391e703
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Install PHP
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
php-version: "latest"
- name: Install Composer Dependencies
run: |
composer install --no-progress --no-dev --optimize-autoloader --ignore-platform-req=ext-exif --ignore-platform-req=ext-gd --ignore-platform-req=ext-tidy