Skip to content

Commit 346194a

Browse files
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.88.2 to 3.89.0 in /tools/php-cs-fixer (#578)
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases">friendsofphp/php-cs-fixer's releases</a>.</em></p> <blockquote> <h2>v3.89.0 Folding Bike</h2> <h2>What's Changed</h2> <ul> <li>feat: <code>NoUnneededBracesFixer</code> - remove unneeded braces from imports by <a href="https://github.com/kubawerlos"><code>@​kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9118">PHP-CS-Fixer/PHP-CS-Fixer#9118</a></li> <li>feat: autofix &quot;no-return&quot; phpdoc type to &quot;never&quot; by <a href="https://github.com/EldoranDev"><code>@​EldoranDev</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9073">PHP-CS-Fixer/PHP-CS-Fixer#9073</a></li> <li>feat: support keeping strict_types=0 in DeclareStrictTypesFixer by <a href="https://github.com/mlocati"><code>@​mlocati</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9121">PHP-CS-Fixer/PHP-CS-Fixer#9121</a></li> <li>fix: <code>FullyQualifiedStrictTypesFixer</code> - replacing the real FQCN with a non-existent one by <a href="https://github.com/mspirkov"><code>@​mspirkov</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8962">PHP-CS-Fixer/PHP-CS-Fixer#8962</a></li> <li>fix: <code>PhpdocToCommentFixer</code> on property hooks by <a href="https://github.com/Kinqdos"><code>@​Kinqdos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9123">PHP-CS-Fixer/PHP-CS-Fixer#9123</a></li> <li>fix: <code>PhpUnitMethodCasingFixer</code> to not cause a duplicate method declaration by <a href="https://github.com/jack-worman"><code>@​jack-worman</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9124">PHP-CS-Fixer/PHP-CS-Fixer#9124</a></li> <li>fix: <code>StaticLambdaFixer</code> - do not make function <code>static</code> when it contains anonymous class having <code>$this</code> in the constructor by <a href="https://github.com/danog"><code>@​danog</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9088">PHP-CS-Fixer/PHP-CS-Fixer#9088</a></li> <li>fix: <code>UseArrowFunctionsFixer</code> - do not produce two consecutive whitespace tokens by <a href="https://github.com/kubawerlos"><code>@​kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9151">PHP-CS-Fixer/PHP-CS-Fixer#9151</a></li> <li>UX: better gitlab reporting - add content field by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9152">PHP-CS-Fixer/PHP-CS-Fixer#9152</a></li> <li>UX: better gitlab reporting - more user-friendly description field by <a href="https://github.com/a-h-abid"><code>@​a-h-abid</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9141">PHP-CS-Fixer/PHP-CS-Fixer#9141</a></li> <li>UX: better gitlab reporting for location.lines by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9149">PHP-CS-Fixer/PHP-CS-Fixer#9149</a></li> <li>UX: Warn if executed php version is higher than the minimum php version defined in composer.json by <a href="https://github.com/mbolli"><code>@​mbolli</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9134">PHP-CS-Fixer/PHP-CS-Fixer#9134</a></li> <li>chore: add UX title pattern by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9132">PHP-CS-Fixer/PHP-CS-Fixer#9132</a></li> <li>chore: explicitly use php interpreter for paraunit by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9126">PHP-CS-Fixer/PHP-CS-Fixer#9126</a></li> <li>chore: extend composer scripts by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9127">PHP-CS-Fixer/PHP-CS-Fixer#9127</a></li> <li>chore: fix shellcheck installation for Darwin by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9125">PHP-CS-Fixer/PHP-CS-Fixer#9125</a></li> <li>chore: replace PHPDocs with <code>assert</code> calls by <a href="https://github.com/kubawerlos"><code>@​kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9144">PHP-CS-Fixer/PHP-CS-Fixer#9144</a></li> <li>deps: bump crate-ci/typos from 1.36.3 to 1.38.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9136">PHP-CS-Fixer/PHP-CS-Fixer#9136</a></li> <li>deps: bump phpstan/phpstan from 2.1.29 to 2.1.31 in /dev-tools in the phpstan group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9129">PHP-CS-Fixer/PHP-CS-Fixer#9129</a></li> <li>deps: bump shipmonk/dead-code-detector from 0.13.3 to 0.13.4 in /dev-tools by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9135">PHP-CS-Fixer/PHP-CS-Fixer#9135</a></li> <li>deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9146">PHP-CS-Fixer/PHP-CS-Fixer#9146</a></li> <li>deps: bump the phpstan group across 1 directory with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9101">PHP-CS-Fixer/PHP-CS-Fixer#9101</a></li> <li>deps: use <code>shipmonk/composer-dependency-analyser</code> instead of <code>icanhazstring/composer-unused</code> and <code>maglnet/composer-require-checker</code> by <a href="https://github.com/kubawerlos"><code>@​kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9106">PHP-CS-Fixer/PHP-CS-Fixer#9106</a></li> <li>docs: fix docs for <code>@autoPHPUnitMigration:risky</code>set by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9147">PHP-CS-Fixer/PHP-CS-Fixer#9147</a></li> <li>docs: improve descriptions for <code>NoTrailingWhitespace*</code> fixers by <a href="https://github.com/kubawerlos"><code>@​kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9117">PHP-CS-Fixer/PHP-CS-Fixer#9117</a></li> <li>docs: more explicit docs on --rules by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9114">PHP-CS-Fixer/PHP-CS-Fixer#9114</a></li> <li>docs: update usage documentation for describe --expand and <code>@</code> by <a href="https://github.com/pereorga"><code>@​pereorga</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9119">PHP-CS-Fixer/PHP-CS-Fixer#9119</a></li> <li>DX: Fix <code>composer qa</code> script by <a href="https://github.com/Wirone"><code>@​Wirone</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9138">PHP-CS-Fixer/PHP-CS-Fixer#9138</a></li> <li>refactor: <code>--option value</code> =&gt; <code>--option=value</code> by <a href="https://github.com/keradus"><code>@​keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9131">PHP-CS-Fixer/PHP-CS-Fixer#9131</a></li> <li>test: Fix result randomness in <code>RunnerTest</code> for MacOS by <a href="https://github.com/Wirone"><code>@​Wirone</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9139">PHP-CS-Fixer/PHP-CS-Fixer#9139</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kinqdos"><code>@​Kinqdos</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9123">PHP-CS-Fixer/PHP-CS-Fixer#9123</a></li> <li><a href="https://github.com/jack-worman"><code>@​jack-worman</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9124">PHP-CS-Fixer/PHP-CS-Fixer#9124</a></li> <li><a href="https://github.com/mbolli"><code>@​mbolli</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9134">PHP-CS-Fixer/PHP-CS-Fixer#9134</a></li> <li><a href="https://github.com/mspirkov"><code>@​mspirkov</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8962">PHP-CS-Fixer/PHP-CS-Fixer#8962</a></li> <li><a href="https://github.com/pereorga"><code>@​pereorga</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9119">PHP-CS-Fixer/PHP-CS-Fixer#9119</a></li> <li><a href="https://github.com/a-h-abid"><code>@​a-h-abid</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9141">PHP-CS-Fixer/PHP-CS-Fixer#9141</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.2...v3.89.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.2...v3.89.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md">friendsofphp/php-cs-fixer's changelog</a>.</em></p> <blockquote> <h2>Changelog for v3.89.0</h2> <ul> <li>feat: autofix &quot;no-return&quot; phpdoc type to &quot;never&quot; (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9073">#9073</a>)</li> <li>feat: support keeping strict_types=0 in DeclareStrictTypesFixer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9121">#9121</a>)</li> <li>feat: <code>NoUnneededBracesFixer</code> - remove unneeded braces from imports (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9118">#9118</a>)</li> <li>fix: <code>FullyQualifiedStrictTypesFixer</code> - replacing the real FQCN with a non-existent one (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8962">#8962</a>)</li> <li>fix: <code>PhpdocToCommentFixer</code> on property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9123">#9123</a>)</li> <li>fix: <code>PhpUnitMethodCasingFixer</code> to not cause a duplicate method declaration (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9124">#9124</a>)</li> <li>fix: <code>StaticLambdaFixer</code> - do not make function static when it contains anonymous class having <code>$this</code> in the constructor (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9088">#9088</a>)</li> <li>fix: <code>UseArrowFunctionsFixer</code> - do not produce two consecutive whitespace tokens (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9151">#9151</a>)</li> <li>UX: better gitlab reporting - add content field (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9152">#9152</a>)</li> <li>UX: better gitlab reporting - more user-friendly description field (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9141">#9141</a>)</li> <li>UX: better gitlab reporting for location.lines (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9149">#9149</a>)</li> <li>UX: Warn if executed php version is higher than the minimum php version defined in composer.json (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9134">#9134</a>)</li> <li>chore: add UX title pattern (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9132">#9132</a>)</li> <li>chore: explicitly use php interpreter for paraunit (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9126">#9126</a>)</li> <li>chore: extend composer scripts (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9127">#9127</a>)</li> <li>chore: fix shellcheck installation for Darwin (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9125">#9125</a>)</li> <li>chore: replace PHPDocs with <code>assert</code> calls (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9144">#9144</a>)</li> <li>deps: bump crate-ci/typos from 1.36.3 to 1.38.1 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9136">#9136</a>)</li> <li>deps: bump phpstan/phpstan from 2.1.29 to 2.1.31 in /dev-tools in the phpstan group (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9129">#9129</a>)</li> <li>deps: bump shipmonk/dead-code-detector from 0.13.3 to 0.13.4 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9135">#9135</a>)</li> <li>deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9146">#9146</a>)</li> <li>deps: bump the phpstan group across 1 directory with 2 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9101">#9101</a>)</li> <li>deps: use <code>shipmonk/composer-dependency-analyser</code> instead of <code>icanhazstring/composer-unused</code> and <code>maglnet/composer-require-checker</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9106">#9106</a>)</li> <li>docs: fix docs for <code>@autoPHPUnitMigration:risky</code>set (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9147">#9147</a>)</li> <li>docs: improve descriptions for <code>NoTrailingWhitespace*</code> fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9117">#9117</a>)</li> <li>docs: more explicit docs on --rules (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9114">#9114</a>)</li> <li>docs: update usage documentation for describe <code>--expand</code> and <code>@</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9119">#9119</a>)</li> <li>DX: Fix <code>composer qa</code> script (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9138">#9138</a>)</li> <li>refactor: <code>--option value</code> =&gt; <code>--option=value</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9131">#9131</a>)</li> <li>test: Fix result randomness in <code>RunnerTest</code> for MacOS (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9139">#9139</a>)</li> </ul> <h2>Changelog for v3.88.2</h2> <ul> <li>docs: describe command - allow to describe config in use (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9103">#9103</a>)</li> <li>docs: describe command - allow to expand sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9104">#9104</a>)</li> </ul> <h2>Changelog for v3.88.1</h2> <ul> <li>chore: use accidentally missing <code>@auto:risky</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9102">#9102</a>)</li> <li>deps: bump crate-ci/typos from 1.36.2 to 1.36.3 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9099">#9099</a>)</li> <li>deps: bump icanhazstring/composer-unused from 0.9.4 to 0.9.5 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9100">#9100</a>)</li> <li>DX: Ability to run <code>yamllint</code> locally (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9093">#9093</a>)</li> </ul> <h2>Changelog for v3.88.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4dd6768cb7558440d27d18f54909eee417317ce9"><code>4dd6768</code></a> prepared the 3.89.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/949f42cb8bc28df5fb057c483ebf5c968dc2c3ca"><code>949f42c</code></a> feat: <code>NoUnneededBracesFixer</code> - remove unneeded braces from imports (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9118">#9118</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/141f70d1f353b966e6449cb4ba97f42796c0ffa6"><code>141f70d</code></a> UX: better gitlab reporting - more user-friendly description field (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9141">#9141</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/c7b8f8a2fae1cfe20c267187fead9bc63bc77402"><code>c7b8f8a</code></a> UX: better gitlab reporting - add content field (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9152">#9152</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d21ef1751da6dfddf23043de731504bf16e6fd8f"><code>d21ef17</code></a> fix: <code>UseArrowFunctionsFixer</code> - do not produce two consecutive whitespace tok...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8e84abc306c294e04641ae81cba618998f15487c"><code>8e84abc</code></a> UX: better gitlab reporting for location.lines (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9149">#9149</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4a71fae15e8da4eac192c7d87cf23861b508b5e5"><code>4a71fae</code></a> docs: improve descriptions for <code>NoTrailingWhitespace*</code> fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9117">#9117</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/429c2a0b918c1699d4696edbbababdd5d2fbddce"><code>429c2a0</code></a> docs: fix docs for <code>@autoPHPUnitMigration:risky</code>set (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9147">#9147</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a190e5e13d9c84db0b77cdd66cec5f3b088f69d0"><code>a190e5e</code></a> deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools (#...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/569116343bf705fe6aaa00289b99a95f3405bb55"><code>5691163</code></a> docs: update usage documentation for describe <code>--expand</code> and <code>@</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9119">#9119</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.2...v3.89.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5daa534 commit 346194a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": "^8.1.31"
77
},
88
"require-dev": {
9-
"friendsofphp/php-cs-fixer": "3.88.2",
9+
"friendsofphp/php-cs-fixer": "3.89.0",
1010
"roave/security-advisories": "dev-latest"
1111
},
1212
"prefer-stable": true,

0 commit comments

Comments
 (0)