From a28becb7e40598e691472a282cf99f4c86bce91f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 03:13:57 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | packagist | azjezz/psl | 3.1.0 | 3.1.0 | | packagist | composer/composer | 2.8.3 | 2.8.3 | | packagist | composer/semver | 3.4.3 | 3.4.3 | | github-tags | laminas/laminas-ci-matrix-action | 1.25.0 | 1.27.2 | | github-tags | laminas/laminas-continuous-integration-action | 1.39.0 | 1.40.1 | | packagist | monolog/monolog | 3.8.0 | 3.8.0 | | packagist | nyholm/psr7 | 1.8.2 | 1.8.2 | | packagist | ocramius/package-versions | 2.9.0 | 2.9.0 | | github-tags | containerbase/php-prebuild | 8.2.3 | 8.4.1 | | packagist | php-http/curl-client | 2.3.3 | 2.3.3 | | packagist | phpunit/phpunit | 9.6.21 | 9.6.21 | | packagist | psr/log | 3.0.2 | 3.0.2 | | github-tags | shivammathur/setup-php | 2.30.4 | 2.31.1 | | packagist | squizlabs/php_codesniffer | 3.11.1 | 3.11.1 | | packagist | symfony/yaml | 7.1.6 | 7.1.6 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 | --- .github/workflows/build_on_merge.yml | 2 +- .github/workflows/continuous-integration.yml | 4 +-- .github/workflows/scheduled_build.yml | 2 +- composer.json | 26 ++++++++++---------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build_on_merge.yml b/.github/workflows/build_on_merge.yml index 530dd1d3..e8dcde3a 100644 --- a/.github/workflows/build_on_merge.yml +++ b/.github/workflows/build_on_merge.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "8.2" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0aaa835d..badd2648 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@f25365c8538fd59ba0c3f8bb52e5a22e20f6fc39 # 1.25.0 + uses: laminas/laminas-ci-matrix-action@b08a9a088a397b72af093f865e1f67f9e5072867 # 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@4ff5d8c2b58817008e8b436241093c2321875a7f # 1.39.0 + uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.1 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} diff --git a/.github/workflows/scheduled_build.yml b/.github/workflows/scheduled_build.yml index 591d19c3..5f604dbd 100644 --- a/.github/workflows/scheduled_build.yml +++ b/.github/workflows/scheduled_build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.31.1" with: coverage: "pcov" php-version: "8.2" diff --git a/composer.json b/composer.json index 21302665..ad23328f 100644 --- a/composer.json +++ b/composer.json @@ -16,31 +16,31 @@ } ], "require": { - "php": "~8.2.3", + "php": "~8.4.1", "ext-bcmath": "*", "ext-json": "*", "ext-pcre": "*", - "azjezz/psl": "^3.0.0", - "composer/composer": "^2.7.7", - "composer/semver": "^3.4.0", - "monolog/monolog": "^3.6.0", - "nyholm/psr7": "^1.8.1", - "ocramius/package-versions": "^2.8.0", - "php-http/curl-client": "^2.3.2", + "azjezz/psl": "^3.1.0", + "composer/composer": "^2.8.3", + "composer/semver": "^3.4.3", + "monolog/monolog": "^3.8.0", + "nyholm/psr7": "^1.8.2", + "ocramius/package-versions": "^2.9.0", + "php-http/curl-client": "^2.3.3", "psr/http-client": "^1.0.3", "psr/http-message": "^2.0.0", - "psr/log": "^3.0.0", - "symfony/yaml": "^7.0.7" + "psr/log": "^3.0.2", + "symfony/yaml": "^7.1.6" }, "require-dev": { "doctrine/coding-standard": "^12.0.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/no-leaks": "^1.5.0", - "squizlabs/php_codesniffer": "^3.9.2", - "vimeo/psalm": "^5.23.1" + "squizlabs/php_codesniffer": "^3.11.1", + "vimeo/psalm": "^5.26.1" }, "replace": { "symfony/polyfill-ctype": "*",