From 120e1e7238ca14e15eefb228cd281e5dad6db4f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 04:29:48 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | packagist | composer/composer | 2.8.2 | 2.8.2 | | github-tags | laminas/laminas-ci-matrix-action | 1.26.0 | 1.27.2 | | github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.1 | | packagist | nikic/php-parser | 4.19.4 | 4.19.4 | | packagist | ocramius/package-versions | 2.9.0 | 2.9.0 | | packagist | phpunit/phpunit | 9.6.21 | 9.6.21 | | packagist | roave/better-reflection | 6.26.0 | 6.42.0 | | github-tags | shivammathur/setup-php | 2.30.4 | 2.31.1 | | packagist | squizlabs/php_codesniffer | 3.10.3 | 3.10.3 | | packagist | symfony/console | 7.1.7 | 7.1.7 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 | --- .github/workflows/continuous-integration.yml | 8 ++++---- composer.json | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 176ced7a..26a5ddf3 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Gather CI configuration id: matrix - uses: laminas/laminas-ci-matrix-action@1.26.0 + uses: laminas/laminas-ci-matrix-action@1.27.2 qa: name: QA Checks @@ -27,7 +27,7 @@ jobs: matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }} steps: - name: ${{ matrix.name }} - uses: laminas/laminas-continuous-integration-action@1.39.0 + uses: laminas/laminas-continuous-integration-action@1.40.1 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.31.1" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.31.1" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 diff --git a/composer.json b/composer.json index fcfb3d5a..8d46e77b 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,12 @@ "require": { "php": "~8.2.0 || ~8.3.0", "azjezz/psl": "^3.0.2", - "composer/composer": "^2.7.6", - "nikic/php-parser": "^4.19.1", + "composer/composer": "^2.8.2", + "nikic/php-parser": "^4.19.4", "nikolaposa/version": "^4.2.0", - "ocramius/package-versions": "^2.8.0", - "roave/better-reflection": "^6.26.0", - "symfony/console": "^7.0.7" + "ocramius/package-versions": "^2.9.0", + "roave/better-reflection": "^6.42.0", + "symfony/console": "^7.1.7" }, "license": "MIT", "authors": [ @@ -26,12 +26,12 @@ "doctrine/coding-standard": "^12.0.0", "estahn/phpunit-json-assertions": "^4.0", "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^9.6.19", + "phpunit/phpunit": "^9.6.21", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.35.0", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.10.0", - "vimeo/psalm": "^5.24.0" + "squizlabs/php_codesniffer": "^3.10.3", + "vimeo/psalm": "^5.26.1" }, "conflict": { "revolt/event-loop": "<0.2.5",