Skip to content

composer(deps-dev): bump symplify/easy-coding-standard from 12.6.2 to 13.2.17#47

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

composer(deps-dev): bump symplify/easy-coding-standard from 12.6.2 to 13.2.17#47
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symplify/easy-coding-standard-13.2.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown

Bumps symplify/easy-coding-standard from 12.6.2 to 13.2.17.

Release notes

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

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.')]
+#[\Symfony\Component\Console\Attribute\AsCommand(
+    name: 'mautic:entity:import',
+    description: 'Import entity data from a ZIP file.'
+)]
$ecsConfig->withPreparedSets(standaloneLine: true);
// or
$ecsConfig->withSets([SetList::STANDALONE_LINE]);

🐛 Recognize imported short-name Symfony attributes

Now resolves short names against use imports, not just fully-qualified names.

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

name: 'app:some',
</tr></table>

... (truncated)

Commits
  • 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
  • a2905db ECS 13.2.15
  • 359b467 Updated ECS to commit 4697d5094927c802ac1a20781d20ae1580fc5181
  • 168c338 Updated ECS to commit 5de591dea5085720742efdffc303bf13359999ac
  • 94ccd78 ECS 13.2.14
  • 5c8697b Updated ECS to commit b5d19edbd3e8302b976a5be12c8ab0aa16251544
  • 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/easy-coding-standard/ecs) from 12.6.2 to 13.2.17.
- [Release notes](https://github.com/easy-coding-standard/ecs/releases)
- [Commits](ecsphp/ecs@12.6.2...13.2.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependency. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants