From 08f6beefe30f753389abaf7abdfff9dcc8b3cf3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:02:56 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------------------- | ------- | ------- | | packagist | php-standard-library/async | 6.1.1 | 6.1.1 | | packagist | php-standard-library/dict | 6.1.1 | 6.1.1 | | packagist | php-standard-library/env | 6.1.1 | 6.1.1 | | packagist | php-standard-library/file | 6.1.1 | 6.1.1 | | packagist | php-standard-library/filesystem | 6.1.1 | 6.1.1 | | packagist | php-standard-library/foundation | 6.1.1 | 6.1.1 | | packagist | php-standard-library/hash | 6.1.1 | 6.1.1 | | packagist | php-standard-library/iter | 6.1.1 | 6.1.1 | | packagist | php-standard-library/json | 6.1.1 | 6.1.1 | | packagist | php-standard-library/psalm-plugin | 2.4.0 | 2.4.0 | | packagist | php-standard-library/regex | 6.1.1 | 6.1.1 | | packagist | php-standard-library/secure-random | 6.1.1 | 6.1.1 | | packagist | php-standard-library/shell | 6.1.1 | 6.1.1 | | packagist | php-standard-library/str | 6.1.1 | 6.1.1 | | packagist | php-standard-library/type | 6.1.1 | 6.1.1 | | packagist | php-standard-library/vec | 6.1.1 | 6.1.1 | | packagist | phpunit/phpunit | 12.5.14 | 12.5.14 | | packagist | psalm/plugin-phpunit | 0.19.6 | 0.20.0 | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 | | packagist | symfony/console | 7.4.7 | 7.4.7 | | packagist | vimeo/psalm | 6.16.1 | 6.16.1 | --- .github/workflows/continuous-integration.yml | 4 +- composer.json | 40 ++++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b3869e71..5e668762 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.0" 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.36.0" + uses: "shivammathur/setup-php@2.37.0" with: php-version: "${{ matrix.php-version }}" ini-values: memory_limit=-1 diff --git a/composer.json b/composer.json index dba03410..40479d83 100644 --- a/composer.json +++ b/composer.json @@ -7,25 +7,25 @@ "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*", - "php-standard-library/iter": "^6.0", - "php-standard-library/async": "^6.0", - "php-standard-library/str": "^6.0", - "php-standard-library/env": "^6.0", - "php-standard-library/filesystem": "^6.0", - "php-standard-library/json": "^6.0", - "php-standard-library/type": "^6.0", - "php-standard-library/regex": "^6.0", - "php-standard-library/foundation": "^6.0", - "php-standard-library/dict": "^6.0", - "php-standard-library/file": "^6.0", - "php-standard-library/vec": "^6.0", - "php-standard-library/shell": "^6.0", + "php-standard-library/iter": "^6.1.1", + "php-standard-library/async": "^6.1.1", + "php-standard-library/str": "^6.1.1", + "php-standard-library/env": "^6.1.1", + "php-standard-library/filesystem": "^6.1.1", + "php-standard-library/json": "^6.1.1", + "php-standard-library/type": "^6.1.1", + "php-standard-library/regex": "^6.1.1", + "php-standard-library/foundation": "^6.1.1", + "php-standard-library/dict": "^6.1.1", + "php-standard-library/file": "^6.1.1", + "php-standard-library/vec": "^6.1.1", + "php-standard-library/shell": "^6.1.1", "composer/composer": "^2.9.5", "nikic/php-parser": "^5.7.0", "nikolaposa/version": "^4.2.1", "ocramius/package-versions": "^2.11.0", "roave/better-reflection": "^6.69.0", - "symfony/console": "^7.4.4" + "symfony/console": "^7.4.7" }, "license": "MIT", "authors": [ @@ -41,15 +41,15 @@ "require-dev": { "doctrine/coding-standard": "^14.0.0", "justinrainbow/json-schema": "^6.7.2", - "php-standard-library/hash": "^6.0", - "php-standard-library/secure-random": "^6.0", - "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^12.5.12", - "psalm/plugin-phpunit": "^0.19.5", + "php-standard-library/hash": "^6.1.1", + "php-standard-library/secure-random": "^6.1.1", + "php-standard-library/psalm-plugin": "^2.4.0", + "phpunit/phpunit": "^12.5.14", + "psalm/plugin-phpunit": "^0.20.0", "roave/infection-static-analysis-plugin": "^1.43.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^4.0.1", - "vimeo/psalm": "^6.15.1" + "vimeo/psalm": "^6.16.1" }, "conflict": { "revolt/event-loop": "<0.2.5",