diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 23e779db..22787de6 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -2,7 +2,7 @@ on: # - pull_request - push -name: PSALM static analysis +name: static analysis jobs: mutation: @@ -39,7 +39,6 @@ jobs: key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} restore-keys: | php${{ matrix.php }}-composer- - - name: Install dependencies with composer run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi diff --git a/composer.json b/composer.json index 7dfbd481..83be42d5 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ } }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0", "ext-json": "*", "brick/math": "^0.10.0", "dotkernel/dot-annotated-services": "^4.0.0",