From 35908e6738c2a711362bc34be769c00b324e0a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 01:30:38 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | packagist | friendsofphp/php-cs-fixer | 3.84.0 | 3.85.1 | | github-tags | shivammathur/setup-php | 2.35.1 | 2.35.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/php-tests.yml | 2 +- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 5e681a8..d4dcb40 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -21,7 +21,7 @@ jobs: uses: "actions/checkout@v4.2.2" - name: "Install PHP" - uses: "shivammathur/setup-php@2.35.1" + uses: "shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0" # 2.35.2 with: coverage: "${{ matrix.coverage }}" ini-values: display_errors=On, display_startup_errors=On, error_reporting=32767 diff --git a/composer.json b/composer.json index a1cb30f..556c389 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "codeception/codeception": "^5.3.2", "codeception/module-asserts": "^3.2.0", "codeception/module-phpbrowser": "^3.0.1", - "friendsofphp/php-cs-fixer": "3.84.0", + "friendsofphp/php-cs-fixer": "3.85.1", "jane-php/open-api-3": "^7.9.0", "roave/security-advisories": "dev-latest", "symfony/var-dumper": "7.3.2" diff --git a/composer.lock b/composer.lock index 13d5d8b..3d37e1b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d438a21fe378413a83e661c5b905a251", + "content-hash": "eec586cd47cf1571bb6e916f734beeb9", "packages": [ { "name": "clue/stream-filter", @@ -3972,20 +3972,20 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.84.0", + "version": "v3.85.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "38dad0767bf2a9b516b976852200ae722fe984ca" + "reference": "2fb6d7f6c3398dca5786a1635b27405d73a417ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/38dad0767bf2a9b516b976852200ae722fe984ca", - "reference": "38dad0767bf2a9b516b976852200ae722fe984ca", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/2fb6d7f6c3398dca5786a1635b27405d73a417ba", + "reference": "2fb6d7f6c3398dca5786a1635b27405d73a417ba", "shasum": "" }, "require": { - "clue/ndjson-react": "^1.0", + "clue/ndjson-react": "^1.3", "composer/semver": "^3.4", "composer/xdebug-handler": "^3.0.5", "ext-filter": "*", @@ -3995,12 +3995,12 @@ "fidry/cpu-core-counter": "^1.2", "php": "^7.4 || ^8.0", "react/child-process": "^0.6.6", - "react/event-loop": "^1.0", - "react/promise": "^2.11 || ^3.0", - "react/socket": "^1.0", - "react/stream": "^1.0", + "react/event-loop": "^1.5", + "react/promise": "^3.2", + "react/socket": "^1.16", + "react/stream": "^1.4", "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0", - "symfony/console": "^5.4.45 || ^6.4.13 || ^7.0", + "symfony/console": "^5.4.47 || ^6.4.13 || ^7.0", "symfony/event-dispatcher": "^5.4.45 || ^6.4.13 || ^7.0", "symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0", "symfony/finder": "^5.4.45 || ^6.4.17 || ^7.0", @@ -4065,7 +4065,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.84.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.85.1" }, "funding": [ { @@ -4073,7 +4073,7 @@ "type": "github" } ], - "time": "2025-07-15T18:21:57+00:00" + "time": "2025-07-29T22:22:50+00:00" }, { "name": "guzzlehttp/guzzle",