Skip to content

Conversation

@vladvildanov
Copy link
Contributor

Php-cs-fixer package continue constantly updating, so are codestyle rules. This leads often to CI failures and requires separate PR so it won't be mixed with actual changes. I propose to limit to the latest minor version, to avoid this codestyle changes and lately we have to choose more stable version.

@coveralls
Copy link

coveralls commented Mar 21, 2024

Coverage Status

coverage: 80.247%. remained the same
when pulling d5a3622 on vladvildanov:vv-2.x-limit-php-fixer-version
into 45b18eb on predis:v2.x.

tillkruss and others added 2 commits March 22, 2024 10:50
Co-authored-by: Alexander Mohorev <dev.mohorev@gmail.com>
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"friendsofphp/php-cs-fixer": "~3.4.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should lock the version of php-cs-fixer, maybe we just adjust the rules and code as they update?

@tillkruss tillkruss closed this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants