Skip to content

[composer/dev](deps-dev): Bump symplify/easy-coding-standard from 13.2.3 to 13.2.19 - #1991

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.19
Closed

[composer/dev](deps-dev): Bump symplify/easy-coding-standard from 13.2.3 to 13.2.19#1991
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps symplify/easy-coding-standard from 13.2.3 to 13.2.19.

Release notes

Sourced from symplify/easy-coding-standard's releases.

Released ECS 13.2.19

What's new

🐛 Fix fatal error when configuring a PHP-CS-Fixer fixer

ECS replaces symfony/console, so Symfony\Component\Console\Application is never installed. Configuring a php-cs-fixer fixer with a deprecated option ran ConfigurableFixerTrait::configure(), which calls PhpCsFixer\Console\Application::getMajorVersion() — a class that extends the missing Symfony Application, so PHP fatalled resolving the parent:

PHP Fatal error: Uncaught Error: Class "Symfony\Component\Console\Application" not found

Now a declaration-only stub ships in /stubs (prefixed by php-scoper in the release build), so the run proceeds instead of fatalling:

-<?php  $x=1;
+<?php
+
+$x = 1;

A Configured Fixer CI reproducer guards against regressions.

Released ECS 13.2.15

What's new

🐛 Explicit Symfony attribute allowlist in StandaloneLineSymfonyAttributeParamFixer

Replaces the str_contains($name, 'Symfony') heuristic with an explicit allowlist of 17 Symfony attribute classes (SYMFONY_ATTRIBUTE_CLASSES). Third-party attributes whose FQCN merely contains Symfony (e.g. App\Symfony\...) are no longer reformatted.

-#[\Symfony\Component\Console\Attribute\AsCommand(name: 'app:some', description: 'Some description')]
+#[\Symfony\Component\Console\Attribute\AsCommand(
+    name: 'app:some',
+    description: 'Some description'
+)]

🧹 Drop pull_request trigger from version_command workflow

The job smoke-tests the published Packagist artifact, so on PRs it installed the already-published package, never the PR code — pure slow noise. push (main + tags) and weekly schedule already cover it.

Released ECS 13.2.14

What's new

✨ New StandaloneLineSymfonyAttributeParamFixer + standaloneLine set

Breaks each argument of a Symfony attribute onto its own line. New opt-in standaloneLine set groups the standalone-line rules.

-#[\Symfony\Component\Console\Attribute\AsCommand(name: 'mautic:entity:import', description: 'Import entity data from a ZIP file.')]
</tr></table> 

... (truncated)

Commits
  • a2af21c ECS 13.2.19
  • 80d411e Updated ECS to commit 3aee0ac6f5d46c8abba78c28013c9310e01326d1
  • 1444973 ECS 13.2.18
  • a78d69a Updated ECS to commit 34ddfedc54d060bc4a9944ae40f860a69f60cb66
  • d21172a Updated ECS to commit 84e77b87fe08f3ac278b28f49fb3cca220d5cf6c
  • f5f8131 ECS 13.2.17
  • 4c3cb21 Updated ECS to commit 28e95188c1c0dce870659c25200a291fb35752ac
  • 5176cf0 ECS 13.2.16
  • d68a4d5 Updated ECS to commit 0dc68f13a5e68f04878e3420270fadd270d6df08
  • 1281225 Updated ECS to commit 74d750e6262214e96a7ee9c2a91ba24241d84107
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [symplify/easy-coding-standard](https://github.com/ecsphp/ecs) from 13.2.3 to 13.2.19.
- [Release notes](https://github.com/ecsphp/ecs/releases)
- [Commits](ecsphp/ecs@13.2.3...13.2.19)

---
updated-dependencies:
- dependency-name: symplify/easy-coding-standard
  dependency-version: 13.2.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1994.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/symplify/easy-coding-standard-13.2.19 branch September 7, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants