Skip to content

build(deps-dev): update symplify/easy-coding-standard requirement from 13.2.3 to 13.2.19 - #17

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

build(deps-dev): update symplify/easy-coding-standard requirement from 13.2.3 to 13.2.19#17
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

Updates the requirements on symplify/easy-coding-standard to permit the latest version.

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.

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

Updates the requirements on [symplify/easy-coding-standard](https://github.com/ecsphp/ecs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants