From 000077302948f99098810153f73ebe83e474c3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 21:14:05 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------- | | packagist | azjezz/psl | 3.2.0 | 3.3.0 | | packagist | composer/composer | 2.8.5 | 2.8.9 | | github-tags | laminas/laminas-continuous-integration-action | 1.41.0 | 1.42.0 | | packagist | nikolaposa/version | 4.2.0 | 4.2.1 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.21 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | packagist | roave/better-reflection | 6.57.0 | 6.59.0 | | packagist | roave/infection-static-analysis-plugin | 1.36.0 | 1.37.0 | | github-tags | shivammathur/setup-php | 2.32.0 | 2.33.0 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.13.0 | | packagist | symfony/console | 7.2.1 | 7.3.0 | | packagist | vimeo/psalm | 6.6.1 | 6.12.0 | --- .github/workflows/continuous-integration.yml | 6 +++--- composer.json | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f3c8907b..5313102a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,7 +27,7 @@ jobs: matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }} steps: - name: ${{ matrix.name }} - uses: laminas/laminas-continuous-integration-action@1.41.0 + uses: laminas/laminas-continuous-integration-action@1.42.0 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} @@ -58,7 +58,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.32.0" + uses: "shivammathur/setup-php@2.33.0" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.32.0" + uses: "shivammathur/setup-php@2.33.0" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 diff --git a/composer.json b/composer.json index 9adfc0c3..6c1ca18e 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,13 @@ "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*", - "azjezz/psl": "^3.2.0", - "composer/composer": "^2.8.5", + "azjezz/psl": "^3.3.0", + "composer/composer": "^2.8.9", "nikic/php-parser": "^5.4.0", - "nikolaposa/version": "^4.2.0", + "nikolaposa/version": "^4.2.1", "ocramius/package-versions": "^2.10.0", - "roave/better-reflection": "^6.57.0", - "symfony/console": "^7.2.1" + "roave/better-reflection": "^6.59.0", + "symfony/console": "^7.3.0" }, "license": "MIT", "authors": [ @@ -30,12 +30,12 @@ "doctrine/coding-standard": "^12.0.0", "estahn/phpunit-json-assertions": "^4.0", "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^11.5.7", - "psalm/plugin-phpunit": "^0.19.2", - "roave/infection-static-analysis-plugin": "^1.36.0", + "phpunit/phpunit": "^11.5.21", + "psalm/plugin-phpunit": "^0.19.5", + "roave/infection-static-analysis-plugin": "^1.37.0", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.11.3", - "vimeo/psalm": "^6.6.1" + "squizlabs/php_codesniffer": "^3.13.0", + "vimeo/psalm": "^6.12.0" }, "conflict": { "revolt/event-loop": "<0.2.5",