Skip to content

Update symplify/easy-coding-standard requirement from ^12.1 to ^13.2#16

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

Update symplify/easy-coding-standard requirement from ^12.1 to ^13.2#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-tw-13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown

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

The headline of this release: ECS is now a single package. The symplify/coding-standard fixers moved in-tree, and the Laravel container dependency is gone. No breaking changes for users — the Symplify\CodingStandard\Fixer\* class names are unchanged.

⬆️ How to upgrade

If you previously required symplify/coding-standard directly, drop it — it now ships inside ECS:

composer remove symplify/coding-standard --dev
composer require symplify/easy-coding-standard:^13.2 --dev

Your ecs.php needs no changes: the Symplify\CodingStandard\Fixer\* class names are unchanged. If you only ever required symplify/easy-coding-standard, a plain composer update symplify/easy-coding-standard is all you need.

🎯 Highlights

1. symplify/coding-standard merged into ECS (#19)

The 26 custom Symplify fixers ECS has always relied on now live directly in this repository under packages/coding-standard/. ECS could never run without them, and many prepared sets are tightly coupled to them — so maintaining two repos added friction for no benefit.

What this means for you:

  • One package instead of two. composer require symplify/easy-coding-standard --dev no longer pulls in a separate symplify/coding-standard.

  • Class names are unchanged — your existing ecs.php keeps working as-is:

    // ecs.php — still valid, no change needed
    use Symplify\EasyCodingStandard\Config\ECSConfig;
    use Symplify\CodingStandard\Fixer\LineLength\LineLengthFixer;
    return ECSConfig::configure()
    ->withRules([LineLengthFixer::class]);
    ->withPreparedSets(symplify: true);

2. withDocblockLevel() now goes much deeper (#19)

Because the Symplify commenting fixers now ship in-tree, the gradual docblock level gained 11 new rules (24 total). You opt in one level per PR, safest first:

// ecs.php
use Symplify\EasyCodingStandard\Config\ECSConfig;
</tr></table> 

... (truncated)

Commits
  • 16b250c ECS 13.2.0
  • 810e4c8 Updated ECS to commit f252314bdd9993f7eebcfbbc5b09ee6f15d79c20
  • e3a4d39 Updated ECS to commit f0ad4abe2adb8779d71f022b5445e7c6672e2b90
  • 34f9018 Updated ECS to commit 1d7815a65f0fd3d5f9533b1f5ab2c5d90251a3aa
  • 1059340 Updated ECS to commit 8f72e3c42a736c80617e00b9dec3a822a1566106
  • c83965e Updated ECS to commit 9a00ea6cc6ed3b6db115f7e864a45bfa7ef2eb1f
  • 924ffba Updated ECS to commit 59e67d8f8e604e651ad8abef5e1534ca1ff2482d
  • af5d4a2 ECS 13.1.6
  • b53a2ae Updated ECS to commit 0e449cf747d61a63482923772250f6817a41edce
  • 1dad965 Updated ECS to commit 4ceffb16a07f40f0d107ad4e4a6e230b1e13dea3
  • 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@12.1.0...13.2.0)

---
updated-dependencies:
- dependency-name: symplify/easy-coding-standard
  dependency-version: 13.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants