From 5cc56147df6d34146fb782e00452441fce4b3b18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 22:18:26 +0000 Subject: [PATCH] chore(deps): update dependency friendsofphp/php-cs-fixer to v3.89.0 --- api/composer.json | 2 +- api/composer.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/api/composer.json b/api/composer.json index cd981ad8ad..3cdf30e01d 100644 --- a/api/composer.json +++ b/api/composer.json @@ -66,7 +66,7 @@ "require-dev": { "api-platform/graphql": "4.1.23", "brianium/paratest": "v7.13.0", - "friendsofphp/php-cs-fixer": "3.88.2", + "friendsofphp/php-cs-fixer": "3.89.0", "hautelook/alice-bundle": "2.15.1", "justinrainbow/json-schema": "6.6.0", "php-coveralls/php-coveralls": "2.8.0", diff --git a/api/composer.lock b/api/composer.lock index d5392505b2..a23655bb92 100644 --- a/api/composer.lock +++ b/api/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": "0335267b3c23440873b0a9df33dc31ac", + "content-hash": "c17d2173f08ce39395b0e6ef350c494e", "packages": [ { "name": "api-platform/doctrine-common", @@ -12192,16 +12192,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.88.2", + "version": "v3.89.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "a8d15584bafb0f0d9d938827840060fd4a3ebc99" + "reference": "4dd6768cb7558440d27d18f54909eee417317ce9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a8d15584bafb0f0d9d938827840060fd4a3ebc99", - "reference": "a8d15584bafb0f0d9d938827840060fd4a3ebc99", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4dd6768cb7558440d27d18f54909eee417317ce9", + "reference": "4dd6768cb7558440d27d18f54909eee417317ce9", "shasum": "" }, "require": { @@ -12216,7 +12216,6 @@ "php": "^7.4 || ^8.0", "react/child-process": "^0.6.6", "react/event-loop": "^1.5", - "react/promise": "^3.3", "react/socket": "^1.16", "react/stream": "^1.4", "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0", @@ -12284,7 +12283,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.88.2" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.89.0" }, "funding": [ { @@ -12292,7 +12291,7 @@ "type": "github" } ], - "time": "2025-09-27T00:24:15+00:00" + "time": "2025-10-18T19:30:16+00:00" }, { "name": "hautelook/alice-bundle",