Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit version of php-cs-fixer >= 3.4.0 <= 3.5.0 #1445

Open
wants to merge 5 commits into
base: v2.x
Choose a base branch
from

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>
@@ -25,7 +25,7 @@
"php": "^7.2 || ^8.0"
},
"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?

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.

None yet

4 participants